Application Development 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: 

How can I pass extensionin for BAPI_BUS2054_CHANGE_MULTI to enhance

0 Kudos

Hi,

I need to enhance 4 customer fields in the PRPS table.

Using BAPI_BUS2054_CHANGE_MULTI extensionin i need to update the 4 fields.

My custom fields is included in BAPI_TE_WBS_ELEMENT structure.

But I am unable to figure out wat exactly need to pass to the structure.

Could anyone send me sample code in order to update the custom fields in BAPI_BUS2054_CHANGE_MULTI.

Thanks

Vijayasree

3 REPLIES 3

Former Member
0 Kudos

Hi,

In ExtensionIn-STRUCTURE = 'BAPI_TE_WBS_ELEMENT' and ExtensionIn-VALUEPART1 will be your data according to fields in the structure.Suppose if your structure contains Fields WBS_ELEMENT and DESCRIPTION , then you need to concatenate both and move to ExtensionIn-VALUEPART1 as per field order in structure.

Regards,

Ashok.

Former Member
0 Kudos

hi,

Go tough the [LINK|http://wiki.sdn.sap.com/wiki/display/ABAP/BAPI] for the usage of extension in BAPI.

Regards,

Shanmugavel Chandrasekaran

Former Member
0 Kudos

Check the OSS note 637345 in addition to the method suggested as to how to populate the structure.

Regards,

Hari