DMC_IU_STATUS_0119O01 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 DMC_IU_STATUS_0119O01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DMC_IU_GET_INSTALLED_LANGU CALL FUNCTION 'DMC_IU_GET_INSTALLED_LANGU' DESTINATION g_ls_rfc EXPORTING i_langu = sy-langu TABLES et_langu = lt_values EXCEPTIONS OTHERS = 0.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SPRAS' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'GS_IU_LANGU-SPRAS' window_title = text-lan value_org = 'S' TABLES value_tab = lt_values.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.