SAP Reports / Programs | Cross-Application Components | Master Data Governance | Applications(CA-MDG-APP) SAP CA

MDG_BS_CUST_HARM_CLASS_IMPL SAP ABAP INCLUDE - Include MDG_BS_CUST_HARM_CLASS_IMPL







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


Text pool values


Title: Include MDG_BS_CUST_HARM_CLASS_IMPL


INCLUDES used within this REPORT MDG_BS_CUST_HARM_CLASS_IMPL

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:

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = sy-msgty cl = sy-msgid number = sy-msgno par1 = sy-msgv1 par2 = sy-msgv2 par3 = sy-msgv3 par4 = sy-msgv4 IMPORTING return = ls_message.

BUP_TB001_SELECT_SINGLE CALL FUNCTION 'BUP_TB001_SELECT_SINGLE' EXPORTING i_bu_group = ls_bp_to_customer-bu_group IMPORTING e_tb001 = ls_bp_group EXCEPTIONS not_found = 1 OTHERS = 2.

BUP_TB003B_SELECT_SINGLE CALL FUNCTION 'BUP_TB003B_SELECT_SINGLE' EXPORTING i_rolecategory = iv_role_category IMPORTING e_tb003b = ls_tb003b_ext EXCEPTIONS not_found = 1 OTHERS = 2.

BUP_TB001_SELECT_SINGLE CALL FUNCTION 'BUP_TB001_SELECT_SINGLE' EXPORTING i_bu_group = iv_group EXCEPTIONS not_found = 1 OTHERS = 2.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = ls_number_range2-fromnumber IMPORTING output = ls_number_range2-fromnumber.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = lv_handle.

BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = ls_display.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_handle i_s_msg = ls_balmsg.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display.

BAL_LOG_MSG_DELETE_ALL CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = lv_handle.

NUMBER_RANGE_UPDATE_INIT CALL FUNCTION 'NUMBER_RANGE_UPDATE_INIT' EXPORTING object = iv_object EXCEPTIONS object_not_found = 1 OTHERS = 2.

NUMBER_RANGE_ENQUEUE CALL FUNCTION 'NUMBER_RANGE_ENQUEUE' EXPORTING object = iv_object EXCEPTIONS foreign_lock = 1 object_not_found = 2 system_failure = 3 OTHERS = 4.

NUMBER_RANGE_INTERVAL_UPDATE CALL FUNCTION 'NUMBER_RANGE_INTERVAL_UPDATE' EXPORTING object = iv_object IMPORTING error = ls_error2 error_occured = lv_error TABLES error_iv = lt_errors interval = it_intervals EXCEPTIONS object_not_found = 1 OTHERS = 2.

NUMBER_RANGE_DEQUEUE CALL FUNCTION 'NUMBER_RANGE_DEQUEUE' EXPORTING object = iv_object.

NUMBER_RANGE_UPDATE_CLOSE CALL FUNCTION 'NUMBER_RANGE_UPDATE_CLOSE' EXPORTING object = iv_object EXCEPTIONS no_changes_made = 0 object_not_initialized = 1 OTHERS = 2.

NUMBER_RANGE_DEQUEUE CALL FUNCTION 'NUMBER_RANGE_DEQUEUE' EXPORTING object = iv_object.

NUMBER_RANGE_DEQUEUE CALL FUNCTION 'NUMBER_RANGE_DEQUEUE' EXPORTING object = iv_object.

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING iv_category = 'CUST' "#EC NOTEXT iv_cli_dep = abap_true IMPORTING ev_order = lv_request ev_task = lv_task EXCEPTIONS invalid_category = 1 no_correction_selected = 2 OTHERS = 3.

TRINT_APPEND_TO_COMM_ARRAYS





CALL FUNCTION 'TRINT_APPEND_TO_COMM_ARRAYS' EXPORTING iv_append_at_order = abap_true wi_trkorr = lv_request TABLES wt_e071 = lt_request_objects wt_e071k = lt_request_keys 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.



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