SAP Reports / Programs | Integration: Customer Relationship Management | SAP Utilities | Integration: Customer Relationship Management(IS-U-CS-CRM) SAP IS

CNTN01_OO SAP ABAP INCLUDE - 00 Good Copy of







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


Text pool values


Title: 00 Good Copy of


INCLUDES used within this REPORT CNTN01_OO

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:

SWC_ELEMENT_CREATE call function 'SWC_ELEMENT_CREATE' exporting element = &2 tables container = &1 exceptions already_exists = 4 others = 1.

SWC_ELEMENT_SET call function 'SWC_ELEMENT_SET' exporting element = &2 field = &3 tables container = &1 exceptions others = 1.

SWC_TABLE_SET call function 'SWC_TABLE_SET' exporting element = &2 tables container = &1 table = &3 exceptions others = 1.

SWC_ELEMENT_GET call function 'SWC_ELEMENT_GET' exporting element = &2 importing field = &3 tables container = &1 exceptions not_found = 8 is_null = 4 others = 1.

SWC_TABLE_GET call function 'SWC_TABLE_GET' exporting element = &2 tables container = &1 table = &3 exceptions not_found = 8 is_null = 4 others = 1.

SWC_ELEMENT_DELETE call function 'SWC_ELEMENT_DELETE' exporting element = &2 tables container = &1 exceptions others = 1.

SWC_ELEMENT_COPY call function 'SWC_ELEMENT_COPY' exporting source_element = &2 target_element = &4 tables source_container = &1 target_container = &3 exceptions not_found = 1 is_null = 2 others = 3.

SWO_CREATE call function 'SWO_CREATE' exporting objtype = swo_objid-objtype objkey = swo_objid-objkey importing object = &1-handle return = swo_return.

SWO_CREATE call function 'SWO_CREATE' exporting objtype = swo_objid-objtype objkey = swo_objid-objkey logical_system = swo_objid-logsys importing object = &1-handle return = swo_return.

SWO_FREE call function 'SWO_FREE' exporting object = &1-handle importing return = swo_return.

SWO_OBJECT_ID_GET call function 'SWO_OBJECT_ID_GET' exporting object = &1-handle importing return = swo_return objid = swo_objid.

SWO_OBJECT_ID_GET call function 'SWO_OBJECT_ID_GET' exporting object = &1-handle importing return = swo_return objid = swo_objid.

SWO_INVOKE call function 'SWO_INVOKE' exporting access = 'G' object = &1-handle verb = &2 persistent = ' ' importing return = swo_return verb = swo_verb tables container = swo_container.

SWO_INVOKE call function 'SWO_INVOKE' exporting access = 'G' object = &1-handle verb = &2 persistent = ' ' importing return = swo_return verb = swo_verb tables container = swo_container.

SWO_INVOKE call function 'SWO_INVOKE' exporting access = 'C' object = &1-handle verb = &2 persistent = ' ' importing return = swo_return tables container = &3.

SWO_INVOKE call function 'SWO_INVOKE' exporting access = 'C' object = &1-handle verb = &2 persistent = ' ' synchron = ' ' importing return = swo_return tables container = &3.

SWO_OBJECT_REFRESH call function 'SWO_OBJECT_REFRESH' exporting object = &1 exceptions error_create = 02.

SWC_CONT_PERSISTENT_CONVERT call function 'SWC_CONT_PERSISTENT_CONVERT' exporting from_persistent = ' ' to_persistent = 'X' importing return = swo_return tables container = swo_container exceptions others = 1.

SWE_EVENT_CREATE





call function 'SWE_EVENT_CREATE' exporting objtype = swo_objid-objtype objkey = swo_objid-objkey event = &2 tables event_container = swo_%container exceptions objtype_not_found = 1 others = 2.

SWC_CONT_PERSISTENT_CONVERT call function 'SWC_CONT_PERSISTENT_CONVERT' exporting from_persistent = &2 to_persistent = &3 importing return = swo_return tables container = &1 exceptions others = 1.

SWO_OBJECT_ID_GET call function 'SWO_OBJECT_ID_GET' exporting object = &1-handle importing return = swo_return objid = swo_objid.



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