‎2005 Dec 17 9:09 AM
Hi All,
I have an alv, which displays production order.
by double clicking on production order i am trying to call the trans code cor3, it's working fine.
But, it's not passing the order number into t-code cor3.
this is the code:
IF rs_selfield-fieldname = 'AUFNR'.
READ TABLE itab INDEX rs_selfield-tabindex.
SET PARAMETER ID 'AUFNR' FIELD itab-aufnr.
CALL TRANSACTION 'COR3' AND SKIP FIRST SCREEN.
ENDIF.
itab-aufnr contains the order number.
i fell some modifications is to be done in
SET PARAMETER ID 'AUFNR' FIELD itab-aufnr.
Thanks in advance.
rgards
Arun
‎2005 Dec 17 9:12 AM
change it to following....
SET PARAMETER ID <b>'ANR'</b> FIELD itab-aufnr.
‎2005 Dec 17 9:13 AM
‎2005 Dec 17 9:13 AM
hi,
Parameter ID is 'ANR'.
Please acknowledge if it works.
Regards,
Bikash