‎2008 Dec 15 7:45 AM
Hi,
Iam changing assest master data(AS02) using call transaction method.
data will change but tables are not updated.
i check in AS03 chaged data was displaying.
after call transaction method any commit work statement is required.
Regards,
Suresh.
‎2008 Dec 15 7:48 AM
normally its not required because this is the screen level updation, u can use commit work.
‎2008 Dec 15 7:48 AM
normally its not required because this is the screen level updation, u can use commit work.
‎2008 Dec 15 7:57 AM
HI,
try the call transaction this way...
x_ctu_params-mode = 'N'.
x_ctu_params-update = 'S'.
x_ctu_params-defsize = 'X'.
x_ctu_params-RACOMMIT = 'X'
call transaction 'VA01' using t_bdcdata options from x_ctu_params.