‎2008 Jan 14 1:16 PM
Hi all,
In Interactive reporting when we click on any list control moves from next list level. But my question is how data moves from one list level to another ?
Thanks in advance
KR
‎2008 Jan 14 1:37 PM
Using HIDE keyword you can make data available for further list processing...
Ex:
HIDE itab-matnr. "matnr will be availble
HIDE itab. "whole itab data will be availble