‎2006 Nov 13 5:48 AM
Hi,
how can we call the particular tabstrip/screen by calling a transaction from our our program.
I am calling transaction va03 from my program by passing sales order no.now
I want to open the particular tabstrip for given line item no.
e.g I m paasing
sales order no line item no
0005000003 000020
I want to display the 'schedule line' tabstrip directly by escaping intermediate screen/tabstrip for this line item. How can I do that.
Hemant
‎2006 Nov 13 6:07 AM
Hello Hemant
You can use function module <b>ABAP4_CALL_TRANSACTION</b> where you import the required batch-input steps in TABLES parameter <b>USING_TAB</b>. The steps are as following:
(1) Open your document in VA03
(2) Use the function "Item to top" (button below the table control for the items) to position the required item on top of the list
(3) Mark the first item in the table control
(4) Choose menu Goto -> Item -> Schedule lines
Simply record these steps using the Batch-Input recorder (transaction SHDB) and fill these values into USING_TAB.
Regards
Uwe