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

Problems faced in BAPI_PO_CHANGE

Former Member
0 Likes
491

Hi,

I need help on the following issue.

As per the clients requirement the EKKO structure was extended to include some packed fields. Now while using the BAPI 'BAPI_PO_CHANGE', I get warning specifying 'Error Transferring extensionin data for enhancement CI_EKKODB'.

The reason for this is, that the BAPI internally checks the data type of the components present in CI_EKKODB. The BAPI does not pass the value of the fields of type P. ( Note 828557).

I need help on coming up with a note or workaround to resolve this issue and make the BAPI accept the data of fields with type P.

Thanks and Regards,

Neha Bansal

Hi,

I need help on the following issue.

As per the clients requirement the EKKO structure was extended to include some packed fields. Now while using the BAPI 'BAPI_PO_CHANGE', I get warning specifying 'Error Transferring extensionin data for enhancement CI_EKKODB'.

The reason for this is, that the BAPI internally checks the data type of the components present in CI_EKKODB. The BAPI does not pass the value of the fields of type P. ( Note 828557).

I need help on coming up with a note or workaround to resolve this issue and make the BAPI accept the data of fields with type P.

Thanks and Regards,

Neha Bansal

1 REPLY 1
Read only

Former Member
0 Likes
421

Hi

In the BAPI_PO_CHANGE donot pass the custom fields, instead implement the enhancement component MM06E005 and pass the required values to custom fields in the user exit.

When you call BAPI_PO_CHANGE the above mentioned enhancement component is triggerred.

Regards

MD