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

code

Former Member
0 Likes
420

i need to pass the value(mwsts)into the table wt_esll

how to write the code

3 REPLIES 3
Read only

gopi_narendra
Active Contributor
0 Likes
399

move <itab>-mwsts to wt_esll-mwsts.

modify table gt_esll from wt_esll transporting MWSTS.

Regards

- Gopi

Read only

Former Member
0 Likes
399

More details are required ?

Otherwise, put the same data element's field in wt_esll internal table, run the select statement or by the loop.

Read only

Former Member
0 Likes
399

Hi,

Write <itab>-mwsts to wt_esll-mwsts.
modify gt_esll from wt_esll TRANSPORTING mwsts.

Cheers

VJ