cancel
Showing results for 
Search instead for 
Did you mean: 

Skip Screen

Former Member
0 Kudos

Hi to All,

I need to skip the screen, In BO method program i called

CALL TRANSACTION 'ZPAYMENT' AND SKIP FIRST SCREEN.

Using this statement also not working skip screen, I need to show 2nd screen directly. what is the solution for this

Regards,

Peter Son

Message was edited by:

peter son

In ZPAYMENT is the tcode for dialog program has 2 depends screens are exists

Accepted Solutions (1)

Accepted Solutions (1)

former_member186746
Active Contributor
0 Kudos

Hi peter,

I had the same problem some time ago. You can't use call transaction using bdcdata unless you force an error in the creen and use the addition mode E, but I think the business wouldn;t accept such a solution.

You could check which screen the second screen is and how the data is filled. Now either create a transaction which starts at that screen and somehow fill the data needed for it, or create a new transaction. I think the latter will be a lot easier to achieve.

In my case I created a new program where I supply the data and call the screen.

Kind regards, Rob Dielemans

Former Member
0 Kudos

it is possible to create new seperate program

Message was edited by:

peter son

Former Member
0 Kudos

as you said i created new program called in method fine but facing one more problem actually this is change mode screen program. approver wiill receive this screen in his inbox he may do some changes in screen itself then after he save those changes are not updated, it should update at workitem itself.what i have to do for this?

Regards,

Peter Son

Answers (0)