‎2012 Jan 16 12:40 PM
Hi all,
I am trying to create a transaction code for reports created in TRM0 tool.
I have selected parameters transaction and I have filled as following:
Defaults values for transaction: TRM0
Defaults values:
Name of screen fields Value
RKB1D-TABNAME VTVBARW_CFM
RKB1D-REPID ZTRMINT00001
RKB1X-ASPET 001
And when execute my transaction code it show TRM0 transaction instead initial screen of ZTRMINT00001 report.
Please could anybody have idea about this?
Thanks in advance,
Best Regards.
Cristina Merino
‎2012 Jan 16 12:44 PM
Have you flagged the "Skip initial screen" checkox ?
Edited by: Benjamin Hueter on Jan 16, 2012 1:45 PM
‎2012 Jan 16 12:44 PM
Have you flagged the "Skip initial screen" checkox ?
Edited by: Benjamin Hueter on Jan 16, 2012 1:45 PM
‎2012 Jan 16 12:52 PM
Yes I have already marked the flag to skip initial screen and It does not work.
Thanks for your answerd,
‎2012 Jan 16 12:59 PM
Hi
Skip initial screen will skip the sm30 screen for the mentioned view. I think you will need to create a bdc till the step you want and in report do a call screen with bdcdata then it will work
Nabheet
‎2012 Jan 16 2:18 PM
Thanks all of you for your help, finally I could find the solution:
I have created a parameter transaction code as below:
Tranx; START_REPORT
Skip initial screen
D_SREPOVARI-REPORTTYPE RE
D_SREPOVARI-EXTDREPORT TRM 01VTVBARW_CFM ZTRMINT00001
Best Regards.
Cristina Merino.