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

problem with call transaction method

Former Member
0 Likes
448

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
412

normally its not required because this is the screen level updation, u can use commit work.

2 REPLIES 2
Read only

Former Member
0 Likes
413

normally its not required because this is the screen level updation, u can use commit work.

Read only

Former Member
0 Likes
412

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.