SAP Reports / Programs

RSOD_META_DOC_INDEX SAP ABAP Report - Obsolete as of 7.0: Structuring and Checking Metadata Documentation







RSOD_META_DOC_INDEX is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generation of Documentation for metadata With this program you can generate the online documentation for BW objects and place it in the indexing queue...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSOD_META_DOC_INDEX 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 RSOD_META_DOC_INDEX. "Basic submit
SUBMIT RSOD_META_DOC_INDEX AND RETURN. "Return to original report after report execution complete
SUBMIT RSOD_META_DOC_INDEX 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: ACTIVE = Active Version
Selection Text: CONTENT = Content Version
Selection Text: LINKS = Generate Links
Selection Text: OBJNM = D .
Selection Text: TLOGO = D .
Title: Obsolete as of 7.0: Structuring and Checking Metadata Documentation
Text Symbol: 001 = Object Types
Text Symbol: 002 = Generated Documentation &1 &2
Text Symbol: 003 = Documentation is Generated for the Following Object Types
Text Symbol: 004 = Object Names


INCLUDES used within this REPORT RSOD_META_DOC_INDEX

INCLUDE RSODM01.


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:

RS_GET_TLOGO * CALL FUNCTION 'RS_GET_TLOGO' * EXPORTING * i_tlogo = '*' * IMPORTING * e_t_tlogoprop = l_t_tlogoprop * EXCEPTIONS * object_not_found = 0.

RSO_ELEM_GET_ALL_OBJECTS **** CALL FUNCTION 'RSO_ELEM_GET_ALL_OBJECTS' selects all **** EXPORTING **** i_objvers = i_objvers **** IMPORTING **** e_t_element = l_t_element.

SKWF_FIND_BY_QUERY * CALL FUNCTION 'SKWF_FIND_BY_QUERY' * EXPORTING * obj_type = skwfc_obtype_loio * IMPORTING * error = l_s_error * TABLES * classes = l_t_class * queries = l_t_quprop * result_objects = l_t_io.

SKWF_IOS_DELETE * CALL FUNCTION 'SKWF_IOS_DELETE' * EXPORTING * x_delete_children = rs_c_true * IMPORTING * error = l_s_error * TABLES * ios = l_t_io.

RSS_SYSTEM_GET_UNIQUE_ID * CALL FUNCTION 'RSS_SYSTEM_GET_UNIQUE_ID' * IMPORTING * e_uni_idc = l_uid.

SKWF_LOIO_CREATE * CALL FUNCTION 'SKWF_LOIO_CREATE' * EXPORTING * class = l_skwf_class * unique_id = l_uid ** PTYPE = ** X_STRICT = * parentpos = l_s_parent * IMPORTING * loio = l_s_loio * error = l_s_error * TABLES * properties = l_t_loio_prop_tmp.

SKWF_LOIO_ALL_PHIOS_GET * CALL FUNCTION 'SKWF_LOIO_ALL_PHIOS_GET' * EXPORTING * loio = l_s_loio ** PTYPE = ** X_STRICT = * IMPORTING * error = l_s_error * TABLES * phios = l_t_phio * properties_request = l_t_prop_req_phio * properties_result = l_t_phio_proptl .

SKWF_IOS_DELETE * CALL FUNCTION 'SKWF_IOS_DELETE' * EXPORTING * x_delete_children = rs_c_true * IMPORTING * error = l_s_error * TABLES * ios = l_t_phio_del.

SKWF_PHIO_CREATE * CALL FUNCTION 'SKWF_PHIO_CREATE' * EXPORTING * class = l_skwf_class ** UNIQUE_ID = ** PTYPE = ** X_STRICT = * loio = l_s_loio * IMPORTING * phio = l_s_phio * error = l_s_error * TABLES * properties = l_t_phio_prop.

SKWF_PHIO_STORE_CONTENT * CALL FUNCTION 'SKWF_PHIO_STORE_CONTENT' * EXPORTING * phio = l_s_phio ** X_RAW_MODE = ** X_TEXT_AS_STREAM = * IMPORTING * error = l_s_error * TABLES * file_access_info = l_t_file_info ** no code page problem with ascii format ** binary is more problematic !! * file_content_ascii = l_t_content.

DB_COMMIT * CALL FUNCTION 'DB_COMMIT'.



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