Hello Experts,
In my issue, I have a table control where I have 2 line items and if I select the first line for a call transaction, than the line in the header of internal table only triggers but not the selected line.
Can anyone let me know what can be done in this case.
CASE SY-UCOMM.
WHEN 'LS24'.
ITAB-SEL = 'X'.
LOOP AT ITAB,
SET PARAMETER ID 'MAT' FIELD ITAB-MATNR.
SET PARAMETER ID 'WRK' FIELD ITAB-IWERKS.
* SET PARAMETER ID 'LGN' FIELD RL01S-LGNUM.
ENDLOOP.
CALL TRANSACTION 'LS24'. "AND SKIP FIRST SCREEN.
ENDCASE
Thanks and Regrds,
Nikhil.