RIWP_DBTABGEN_WP 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_DBTABGEN_WP 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_WP = D .
Title: Generating temporary database tables for views
Text Symbol: T01 = Status of the generated tables
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TXX5G_DBTABS_GEN_AND_LOAD CALL FUNCTION 'TXX5G_DBTABS_GEN_AND_LOAD' EXPORTING it_source_res = lt_source_res EXCEPTIONs error_occured = 8 others = 9 .
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * i_program_name = '' * i_internal_tabname = '' i_structure_name = 'TXX_VC_LOCK' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = i_bypassing_buffer = 'X' * I_BUFFER_ACTIVE = * I_MODE = CHANGING ct_fieldcat = lt_fieldcat.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = lv_title * I_GRID_SETTINGS = * IS_LAYOUT = it_fieldcat = lt_fieldcat TABLES t_outtab = lt_itab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RIWP_DBTABGEN_WP - Generating temporary database tables for views RIWP_DBTABGEN_WP - Generating temporary database tables for views RIWP_CREP_FOR_ATTACHMENTS - Program RIWP_CREP_FOR_ATTACHMENTS RIWP_CREP_FOR_ATTACHMENTS - Program RIWP_CREP_FOR_ATTACHMENTS RIWP_CREATE_WP - RIWPCREATEWP RIWP_CREATE_WP - RIWPCREATEWP