‎2008 Jul 18 7:56 AM
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
‎2008 Jul 18 8:00 AM
Just read the documentation of the BAPI, there is paragraph about filling user fields using the EXTENSIONIN parameter.
Regards,
John.
‎2008 Jul 18 8:01 AM
Hi,
Search there would be a BADI for using Extention. You have to implement a badi for BAPI.
‎2008 Jul 18 10:36 AM
Is the BADI associated with the use of EXTENSIONIN is " BAPIEXT_BUS2054"
Please confirm.