2008 May 02 11:21 AM
What is the difference between
MODIFY TABLE scarr_tab FROM scarr_wa
and
MODIFY TABLE scarr_tab FROM scarr_wa
TRANSPORTING currcode.
2008 May 02 11:27 AM
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.
2008 May 02 11:27 AM
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.
2008 May 02 2:05 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |