Se utiliza para guardar un valor en memoria y volverlo a leer desde otro codigo.REPORT PARAMID .
data: gd_valuein(10) type c,
gd_valueout(10) type c.
PARAMETERS: p_value(10) type c.
********************
*start-of-selection.
start-of-selection.
get parameter ID 'ZMESS' field gd_valuein.
set parameter ID 'ZMESS' field p_value.
get parameter ID 'ZMESS' field gd_valueout.
******************
*end-of-selection.
end-of-selection.
write:/ 'value at start of program:', gd_valuein,
/ 'value at end of program:', gd_valueout.
No hay comentarios:
Publicar un comentario