2007 Jul 25 2:53 PM
Hi all,
I m trying to print the content of an internal table as a alv grid , but i miss the F1 documentation of the field component:
I have the following code :
Types :
BEGIN OF ty_s_temp,
application TYPE char20,
component LIKE t512e-lgart,
END OF ty_s_inrichting,
DATA :
it_temp like table of ty_s_temp.
...
After defining the fieldcatalog .. i use the function
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = gd_repid
is_layout = gd_layout
it_fieldcat = fieldcatalog[]
it_sort = gt_sort
i_save = 'X'
TABLES
t_outtab = it_temp.
Can someone tell me what i m doing wrong ?
regards,
Hi all,
I m trying to print the content of an internal table as a alv grid , but i miss the F1 documentation of the field component:
I have the following code :
Types :
BEGIN OF ty_s_temp,
application TYPE char20,
component LIKE t512e-lgart,
END OF ty_s_inrichting,
DATA :
it_temp like table of ty_s_temp.
...
After defining the fieldcatalog .. i use the function
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = gd_repid
is_layout = gd_layout
it_fieldcat = fieldcatalog[]
it_sort = gt_sort
i_save = 'X'
TABLES
t_outtab = it_temp.
Can someone tell me what i m doing wrong ?
regards,
2007 Jul 25 2:55 PM
Hi,
Just check didi you put this stmt.
gd_repid = sy-repid.
reward if helpful.
Regards
Azad.
2007 Jul 25 2:57 PM
2007 Jul 25 3:00 PM
Hi Adel,
give the reference fieldname in the fieldcatalog for that field and also roll name and checkout if it works
wa_fieldcat-rollname = 'LGART'.
wa_fieldcat-ref_fieldname = 'LGART'.
2007 Jul 25 3:17 PM
Hi,
Sorry but the 2 options (gdrepid + rollname ) is not working.
What i want if every time i touch the F1 (help functionality) a text will be shown ,
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |