ROIUP_PDM_COMMON is a standard ABAP INCLUDE 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 ROIUP_PDM_COMMON 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.
Title: PDM Common Include
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIUP_PARSE_SQL * call function 'OIUP_PARSE_SQL' * exporting * include = '&1' * exceptions * not_pdm_relevant = 1 * dynamic_sql = 2 * others = 3.
OIUP_PARSE_SQL * call function 'OIUP_PARSE_SQL' * exporting * include = '&1' * dynamic = 'X' * exceptions * not_pdm_relevant = 1 * dynamic_sql = 2 * others = 3.
OIUP_PARSE_SQL * call function 'OIUP_PARSE_SQL' * exporting * include = '&1' * final = 'X' * exceptions * not_pdm_relevant = 1 * dynamic_sql = 2 * others = 3.
OIUP_EXECUTE_SQL * call function 'OIUP_EXECUTE_SQL' * exporting * include = '&1' * importing * rc = _pdm_lf_subrc * dbcnt = _pdm_lf_dbcnt * exceptions * inline_only = 1 * endselect = 2 * package_size = 3 * others = 4.
OIUP_FETCH_ENDSELECT_RECORD * call function 'OIUP_FETCH_ENDSELECT_RECORD' * exporting * include = '&1' * exceptions * no_more_records = 1 * no_records = 2 * others = 3.
OIUP_FETCH_ENDSELECT_PACKAGE * call function 'OIUP_FETCH_ENDSELECT_PACKAGE' * exporting * include = '&1' * exceptions * no_more_records = 1 * no_records = 2 * others = 3.
DEQUEUE_E_OIUP_TABNAME * call function 'DEQUEUE_E_OIUP_TABNAME' * exporting * mode_roiup_pdm_enq_structure = 'S' * tabname = <_pdm_fs_tabname> * _scope = '1'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIUP_PDM_COMMON - PDM Common Include ROIUP_CL_OIUP_SQL_PARSER_UPD4 - PDM Include for CL_OIUP_SQL_PARSER_UPDATE ROIUP_CL_OIUP_SQL_PARSER_UPD3 - PDM Include for CL_OIUP_SQL_PARSER_UPDATE ROIUP_CL_OIUP_SQL_PARSER_UPD2 - PDM Include for CL_OIUP_SQL_PARSER_UPDATE ROIUP_CL_OIUP_SQL_PARSER_UPD - PDM Include for CL_OIUP_SQL_PARSER_UPDATE ROIUP_CL_OIUP_SQL_PARSER_MOD - PDM Include for CL_OIUP_SQL_PARSER_MODIFY