‎2008 Sep 17 1:40 PM
hi all,
the table showing data in it when use foll func.
CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV'
TABLES
table = gtab.
but just before at line selection when i use same func its showing empty table why so..?
where r those values showing b4..?
thanx..
‎2008 Sep 18 10:27 AM
should be a HIDE statement nearby wher the line is written (WRITE).
AT LINE-SELECTION the hidden (HIDE) values are retrieved.
kind regards,
hp
‎2008 Oct 10 11:59 AM