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

internal table error

Former Member
0 Likes
383

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..

2 REPLIES 2
Read only

Former Member
0 Likes
349

should be a HIDE statement nearby wher the line is written (WRITE).

AT LINE-SELECTION the hidden (HIDE) values are retrieved.

kind regards,

hp

Read only

Former Member
0 Likes
349

thanx