‎2009 Jul 06 3:34 PM
Hi all
we are working in a unicode system and upgraded recently to ECC 6.0 ..
I am using BAPI_PO_CREATE1 to create a P.O. in this to update to custom defined fields in the PO at item level...
i am passing EXTENSIONIN data...the data is being passed to the bapi correctly ..
Except updating custom defined fields...the p.o is as expected..
Kindly help in passing the data to EXTENSIONIN structure...or is there any notes that needs to be implimented to update custom defined fields or do i need to use any user exit or badi..apart from populating EXTENSIONIN.
Appreciate your valuable suggestions.
Thanks & Regards
Mulaparthi Venu.
‎2009 Jul 06 3:59 PM
HI,
Read the documentation of the BAPI for the extension structures.
You have to make use of enhancement SAPL2012.
The customer fields also need to be added in the customer includes in the extension structures
BAPI_TE_MEPOHEADER
BAPI_TE_MEPOHEADERX
BAPI_TE_MEPOITEM
BAPI_TE_MEPOITEMX
BAPI_TE_MEPOACCOUNTING
BAPI_TE_MEPOACCOUNTINGX
Regards,
Ankur Parab
Edited by: Ankur Parab on Jul 6, 2009 8:29 PM
‎2009 Jul 06 6:21 PM