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

To use a BAPI

Former Member
0 Likes
579

I am trying to update the Custom fileds of WBS element in PRPS table , include structure " CI_PRPS", Field "ZZKUNNR" , " ZZWWRBR" , " ZZFND_SRC".

For this purpose I am trying to use a standard BAPI " BAPI_BUS2054_CHANGE_MULTI " , because these fields are not their in the standard structure of BAPI.I am using " EXTENSIONIN " structure of the same BAPI.

can someone tell me how to use this EXTENSIONIN structure to populate the Three custom fields.

Regards

3 REPLIES 3
Read only

Former Member
0 Likes
534

Just read the documentation of the BAPI, there is paragraph about filling user fields using the EXTENSIONIN parameter.

Regards,

John.

Read only

Former Member
0 Likes
534

Hi,

Search there would be a BADI for using Extention. You have to implement a badi for BAPI.

Read only

Former Member
0 Likes
534

Is the BADI associated with the use of EXTENSIONIN is " BAPIEXT_BUS2054"

Please confirm.