All,
I have searched SDN but could not find this question posted.
I am doing a drill down in a ALV report.
I have a call transaction to XD03 - that looks like this:
IF rs_selfield-fieldname EQ 'LIFNR'.
SET PARAMETER ID: 'LIF' FIELD rs_selfield-value,
'BUK' FIELD s_bukrs-low.
CALL TRANSACTION 'XK03' AND SKIP FIRST SCREEN.
ENDIF.
It executes the transanction but it displays the first screen with correct values passed and the message
'to select an option".
The options it refers to are multiple checkboxes or I can use a select all icon.
I do not know how to pass it the value to "select all" or any of the checkboxes (the check boxes do not
have a PARAMETER ID ' ' FIELD when use the F1 key since they are NOT fields).
Any help most appreciated.
Thanks.
Scott