Skip to Content
0
Former Member
Dec 31, 2010 at 11:18 AM

Problem with CALL TRANSACTION

39 Views

*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.