cancel
Showing results for 
Search instead for 
Did you mean: 

LSMW BAPI_PO_CREATE1 PO Service : error 06436 In case of account assignment, please enter acc. assignment data for item

Former Member
0 Kudos

Hi Experts,

I have an error when trying to upload PO Service using LSMW with BAPI_PO_CREATE1 : Message 06436 In case of account assignment, please enter acc. assignment data for item.

I had fill GL_ACCOUNT, COSTCENTER, CO_AREA.

I also create structure relationships :
E1PORDCR1

E1BPMEPOHEADER

E1BPMEPOHEADERX

E1BPMEPOITEM

E1BPMEPOITEMX

E1BPMEPOSCHEDULE

E1BPMEPOSCHEDULX

E1BPMEPOACCOUNT

E1BPMEPOACCOUNTX

E1BPESLLC

E1BPESKLC

Please help, what is wrong or missing ?

Is there any relation with Package Number & Subpackage Number ? What is that and what is the purpose for ?

Thanks,

IB

Accepted Solutions (0)

Answers (1)

Answers (1)

JL23
Active Contributor
0 Kudos

the message usually means that you have entered an account assigment category and either no account assignment data, or SAP was not able to find a match for this data in your system.

Please explain what account assignment category you had used and how the exact entered data look like. e.g. it could just be that you missed the leading zeros for the G/L account

Former Member
0 Kudos

Hi Jurgen,

I used account assignment category "K" for costcenter and item category "9" for service.

I filled GL Account with 0000670500 & Cost center with 7030000001.

I think it is still valid, because when I enter this with manual ME21N and fill this value, there is no problem.

Thanks,

IB

JL23
Active Contributor
0 Kudos

If you do it in ME21N, then a SAP programmer hat done a lot to avoid that a user has to enter leading zeros, but in a load program you have to care about such technical requirments yourself.

But those 2 fields look good so far.

A usual BAPI error is that the corresponding X fields in the X structure are missed to set.

Further you should search for OSS notes, use the error message number for the search. I found 5, but they have a lot related notes. Best you check them an make sure your system is up to date.