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

Problems trying create a transaction code for TRM0 reports

Former Member
0 Likes
959

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
679

Have you flagged the "Skip initial screen" checkox ?

Edited by: Benjamin Hueter on Jan 16, 2012 1:45 PM

4 REPLIES 4
Read only

Former Member
0 Likes
680

Have you flagged the "Skip initial screen" checkox ?

Edited by: Benjamin Hueter on Jan 16, 2012 1:45 PM

Read only

0 Likes
679

Yes I have already marked the flag to skip initial screen and It does not work.

Thanks for your answerd,

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
679

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

Read only

0 Likes
679

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.