SAP Reports / Programs | Basis Components | Basis Components | NetWeaver Enterprise Search(BC-EIM-ESH) SAP BC

ESH_INT_DISCONNECT_DPS SAP ABAP Report - Report for deletion of connections of Data Provider Services







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


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


INCLUDES used within this REPORT ESH_INT_DISCONNECT_DPS

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:

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.



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