How to Call Report Painter Using a TCode

<< Click to Display Table of Contents >>

Navigation:  All About ABAP Technique > English > Tips and Tricks ABAP >

How to Call Report Painter Using a TCode

Objective

Call Report Painter Using a TCode

Support

 

Contributor

Alex Yuniato (FICO Consultant)

Albertus Reinandang ( reinandang@yahoo.com )

 

1.Open the transaction which have or using a Report Painter

Example : FSI0

crput0001

 

2.Select a report that you want to use

Example : 0SAPBLNCE-01 Actual/Actual Comparison for Year

3.Right Click in that report and click Display

crput0002

crput0003

 

4.Click Tab "Option" and click "Reprot assignment" button in the bottom of form

crput0004

crput0005

 

5.Click "Technical names on/off" to show the Technical names

crput0006

 

6.Open a new session of SE93 to Create a transaction

7.Create a new Transcation

Example : YCALL_RP

8.Select Start Project for "Transaction with parameters (parameter transaction)"

crput0007

 

9.Fiil TextBox of Transaction with "START_REPORT" and activate the check list of "Skip initial screen" and "Inherit GUI attributes"

crput0008

 

10.Fill the Default Value of Screen in Report Painter base on the Technical Name.

crput0009

crput0010

 

11.Save and Run that tcode

crput0011