cancel
Showing results for 
Search instead for 
Did you mean: 

reg;write

Former Member
0 Kudos

hi,

what are the differences between 'move' and 'write'.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hai Rajyalakshmi,

The main Difference Btwn Move And WRITE TO .

Is In Move We can From One Variable to another variable of any convertable data type .

Where As in WRITE TO the Target Field Must be Of Charecter Format.

Regards.

Eshwar

Answers (1)

Answers (1)

former_member609120
Contributor
0 Kudos

MOVE: does type conversion based upon the type of the target field (ie the data type of the source field is converted to the data type of the target field)

WRITE: assumes the target field is of type C (ie character data)

See the ABAP online help for more information (go to transaction SE38, click on the Documentation icon and search for the MOVE and WRITE statements).