*Hi Experts,*
i'm using following code.
SET PARAMETER ID : 'ANR' FIELD wa_final-aufnr.
CALL TRANSACTION 'IW33' AND SKIP FIRST SCREEN.
it calls IW33 transaction . its a transaction for displaying PM orders where i have a menu called Order.
it has list of menu items. one of the menu item was "change" . its in disable mode.
how to enable it.??
if i use leave to transaction iw33. i get desired result. but i cant come back to my old session.