Application Development and Automation 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: 
Read only

getting error in bapi_po_create1

Former Member
0 Likes
558

dear all,

M getting following list of errors while running my program in which i have used bapi_po_create1.

0001 Please also populate interface parameter

0001 No instance of object type PurchaseOrder

0001 Purchase order still contains faulty item

Pls help me in to tackle this

Rgds,

Sunny

2 REPLIES 2
Read only

Former Member
0 Likes
418

I think you are not enetering the X extensions structures.

Like If you are passing POHEADER then you have to pass the value in POHEADERX also. i.e. whatever the data you are passing in POHEADER you have to pass the 'X' for same thing in POHEADERX structure and the same like in POITEM and POITEMX and all other cases. Just go thrugh the documentation for the fn module.

Read only

Former Member
0 Likes
418

thnks