Thank you Marie,
Abaper helped me checking the error . he found that Step A21 try to insert another gl account (0000113117) with AAREF (00000003) into an internal table which it already have the Gl account (0000113113) with AA_REF 00000003 with information below . so that program thrown an error.
CHART_OF_ACC INT
ACC_SYMBOL $M_POSITION02
VALUATION_AREA 001
AA_REF 00000003
CURRENCY
GL_ACCOUNT 0000113113
I resolved this issue by steps reverse. and try to remove the Accounting code that use chart of account int from the conversions. and re -run all steps again.
Thanks,
AJ