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

call transaction

Former Member
0 Likes
727

Hi Gurus,

I Have to call standard transaction.

and I have to skip the first two screens of that transaction and have to display straight away the third screen .

Is it possible ?

If yes can you guide me?

regards,

S.Anandabalan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
691

Hi

For this u can achive using BDC.

1. Do the recording of the transaction in SHDB upto second screen and come out of recording.

2. In your program use this recording by passing your values to the first screen. For this you use the call transaction method.

mode of call transaction should be error mode (type 'E').

3. So in your once u call the transaction,this will stop at second screen.

Regards,

Raghu.

Hi Gurus,

I Have to call standard transaction.

and I have to skip the first two screens of that transaction and have to display straight away the third screen .

Is it possible ?

If yes can you guide me?

regards,

S.Anandabalan

5 REPLIES 5
Read only

Former Member
0 Likes
692

Hi

For this u can achive using BDC.

1. Do the recording of the transaction in SHDB upto second screen and come out of recording.

2. In your program use this recording by passing your values to the first screen. For this you use the call transaction method.

mode of call transaction should be error mode (type 'E').

3. So in your once u call the transaction,this will stop at second screen.

Regards,

Raghu.

Read only

0 Likes
691

Hi,

If I need to only skip the first screen I can use call transaction skip first screen method itself.

My problem is I have to skip the two screens and have to display the third field straightaway.

regards,

Balan

Read only

Former Member
0 Likes
691

hi

For that u can try with above approch provide by me.It will work.

Regards,

Raghu.

Read only

surajarafath
Contributor
0 Likes
691

This message was moderated.

Read only

Former Member
0 Likes
691

hi,

these links may help you.

http://wiki.sdn.sap.com/wiki/display/Snippets/CreatingchartsinSimpleABAP+Programs

Edited by: ZAHID HAMEED on Oct 25, 2011 3:50 PM