data: values like DDSHRETVAL occurs 0 with header line .
CALL FUNCTION 'RSISP_DDIC_F4_VALUES'
EXPORTING
tabname = 'PA0002'
fieldname = 'PERNR'
TABLES
VALUES = VALUES.
LOOP AT VALUES .
WRITE:/ VALUES-RECORDPOS ,
VALUES-FIELDVAL .
ENDLOOP .
ALSO READ:
- F4 (Value On Request) For Organization Unit In HR Report Program.
- F4 (Value On Request) For Organization Unit In HR Report Program.
- Select Input Only Through F4 (Value On Request).
- Selection Screen With Radio Buttons.
- Selection Screen With Push Buttons.
- Selection Screen Events.
- Selection Screen With Push Buttons With Events.
- Display LOGO On Selection Screen.
- Selection Screen Listbox From Table Entries.
No comments:
Post a Comment