cancel
Showing results for 
Search instead for 
Did you mean: 

hyperlink for xk03.

Former Member
0 Kudos

hi,

i have an alv report which displays lifnr,ebeln,ebelp.

if i click lifnr it has to go to the transaction xk03 and place the corresponding company code and purchase org.

can any one say what r the parameter ids for company code and purchase org.

i am useing the following code.

IF RS_SELFIELD-SEL_TAB_FIELD = 'ITAB-lifnr'.

SET PARAMETER ID 'lif' FIELD ITAB-lifnr.

CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

'BUK' FOR COMPANT CODE

'EKO' for purchase org.

Former Member
0 Kudos

For Compnay Code it is BUK and Purchasing ORg is EKO.

Regards,

Ravi

Former Member
0 Kudos

Hi,

YOu can yourself find the paramter IDs.

In the transaction,

Click on the field and press F1.

In the popup click Technical Information,.

Get the Parameter ID.

Regards

Wenceslaus.

Former Member
0 Kudos

HI Charles,

JUst use F1 on the field name and click on the FOURTH icon (technical info)..

there you can find the parameter ID for any field..

regards

satesh