MSCATF60_NEW_ABLNR 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 MSCATF60_NEW_ABLNR 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!
S_TWB_A_ATTRIBUTES_METHODS CALL FUNCTION 'S_TWB_A_ATTRIBUTES_METHODS' EXPORTING iv_action = 'DQ' iv_dialogue = ' ' iv_tc_name = *cata-ablnr * IV_TC_TARGET = * IV_ORDER = * IV_TASK = * IMPORTING * EV_TC_TARGET = * EV_ORDER = * EV_TASK = EXCEPTIONS no_testcase_given = 1 testcase_non_existing = 2 no_target_given = 3 enqueue_error = 4 dequeue_error = 5 transport_other_error = 6 user_cancel = 7 OTHERS = 8.
S_TWB_A_ATTRIBUTES_MAINTAIN CALL FUNCTION 'S_TWB_A_ATTRIBUTES_MAINTAIN' EXPORTING twb_testcase_head = tc_head in_devclass = devclass * in_frange = in_title = tc_title * NO_CUSTOMER_DELIVERY = 'X' we_order_in = korrnum * WE_TASK_IN = action = 'C' * called_from_catalogue = ' ' in_create_no_dialogue = autosave IMPORTING * RET_TWB_TESTCASE_HEAD = ret_attributes_tnode02_a = tnode_attribs ret_attributes_catt = tc_attribs we_order_out = korrnum * WE_TASK_OUT = ret_display_only = show EXCEPTIONS enqueue_error = 1 user_cancel = 2 create_testcase_exists = 3 OTHERS = 4.
S_TWB_A_ATTRIBUTES_METHODS CALL FUNCTION 'S_TWB_A_ATTRIBUTES_METHODS' EXPORTING iv_action = 'EQ' iv_dialogue = ' ' iv_tc_name = *cata-ablnr * IV_TC_TARGET = * IV_ORDER = * IV_TASK = * IMPORTING * EV_TC_TARGET = * EV_ORDER = * EV_TASK = EXCEPTIONS no_testcase_given = 1 testcase_non_existing = 2 no_target_given = 3 enqueue_error = 4 dequeue_error = 5 transport_other_error = 6 user_cancel = 7 OTHERS = 8.
S_TWB_A_ATTRIBUTES_METHODS CALL FUNCTION 'S_TWB_A_ATTRIBUTES_METHODS' EXPORTING iv_action = 'DQ' iv_dialogue = ' ' iv_tc_name = *cata-ablnr * IV_TC_TARGET = * IV_ORDER = * IV_TASK = * IMPORTING * EV_TC_TARGET = * EV_ORDER = * EV_TASK = EXCEPTIONS no_testcase_given = 1 testcase_non_existing = 2 no_target_given = 3 enqueue_error = 4 dequeue_error = 5 transport_other_error = 6 user_cancel = 7 OTHERS = 8.
S_TWB_A_ATTRIBUTES_MAINTAIN CALL FUNCTION 'S_TWB_A_ATTRIBUTES_MAINTAIN' EXPORTING twb_testcase_head = tc_head * in_devclass = devclass * IN_FRANGE = in_title = tc_title * NO_CUSTOMER_DELIVERY = 'X' we_order_in = korrnum * WE_TASK_IN = action = 'M' * called_from_catalogue = ' ' in_create_no_dialogue = 'X' IMPORTING * RET_TWB_TESTCASE_HEAD = ret_attributes_tnode02_a = tnode_attribs ret_attributes_catt = tc_attribs we_order_out = korrnum * WE_TASK_OUT = EXCEPTIONS enqueue_error = 1 user_cancel = 2 create_testcase_exists = 3 OTHERS = 4.
S_TWB_A_TESTOBJECT_LIST_CHANGE * call function 'S_TWB_A_TESTOBJECT_LIST_CHANGE' * tables * objlist = objlist.
S_TWB_A_ATTRIBUTES_METHODS CALL FUNCTION 'S_TWB_A_ATTRIBUTES_METHODS' EXPORTING iv_action = 'EQ' iv_dialogue = ' ' iv_tc_name = *cata-ablnr * IV_TC_TARGET = * IV_ORDER = * IV_TASK = * IMPORTING * EV_TC_TARGET = * EV_ORDER = * EV_TASK = EXCEPTIONS no_testcase_given = 1 testcase_non_existing = 2 no_target_given = 3 enqueue_error = 4 dequeue_error = 5 transport_other_error = 6 user_cancel = 7 OTHERS = 8.
DEQUEUE_CATA * CALL FUNCTION 'DEQUEUE_CATA' * EXPORTING * ABLNR = TMP_ABLNR.
RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING authority_check = 'X' global_lock = 'X' * LANGUAGE_UPD_EXIT = ' ' * MASTER_LANGUAGE = ' ' mode = 'FREE' object = tmp_new_ablnr object_class = 'SCAT' suppress_corr_check = 'X' suppress_language_check = 'X' * TRDIR_INF = ' ' * IMPORTING * DEVCLASS = * ERROR_INFO = * NEW_MASTER_LANGUAGE = * TRANSPORT_KEY = * MODIFICATION_LANGUAGE = EXCEPTIONS canceled_in_corr = 01 enqueued_by_user = 02 enqueue_system_failure = 03 illegal_parameter_values = 04 locked_by_author = 05 no_modify_permission = 06 no_show_permission = 07 permission_failure = 08.
RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING authority_check = 'X' global_lock = 'X' * LANGUAGE_UPD_EXIT = ' ' master_language = sy-langu mode = 'INSERT' object = *cata-ablnr object_class = 'SCAT' suppress_corr_check = ' ' suppress_language_check = ' ' * TRDIR_INF = 'X' EXCEPTIONS canceled_in_corr = 01 enqueued_by_user = 02 enqueue_system_failure = 03 illegal_parameter_values = 04 locked_by_author = 05 no_modify_permission = 06 no_show_permission = 07 permission_failure = 08.
RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING object = *cata-ablnr object_class = 'SCAT' mode = 'I' global_lock = 'X' devclass = devclass korrnum = korrnum author = sy-uname master_language = sy-langu * GENFLAG = ' ' * PROGRAM = ' ' * IMPORTING * DEVCLASS = * KORRNUM = * NEW_CORR_ENTRY = * AUTHOR = * TRANSPORT_KEY = EXCEPTIONS cancelled = 01 permission_failure = 02 unknown_objectclass = 03.
RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING authority_check = 'X' global_lock = 'X' * LANGUAGE_UPD_EXIT = ' ' * MASTER_LANGUAGE = ' ' mode = 'FREE' object = *cata-ablnr object_class = 'SCAT' suppress_corr_check = 'X' suppress_language_check = 'X' * TRDIR_INF = ' ' * IMPORTING * DEVCLASS = * ERROR_INFO = * NEW_MASTER_LANGUAGE = * TRANSPORT_KEY = * MODIFICATION_LANGUAGE = EXCEPTIONS canceled_in_corr = 01 enqueued_by_user = 02 enqueue_system_failure = 03 illegal_parameter_values = 04 locked_by_author = 05 no_modify_permission = 06 no_show_permission = 07 permission_failure = 08.
RS_TREE_OBJECT_PLACEMENT CALL FUNCTION 'RS_TREE_OBJECT_PLACEMENT' EXPORTING object = *cata-ablnr type = 'SCAT' operation = 'INSERT'.
DOKU_COPY_ALL CALL FUNCTION 'DOKU_COPY_ALL' EXPORTING " GENERIC_USE = " ' ' new_object = tmp_new_doknr old_id = 'HY' old_object = tmp_old_doknr old_typ = 'E' " SUPPRESS_AUTHORITY = " 'X' " SUPPRESS_ENQUEUE = " 'X' suppress_transport = ' ' * IMPORTING * VARTEXT = EXCEPTIONS header_without_text = 01 index_without_header = 02 no_authority_for_devclass_xxxx = 03 no_docu_found = 04 object_is_already_enqueued = 05 object_is_enqueued_by_corr = 06 techn_enqueue_problem = 07 user_break = 08.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.