2010 Dec 31 11:18 AM
*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.
*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.
2011 Jan 06 5:47 PM
CALL TRANSACTION Creates a internal session and when it ends return to the older internal session! ALWAYS..
WHere are you using "CALL TRANSACTION"??
2011 Jan 07 8:48 AM
yeah i came to know by another thread.
thanks for your response dude.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |