‎2014 Nov 10 7:55 AM
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...
‎2014 Nov 10 8:26 AM
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
‎2014 Nov 10 10:04 AM
‎2014 Nov 11 2:25 AM
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.
‎2014 Nov 11 6:03 AM
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.
‎2014 Nov 10 8:40 AM
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
‎2014 Nov 10 10:06 AM
hi srikanth,
i have attached the screen shot of how ZPS080 is craeted...
‎2014 Nov 10 8:44 AM
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
‎2014 Nov 10 10:14 AM
hi eray ,
i have attached the screen shot of how Z transaction is created....
‎2014 Nov 11 2:41 AM
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