SAP Reports / Programs | Cross-Application Components | General Application Functions | Data Retention Tool(CA-GTF-DRT) SAP CA

RTXXVGTEMPLATE SAP ABAP Report - documentation and ABAP source code







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RTXXVGTEMPLATE. "Basic submit
SUBMIT RTXXVGTEMPLATE AND RETURN. "Return to original report after report execution complete
SUBMIT RTXXVGTEMPLATE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RTXXVGTEMPLATE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RTXXVGTEMPLATE or its description.