‎2006 Dec 20 3:03 PM
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?
‎2006 Dec 20 3:38 PM
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
‎2006 Dec 20 3:40 PM
create ur custom table...when u call ur BAPI write ur code to update the fields of the custom table.
‎2006 Dec 21 11:20 AM
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.
...