Skip to Content
0
Former Member
Jun 25, 2009 at 07:24 PM

Drill down to Trans XD03 (display Vendor) not working

167 Views

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