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

BAPI Enhancements - Custom Table

Former Member
0 Likes
482

Hi,

I need to update a Custom Table when i call a Bapi of Change Orders.

Is it possible use Parameter Extension_In? And how to develop it?

3 REPLIES 3
Read only

Former Member
0 Likes
447

EXTENSION_IN is more for appended structures of the standard tables. In your case you need to find the user exit and do the updation of custom tables from there.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
447

create ur custom table...when u call ur BAPI write ur code to update the fields of the custom table.

Read only

0 Likes
447

Ramesh, thanks for your answer.

I know it is possible write code in a Badi or User Exit, but is it possible manage Custom Table as Append Structure for updating Custom Fields?

Is it possible use similar code?

lt_extension_in-structure = 'ZTABLE'.

lt_extension_in-valuepart1 = zvalue1.

...