Friday, January 8, 2016

Create Range Table

To create range table declare data as follows.
lr_type       TYPE RANGE OF <data_type>,
ls_type_range 
LIKE LINE OF lr_reltyp.


Then you can directly use it in loop.

No comments:

Post a Comment