SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_CDOP_CA_ACTIVE_CHECK SAP ABAP Report - Active check report







CNV_CDOP_CA_ACTIVE_CHECK is a standard Executable ABAP Report 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 CNV_CDOP_CA_ACTIVE_CHECK 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 CNV_CDOP_CA_ACTIVE_CHECK. "Basic submit
SUBMIT CNV_CDOP_CA_ACTIVE_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_CDOP_CA_ACTIVE_CHECK 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 CNV_CDOP_CA_ACTIVE_CHECK

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:

TRINT_CHECK_REQUEST_TASK_ID call function 'TRINT_CHECK_REQUEST_TASK_ID' exporting iv_requestid = gv_request exceptions no_request = 1 no_task = 2 wrong_request = 3 not_exist_e070 = 4 no_authorization = 5 else = 6 others = 7 .

TR_CHECK_NAME_CLASS call function 'TR_CHECK_NAME_CLASS' exporting wi_pgmid = gc_pgmid wi_object = gc_object wi_objname = ls_tadir-obj_name importing we_name_class = ls_namespace exceptions namespace_not_existing = 1 invalid_object = 2 others = 3.

TR_CHECK_OBJECT_LOCK call function 'TR_CHECK_OBJECT_LOCK' exporting wi_pgmid = gc_pgmid wi_object = gc_object wi_objname = lv_obj_name importing we_locked = lv_locked exceptions empty_key = 1 no_systemname = 2 no_systemtype = 3 unallowed_lock_order = 4 others = 5.

TR_INSERT_REQUEST_WITH_TASKS call function 'TR_INSERT_REQUEST_WITH_TASKS' exporting iv_type = lc_type iv_text = iv_ntrq iv_owner = sy-uname importing es_request_header = ls_req_header exceptions insert_failed = 1 enqueue_failed = 2 others = 3.

TRINT_APPEND_TO_COMM_ARRAYS call function 'TRINT_APPEND_TO_COMM_ARRAYS' exporting wi_error_table = gc_selected wi_trkorr = iv_request iv_append_at_order = gc_selected tables wt_e071 = lt_e071 exceptions key_check_keysyntax_error = 1 ob_check_obj_error = 2 tr_lockmod_failed = 3 tr_lock_enqueue_failed = 4 tr_wrong_order_type = 5 tr_order_update_error = 6 file_access_error = 7 ob_no_systemname = 8 others = 9.

TR_LOCK_COMM call function 'TR_LOCK_COMM' exporting iv_trkorr = iv_request exceptions cts_initialization_error = 1 no_authorization = 2 enqueue_error = 3 db_access_error = 4 invalid_request = 5 lock_error = 6 others = 7.

RS_GET_ALL_INCLUDES call function 'RS_GET_ALL_INCLUDES' exporting program = iv_prog tables includetab = lt_includetab exceptions not_existent = 1 no_program = 2 others = 3.

RS_PROGRAM_INDEX_ACTUALIZE call function 'RS_PROGRAM_INDEX_ACTUALIZE' exporting program = iv_prog.



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