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 EXTENSIONIN

Former Member
0 Likes
2,242

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.

2 REPLIES 2
Read only

Former Member
0 Likes
739

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

Read only

Former Member
0 Likes
739

Hi,

Check below links.

[link1|]

[link2|]

[link3|]

Thanks,

Asit Purbey.