SAP Reports / Programs

UDM_PUBLISH_DISPUTE_CASES SAP ABAP Report - Transfer of Dispute Cases







UDM_PUBLISH_DISPUTE_CASES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this report, you can transfer dispute cases to an external application...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter UDM_PUBLISH_DISPUTE_CASES into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

UDM_PUBLISH_DISPUTE - Transfer of Dispute Cases


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


Text pool values


Selection Text: NO_LOG = Without Log
Selection Text: TESTRUN = Test Run
Selection Text: BUKRS = D .
Selection Text: CASETYPE = D .
Selection Text: CASE_ID = D .
Selection Text: EXTAPPL = D .
Title: Transfer of Dispute Cases


INCLUDES used within this REPORT UDM_PUBLISH_DISPUTE_CASES

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:

UDM_DC_PROCESS_EVENT CALL FUNCTION 'UDM_DC_PROCESS_EVENT' EXPORTING i_case_guid = i_extappl = extappl i_event = c_event IMPORTING et_message = lt_message.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = lv_log_handle EXCEPTIONS OTHERS = 1.

APPL_LOG_WRITE_DB CALL FUNCTION 'APPL_LOG_WRITE_DB' EXPORTING object = c_log_object subobject = c_log_subobject log_handle = lv_log_handle TABLES object_with_lognumber = lt_owl EXCEPTIONS OTHERS = 0.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = l_s_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile i_t_log_handle = l_t_log_handle EXCEPTIONS no_authority = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = i_structure_name CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS OTHERS = 0.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING it_fieldcat = lt_fieldcat i_save = 'A' is_variant = l_isvariant TABLES t_outtab = it_outtab EXCEPTIONS OTHERS = 0.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_appl_log EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_appl_log EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_appl_log EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_appl_log EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_appl_log EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_appl_log EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_appl_log EXCEPTIONS log_not_found = 0 OTHERS = 1.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = 'I' cl = 'UDM_MSG' number = '505' par1 = l_par1 IMPORTING return = l_return.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = 'I' cl = 'UDM_MSG' number = '506' par1 = l_par1 IMPORTING return = l_return.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = 'E' cl = 'UDM_MSG' number = '507' par1 = l_par1 IMPORTING return = l_return.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = 'E' cl = 'UDM_MSG' number = '522' par1 = l_par1 IMPORTING return = l_return.

BAL_LOG_MSG_ADD





CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_appl_log EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_appl_log EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_appl_log EXCEPTIONS log_not_found = 0 OTHERS = 1.



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