Application Development 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: 

Calling one t -code from other

Former Member
0 Kudos

Hi all,

I have to 2 module pool programs with t-code zpgm1 and zpgm2.

In zpgm2 i have 2 screens (9001 INITIAL SCREEN AND 9002 SCRREN) AND IN

ZPGM1 I HAVE ONLY 1 SCREEN 2001 . IN 2001 SCREEN I HAVE A PUSH BUTTON WHEN I CLICK THAT I HAVE TO GO TO ZPGM2 9002 SCREEN.

I HAVE USED CALL TRANSACTION 'ZPGM2' but it takes me to zpgm2 but 9001 screen.

Is there a way to achieve this

Thanks

Kajol

1 ACCEPTED SOLUTION

Former Member
0 Kudos

CALL TRANSACTION 'ZPGM2' and skip first screen

7 REPLIES 7

Former Member
0 Kudos

CALL TRANSACTION 'ZPGM2' and skip first screen

0 Kudos

Hi,

I tried that one but it still takes me to first screen

Thanks

Kajol

0 Kudos

the AND SKIP FIRST SCREEN option works only if all mandatory fields on the initial screen of the new transaction are filled completely and correctly with input values from SPA/GPA parameters.

0 Kudos

Hi KPN,

In ZPGM2 as i said i have 2 screen 9001 and 9002 . I have a button on 9001 when i press it will take me to 9002 screen.

When i am call the same 9002 screen from 2001 screen of zpgm1 t-code can you tell what all i have to pass.

As of now i haven't passed anything and it takes me to 9001 screen

Thanks

Kajol

0 Kudos

Hi ,

ANY SUGGESTIONS WILL BE REALLY APPRECIATED

Thanks

Kajol

Former Member
0 Kudos

Hi

use

call transaction 'ZPGM2' skip first screen.

Former Member
0 Kudos

sorry, server´s to slow.

Edited by: Michael on Apr 9, 2008 3:10 PM

Do you have any mandatory parameters on your 9001?

If so, you need to set them before calling your 9002.

SET PARAMETER ID ....