Application Development 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: 

Save EIPO-SEGAL by BABI_PO_CREATE1

Former Member
0 Kudos
Hello, I would like to create a purchase order by the function BAPI_PO_CREATE1 and define the field EIPO-SEGAL with '02'. Within the function I can define different Export/Import data fields by the table POEXPIMPITEM (structure type is BAPIEIPO). But i can not define the field SEGAL by the table. How c I achive to save data to the field EIPO-SEGAL with the function BAPI_PO_CREATE1? Best regards
2 REPLIES 2

former_member200754
Participant
0 Kudos

try to use EXTENSIONIN in the bapi.

You can google 'BABI_PO_CREATE1 and EXTENSIONIN' for how to use

Former Member
0 Kudos

The documentation of the function BAPI_PO_CREATE1 describes that only customer specific field could by defined by the structure EXTENSIONIN. But I want to define the already existing field SEGAL of the Table EIPO and not a customer specific field.