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 transaction with different start screen

Former Member
0 Likes
895

Hello

I have two transactions TRANSACTION 1 and TRANSACTION 2, made by myself.

TRANSACTION 1 has screen 001 as initial. It also has another screens.

I want to call TRANSACTION 1 from TRANSACTION 2 starting not with screen 001, but for example with screen 005. Is that possible?

Hello

I have two transactions TRANSACTION 1 and TRANSACTION 2, made by myself.

TRANSACTION 1 has screen 001 as initial. It also has another screens.

I want to call TRANSACTION 1 from TRANSACTION 2 starting not with screen 001, but for example with screen 005. Is that possible?

8 REPLIES 8
Read only

Former Member
0 Likes
849

Hi,

You can skip only one Initial screen.

CALL TRANSACTION VA02 AND SKIP FIRST SCREEN.

YOU CAN'T GO TO ANY SCREEN NUMBER AS YOU LIKE.

Regards,

anji

Read only

Former Member
0 Likes
849

You cant do that, u can only skip first screen.

Syntax :

call transation t-code skip first screen.

Regards,

Sujatha.

Read only

Former Member
0 Likes
849

Pity! It's not good for me Thank you for your opinion.

Read only

Former Member
0 Likes
849

But... Can I do something like this. Call screen and tell the program from which transaction is that screen? Please be patient, I'm new in ABAP.

Read only

Former Member
0 Likes
849

Still have no solution

Read only

0 Likes
849

HI,

As an alternative, you will have to do a partial BDC recording for the transaction and write the code to call the transaction in ERROR mode.

Go to shdb transaction.

Create a recording for the transaction.

Enter the required data and when you reach the screen you want, just backout.

This would create a recording.

Using this recording, you have to create a BDC program which would call the transaction in Error mode.

Regards,

Ravi

Read only

Former Member
0 Likes
849

OK

Thank you Ravi, I have used BDCDATA structure and it works well. I call the screen that I exactly want

Greetings.

Read only

Former Member
0 Likes
849

I have forgotten to mark the question