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