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

BAPI_PO_CREATE1 with generic material

Former Member
0 Likes
963

Hi experts.

I'm trying to create a program to automatically create purchase orders using BAPI_PO_CREATE1. The problem is that the orders can contain generic material, in witch case the quantity of each variant must also be passed to the bapi. I currently haven't figure out where or how to pass these values to the BAPI...

Is there any way to create the orders, other than BDC?

Thanx in advance

4 REPLIES 4
Read only

arun_k7
Explorer
0 Likes
752

Hi Jesus,

  Try using LSMW to pass values into the BAPI

Regards,

Arun

Read only

Former Member
0 Likes
752

very gud

Read only

eduardo_hinojosa
Active Contributor
0 Likes
752

Hi

Check SAP Note 197958 - BAPIs for purchase orders: Missing functions. I believe you could do it with field INT_OBJ_NO in table POITEM.

I hope this helps you

Regards

Eduardo


Read only

Former Member
0 Likes
752

Solved it on my own, using BDC