Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

calling tabstrip

Former Member
0 Likes
400

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

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
310

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