2008 May 23 10:03 AM
Dear All,
I am using BAPI_PO_CREATE1 for PO upload. I am facing problem in account assignment. I am supplying following:
wa_POACCOUNT-PO_ITEM = '00010'.
wa_POACCOUNT-GL_ACCOUNT = '7234676'.
wa_POACCOUNT-COSTCENTER = '1001'.
Append wa_POACCOUNT To itab_POACCOUNT.
wa_POACCOUNTX-PO_ITEM = '00010'.
wa_POACCOUNTX-GL_ACCOUNT = 'X'.
wa_POACCOUNTX-COSTCENTER = 'X'.
Append wa_POACCOUNTX To itab_POACCOUNTX.
It gives me error "Account 7234676 does not exist in chart of accounts 1000". Although it exists in this chart of account. Please tell me what is wrong.
Regards
Nadeem
Dear All,
I am using BAPI_PO_CREATE1 for PO upload. I am facing problem in account assignment. I am supplying following:
wa_POACCOUNT-PO_ITEM = '00010'.
wa_POACCOUNT-GL_ACCOUNT = '7234676'.
wa_POACCOUNT-COSTCENTER = '1001'.
Append wa_POACCOUNT To itab_POACCOUNT.
wa_POACCOUNTX-PO_ITEM = '00010'.
wa_POACCOUNTX-GL_ACCOUNT = 'X'.
wa_POACCOUNTX-COSTCENTER = 'X'.
Append wa_POACCOUNTX To itab_POACCOUNTX.
It gives me error "Account 7234676 does not exist in chart of accounts 1000". Although it exists in this chart of account. Please tell me what is wrong.
Regards
Nadeem
2009 Jun 10 10:29 PM
Muhammad,
Were you able to figure of the problem? We are also having the same issue.
Really appreaciate if you can help us.
Thanks,
Gopi.
2009 Jun 10 10:31 PM
Pad the field to the left with the correct number of zeroes. You can use FM CONVERSION_EXIT_ALPHA_INPUT to do this.
Rob