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

modify internal table with transport addition

Former Member
0 Likes
1,517

What is the difference between

MODIFY TABLE scarr_tab FROM scarr_wa

and

MODIFY TABLE scarr_tab FROM scarr_wa

TRANSPORTING currcode.

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
473

in the first case all data will be updated from the record.

in the second case for that entry in the table only currcode field will be updated.

What is the difference between

MODIFY TABLE scarr_tab FROM scarr_wa

and

MODIFY TABLE scarr_tab FROM scarr_wa

TRANSPORTING currcode.

2 REPLIES 2
Read only

Sm1tje
Active Contributor
0 Likes
474

in the first case all data will be updated from the record.

in the second case for that entry in the table only currcode field will be updated.

Read only

Former Member
0 Likes
473

Hi,

If u use transporting it effects to that fields only what u specified there after transporting.

If u specify 2 fields names it effects that modifications to those fields , if u specify to 4 fields there it effects to those 4 fields remaining all are same .

Regards,

Surya