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

Problem with BAPI_PO_CHANGE when passing EXTENSIONIN parameter

Former Member
0 Likes
654

Hi All,

I am having a problem while calling BAPI ( BAPI_PO_CHANGE) with passing parameter in EXTENSIONIN as Structure BAPI_TE_MEPOSCHEDULE and BAPI_TE_MEPOSCHEDULEX.

I am appending a customer field in EKET table and same field i would like to update by BAPI. so i am passing that field value in EXTENSIONIN.

But it is not getting updated.I also read Exit documentation. but is not helping.

EXIT_SAPL2012_002 (at start of BAPI)

EXIT_SAPL2012_004 (at end of BAPI)

thanks in advance.

Hi All,

I am having a problem while calling BAPI ( BAPI_PO_CHANGE) with passing parameter in EXTENSIONIN as Structure BAPI_TE_MEPOSCHEDULE and BAPI_TE_MEPOSCHEDULEX.

I am appending a customer field in EKET table and same field i would like to update by BAPI. so i am passing that field value in EXTENSIONIN.

But it is not getting updated.I also read Exit documentation. but is not helping.

EXIT_SAPL2012_002 (at start of BAPI)

EXIT_SAPL2012_004 (at end of BAPI)

thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
535

Hi,

Check the BAPI function module documentation for how to pass the extension parameter..

Thanks

Naren