Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Error BAPI_PR_CREATE

Former Member
0 Kudos

Hello experts, I started the following thread for a problem with the bapi_pr_create, have filed the necessary data(i think) has given me my MM functional consultant but the BAPI is sending the following error: "E 06 436 In case of account assignment, please enter acc. assignment data for item". I have reviewed several notes and forums without any success, can someone help me?

Thanks in advance.

Greetings.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

It means that its looking for "PRACCOUNT" table data with proper data.

4 REPLIES 4

Former Member
0 Kudos

It means that its looking for "PRACCOUNT" table data with proper data.

0 Kudos

Hello Suman Jagu, thank you very much for such a quick response, this is my table PRACCOUNT

PREQ_ITEM 00010

SERIAL_NO 01

CREAT_DATE 15.03.2011

QUANTITY 1.000

DISTR_PERC 0.0

NET_VALUE 0.000000000

GL_ACCOUNT 5135003551

ITM_NUMBER 000000

SCHED_LINE 0000

ORDERID 600055

CO_AREA 1000

CMMT_ITEM 3551

FUNDS_CTR 8100

NOND_ITAX 0.000000000

RES_DOC 300000055

RES_ITEM 001

Can you help me with a more specific clue please?

0 Kudos

Check the values returned by "BAPI_REQUISITION_GETDETAIL" / "BAPI_PR_GETDETAIL" for a specific PR to get an idea about the values to be passed.

0 Kudos

I tried this way before and have not received information more than PRITEM table.

Thanks.