SAP Reports / Programs | Basis Components | Basis Components | CATT Computer Aided Test Tool(BC-TWB-TST-CAT) SAP BC

MSCATF60_NEW_ABLNR SAP ABAP INCLUDE - MSCATF60NEWABLNR







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


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 MSCATF60_NEW_ABLNR. "Basic submit
SUBMIT MSCATF60_NEW_ABLNR AND RETURN. "Return to original report after report execution complete
SUBMIT MSCATF60_NEW_ABLNR 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 MSCATF60_NEW_ABLNR

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:

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.



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