RTXXVGTEMPLATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RTXXVGTEMPLATE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_VMONAT = D .
Selection Text: P_GJAHR = D .
Selection Text: P_BUKRS = D .
Selection Text: P_BMONAT = D .
Selection Text: S001 = Company Code
Selection Text: P_XTEXT = Description
Selection Text: P_XPRINT = Print
Selection Text: P_XFILE = File Name
Selection Text: P_XEXPRT = Output to File
Selection Text: P_XDIRS = Directory Set
Selection Text: P_UUID = Identification Number
Selection Text: P_OVERWR = Overwrite File
Selection Text: P_MAXNR = Maximum Number
Selection Text: P_HEADER = Heading
Selection Text: P_FRMT3 = SAP Audit Format
Selection Text: P_FRMT2 = Columns with Fixed Length
Selection Text: P_FRMT1 = Columns Separated by Semicolon
Text Symbol: S31 = Options for Export in File
Text Symbol: S04 = Segments from Other Source Extracts
Text Symbol: S03 = Output Options
Text Symbol: S02 = Selection Conditions for Data View
Text Symbol: S01 = Source Extract
Text Symbol: R43 = SAP Audit Format
Text Symbol: R42 = Columns with Fixed Length
Text Symbol: R41 = Columns Separated by Semicolon
Text Symbol: R31 = Overwrite File
Text Symbol: R12 = Export to File
Text Symbol: R11 = Display/Print
Text Symbol: P31 = Insert Header Row
Text Symbol: H03 = To Period
Text Symbol: H02 = From Period
Text Symbol: H01 = Segment
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TXX_VIEW_CHECK_INPUT call function 'TXX_VIEW_CHECK_INPUT' EXPORTING id_tax_view = p_txview is_params = ls_params EXCEPTIONS no_authority = 1 invalid_view = 2 invalid_input = 3 others = 4.
RSTI_REPORT_FIELDS_FIND call function 'RSTI_REPORT_FIELDS_FIND' exporting e_repid = sy-repid * E_TYPE = 'S' * I_VARIANT = * IMPORTING * E_VARIANT = tables it_sel = lt_sel_tab it_fields = lt_field_tab.
TXX_VIEW_DATA_EXECUTE call function 'TXX_VIEW_DATA_EXECUTE' EXPORTING it_source_res = lt_source id_tax_view = p_txview is_params = ls_params is_tfrange = lt_frange.
TXX_ADMI_READ_DTL CALL FUNCTION 'TXX_ADMI_READ_DTL' EXPORTING I_UUID = ls_admi_extr-xtrct_uuid IMPORTING ET_ADMI_SEGMENT = lt_admi_segment.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RTXXVGTEMPLATE - documentation and ABAP source code RTXXVGTEMPLATE - documentation and ABAP source code RTXXVG01 - DARTX: Generate Program for View Query RTXXVG01 - DARTX: Generate Program for View Query RTXXSM3X - Call Up View/View Cluster Maintenance Using Transaction Code RTXXSM3X - Call Up View/View Cluster Maintenance Using Transaction Code