SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Document Management Framework(BC-SRV-KPR-DMF) SAP BC

CMP_INCL SAP ABAP INCLUDE - CMPINCL







CMP_INCL 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 CMP_INCL 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 CMP_INCL. "Basic submit
SUBMIT CMP_INCL AND RETURN. "Return to original report after report execution complete
SUBMIT CMP_INCL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT CMP_INCL

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:

SDOK_MC_ENT_QUERY call function 'SDOK_MC_ENT_QUERY' exporting modelspace = model_space tables entities = entities_ver.

SDOK_MC_ENTS_PROPS_GET call function 'SDOK_MC_ENTS_PROPS_GET' tables entities = m_entities entsprops = eprops entsattrs = eattrs exceptions others = 1.

SDOK_MC_ENT_QUERY call function 'SDOK_MC_ENT_QUERY' exporting modelspace = model_space tables entities = entities_ver.

SKWF_IOCLS_ATTRS_BY_TYPE_GET call function 'SKWF_IOCLS_ATTRS_BY_TYPE_GET' tables class_list = class_list attr_list = m_storage_types.

SDOK_MC_ENTS_PROPS_GET call function 'SDOK_MC_ENTS_PROPS_GET' tables entities = m_entities entsprops = eprops entsattrs = eattrs exceptions others = 1.

SDOK_MC_CXCL_ATTRS_GET call function 'SDOK_MC_CXCL_ATTRS_GET' exporting class = context_class tables attributes = attrs properties = props exceptions bad_class = 1.

SDOK_MC_ENTS_MSPC_GET call function 'SDOK_MC_ENTS_MSPC_GET' tables entities = entities entsmspc = entsmspc.

SDOK_MC_ENTS_PROPS_GET call function 'SDOK_MC_ENTS_PROPS_GET' exporting language = language tables entities = entities attributes = propnames entsprops = props exceptions others = 1.

SDOK_MC_ENTS_MSPC_GET call function 'SDOK_MC_ENTS_MSPC_GET' tables entities = entities entsmspc = entsmspc.

SKWF_STRUCT_CLASS_CHECK call function 'SKWF_STRUCT_CLASS_CHECK' exporting class = class importing x_structure_class = x_structure_class.

SDOK_MC_CONNS_GET call function 'SDOK_MC_CONNS_GET' exporting ccs = ccs tables connections = connections entities = entities exceptions bad_cc_space = 1.

SDOK_MC_ENTS_MSPC_GET call function 'SDOK_MC_ENTS_MSPC_GET' tables entities = entities entsmspc = entsmspc.

SDOK_MC_IOCL_ATTRS_GET call function 'SDOK_MC_IOCL_ATTRS_GET' exporting class = class-io_class tables attributes = attrs properties = props exceptions others = 1.

SDOK_MC_ENTS_MSPC_GET call function 'SDOK_MC_ENTS_MSPC_GET' tables entities = entities entsmspc = entsmspc.

SDOK_MC_ENTS_PROPS_GET call function 'SDOK_MC_ENTS_PROPS_GET' tables entities = entities entsprops = eprops exceptions others = 1.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = table_name TABLES DD03P_TAB = table_defs EXCEPTIONS ILLEGAL_INPUT = 1 * OTHERS = 2 .

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = table_def-rollname * STATE = 'A' LANGU = language IMPORTING * GOTSTATE = DD04V_WA = dtel_def * TPARA_WA = EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2 .

SDOK_M_ATTR_HELP call function 'SDOK_M_ATTR_HELP' exporting attribute = prop_name x_check_exist = 'X' importing length = length domname = domname datatype = datatype exceptions others = 1.



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