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

avoid display initial screen when calling parameter transaction

former_member185116
Active Participant
0 Likes
2,027

hello all,

we have created a parameter transaction  for Selection - Budget/Pan/Actual...





but when i am calling  this in a report using    Call Transaction 'ZPS080' and skip first screen.. ( iam passing values using SET Parameter ID)



it is displaying initial screen , how do i avoid displaying initial screen......

thanks in advance...

9 REPLIES 9
Read only

Former Member
0 Likes
1,924

Hi Vinay,

To tick the check box 'Skip initial screen' in SE93.  or you should directly call that standard tcode and set parameter id.

Seems you confuse this two 'Parameters'.

regards,

Archer

Read only

0 Likes
1,924

hi zhang,

this is how ZPS080 is created...

Read only

0 Likes
1,924

How about add this parameter 'D_SREPOVARI-NOSELSCRN' with value 'X'.

In your abap code, set parameters id which will be used in this extended program. Call this z tcode, seems do not need 'SKIP FIRST SCREEN' any more.  Just try, i`m not sure.

Read only

0 Likes
1,924

Hi,

If you are getting the same selection screen of start_report itself, once check whether the value which you are using in start_report is correct and you are able to proceed to next screen by simply executing start_report tcode itself.

Read only

srikanth_d4
Participant
0 Likes
1,924

Hi Vinay,

There is one more way to achieve this, write one small BDC program to reach second screen.

So while calling:

1) Fill IT_BDCDATA with steps to reach 2nd screen,

2) Call Transaction 'ZPS080' using IT_BDCDATA MODE 'E'.


This will help you to reach second screen / till where you want to go in transaction.

-Srikanth

Read only

0 Likes
1,924

hi srikanth,

i have attached the screen shot of how ZPS080 is craeted...

Read only

Former Member
0 Likes
1,924

Hi Vinay,

Please give more detail about the program you have developed. (how did you define the ID's or are you sure that all the parameters you defined can be caugth by the program?)

Regards.

Eray

Read only

0 Likes
1,924

hi eray ,

i have attached the screen shot of how Z transaction is created....

Read only

0 Likes
1,924

Hi Vinay,

Either you might be missing something in SET parameter and if you are sure it is correct then you will have to try the methods suggested by Srikanth and it should work.

Thanks,

Naveen