Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How data Moves between various lists in Interactive reporting

Former Member
0 Likes
306

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

1 REPLY 1
Read only

Former Member
0 Likes
287

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