‎2006 Jun 19 8:50 AM
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
‎2006 Jun 19 9:14 AM
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
‎2006 Jun 19 10:04 AM
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
‎2006 Jun 19 10:10 AM
hi
why are replacing with the new BAPI.Why don't u use the old one itself??
Cheers,
Abdul Hakim
‎2006 Jun 19 1:21 PM
Because as per the requirement i have to map new fields which exists only in the new BAPI only.
‎2006 Jun 20 7:38 AM
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