SAP Reports / Programs

RIWP_VIEW_TEMPLATE SAP ABAP Report - RIWPVIEWTEMPLATE







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


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 RIWP_VIEW_TEMPLATE. "Basic submit
SUBMIT RIWP_VIEW_TEMPLATE AND RETURN. "Return to original report after report execution complete
SUBMIT RIWP_VIEW_TEMPLATE 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: 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


INCLUDES used within this REPORT RIWP_VIEW_TEMPLATE

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.

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.



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 RIWP_VIEW_TEMPLATE or its description.