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

Z fields update in BAPI_PO_CREATE1

Former Member
0 Likes
1,109

Hi All,

I have to update z fields during PO creation from bapi "BAPI_PO_CREATE1".

i am following all the steps required using the extension structure. Still the fields are not getting updated.

Are there any configuration settings that need to be done in SPRO to update these fields?

Thanks,

Anirudh

This is only the right way for modifying a table through bapi for customize fields, may be you will be doing some mistake.

3 REPLIES 3
Read only

Former Member
0 Likes
895

I always forget to extend the structures BAPI_TE_MEPOHEADER, BAPI_TE_MEPOHEADERX, BAPI_TE_MEPOITEM and BAPI_TE_MEPOITEMX.

Maybe you forgot as well?

Read only

0 Likes
895

I have already done that..

Read only

0 Likes
895

This is only the right way for modifying a table through bapi for customize fields, may be you will be doing some mistake.