cancel
Showing results for 
Search instead for 
Did you mean: 

Custom field updates using BAPI_RE_BU_CHANGE

ananthula_sumanth
Participant
0 Kudos

Hello,

We had enhanced the transaction REBDBU using BDT and some custom fields were added to the screen and fields are added in CI_VIBDBU table also.

Now, I have to update some of the custom fields using BAPI and found BAPI_RE_BU_CHANGE can be useful for this. But how do I give the list of fields in BAPI structure for updating the values, as the fields are custom fields - they are not available in BAPI input structures.

Thanks and Regards,

Sumanth

Accepted Solutions (0)

Answers (1)

Answers (1)

franz_posch
Active Contributor
0 Kudos

Hi Sumanth,

please use the parameters EXTENSION_IN for CREATE and CHANGE and EXTENSION_OUT for GET_DETAIL.

For further information please follow the instructions in the SAP note [738580|https://service.sap.com/sap/support/notes/738580].

Hope this helps.

Regards, Franz

ananthula_sumanth
Participant
0 Kudos

Hello,

I had used API_RE_BU_CHANGE and using this, the details have been updated for the BDT enhanced fields.

Thanks for your inputs.

Regards,

Sumanth Kumar.