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

Update table via SM31 using report

Former Member
0 Likes
430

Hi,

I got 7 fields in a table itab and my requirement is to update a itab via SM31 using report. Could any one tell me to go about this?

Thanks

Kumar

Hi,

I got 7 fields in a table itab and my requirement is to update a itab via SM31 using report. Could any one tell me to go about this?

Thanks

Kumar

1 REPLY 1
Read only

Former Member
0 Likes
393

I believe UPDATE statement would be a better option if it is a ZTABLE(database table), Incase if it a internal table use MODIFY statement.

Regards

Kathirvel