RIWP_VIEW_TEMPLATE 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 RIWP_VIEW_TEMPLATE 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: 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_VMONAT = D .
Selection Text: P_OVERWR = Overwrite File
Selection Text: P_MAXNR = Maximum Number
Selection Text: P_HEADER = Heading
Selection Text: P_GJAHR = D .
Selection Text: P_FRMT3 = SAP Audit Format
Selection Text: P_FRMT2 = Columns with Fixed Length
Selection Text: P_FRMT1 = Columns Separated by Semicolon
Selection Text: P_BUKRS = D .
Selection Text: P_BMONAT = D .
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.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.