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

Former Member
0 Likes
721

I have to replace old bapi bapi_po_create with new one bapi_po_create1 , there is a field manufacturing part number available in old one (Table parameter PO_Items[] field MANU_MAT)

but it is not available in new one .

How to go about ,, it is mandatory for my system .

let me know if u have any input on this.

Regards

Alok Pathak

5 REPLIES 5
Read only

Former Member
0 Likes
655

Are you in 4.6c. I just came accross a OSS note 397968 which is valid till 4.6c which talks about "material part number fields missing" I think you may need to implement this note.

rgds,

TM

Read only

0 Likes
655

i am usng 4.7 E and this note is for BAPI_PO_GETDETAIL system doesn't return information about MPN.

Doesn't look relevant for my requirement.

Regards

Alok Pathak

Read only

abdul_hakim
Active Contributor
0 Likes
655

hi

why are replacing with the new BAPI.Why don't u use the old one itself??

Cheers,

Abdul Hakim

Read only

0 Likes
655

Because as per the requirement i have to map new fields which exists only in the new BAPI only.

Read only

0 Likes
655

With the new BAPI it takes the manufacturing part number from material master automatically.

But ours is an EBP system , and we have some materials maintained seperately from master data as well.

With the old BAPI_PO_CREATE we used to pass the number explicitly so as to apper in PO , but since the parameter is not there in case of BAPI_PO_CREATE1 , we cannot pass the number to the PO.

Any body , any inputs ?

Regards

Alok Pathak