cancel
Showing results for 
Search instead for 
Did you mean: 

RVADIN01 ist calling Z-Report; where to find the customizing?

mariomueller68
Explorer
0 Kudos

Hi,

I was debugging VF03 and found that VF03 processes Report RVADIN01.
The a customer Z-Report is called.
I wonder how to customize this behaviour.
Any help is appreciated.

Thanks, regards

Mario

Accepted Solutions (0)

Answers (2)

Answers (2)

FredericGirod
Active Contributor

The RVADIN01 is a print program for the Invoice. The customizing to change the print program / form is NACE (and the corresponding table is TNAPR)

jmodaal
Active Contributor

Hello,

I would suggest to catch the call hierarchy in a trace (ST12). Use the "Current mode" option, click on button "Further opt." and set a flag at "with stack trace". After execution of VF03 you should find the necessary informations in the ABAP trace (click on the entry for the Z-Report and then on the the "Bottom-up call hierarchy for entry" button).