ESH_INT_DISCONNECT_DPS 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 ESH_INT_DISCONNECT_DPS 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.
Selection Text: TE_TYPE = Service type of logical ports:
Title: Report for deletion of connections of Data Provider Services
Text Symbol: 024 = Do you want to synchronize?
Text Symbol: 023 = Number of data records selected for synchronization:
Text Symbol: 022 = is synchronous
Text Symbol: 021 = Does LP exist?
Text Symbol: 020 = Does SM59 exist?
Text Symbol: 019 = Cannot be deleted
Text Symbol: 018 = Number of data records selected for deletion:
Text Symbol: 017 = Do you want to delete?
Text Symbol: 016 = No
Text Symbol: 015 = Yes
Text Symbol: 014 = Endpoint
Text Symbol: 013 = Authentication method
Text Symbol: 012 = Authentication method
Text Symbol: 011 = Service type of logical port
Text Symbol: 010 = Service type of logical port
Text Symbol: 009 = Name of logical port
Text Symbol: 008 = Path
Text Symbol: 007 = Port
Text Symbol: 006 = Host
Text Symbol: 005 = Protocol
Text Symbol: 004 = Destination (SM59)
Text Symbol: 003 = Value GUID
Text Symbol: 002 = Connection GUID
Text Symbol: 001 = Selections
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ESH_S_ADAPT_CONN_WS_CONN_MAINT' CHANGING ct_fieldcat = lt_lvc_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY_LVC CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC' EXPORTING i_callback_program = lv_repid i_callback_pf_status_set = 'PF_STATUS_SET' i_callback_user_command = 'USER_COMMAND' is_layout_lvc = ls_layo it_fieldcat_lvc = lt_lvc_fieldcat TABLES t_outtab = gt_data EXCEPTIONS program_error = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = lv_result_text text_button_1 = text-015 text_button_2 = text-016 IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = lv_result_text text_button_1 = text-015 text_button_2 = text-016 IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ESH_INT_DISCONNECT_DPS - Report for deletion of connections of Data Provider Services ESH_INT_DISCONNECT_DPS - Report for deletion of connections of Data Provider Services ESH_INT_DISCONNECT_BACKEND - ESHINTDISCONNECTBACKEND ESH_INT_DISCONNECT_BACKEND - ESHINTDISCONNECTBACKEND ESH_INT_DETACH_FROM_HUB - Program ESH_INT_DETACH_FROM_HUB ESH_INT_DETACH_FROM_HUB - Program ESH_INT_DETACH_FROM_HUB