SAP Reports / Programs | Distributed Maintenance | Defense Forces and Public Security | Distributed Maintenance(IS-DFS-PM-DIS) SAP IS

/ISDFPS/WPSORR_CENTRAL_GET SAP ABAP Report - Conversion Rule for Work Centers







/ISDFPS/WPSORR_CENTRAL_GET is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to transfer conversion regulations for work centers from the central system to a decentralized system...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 /ISDFPS/WPSORR_CENTRAL_GET 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

/ISDFPS/MEBOR - Conversion Rule for Work Center


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


Text pool values


Title: Conversion Rule for Work Centers
Text Symbol: 001 = Conversion Rule for Work Centers
Text Symbol: 002 = OK
Text Symbol: 003 = Cancel
Text Symbol: 004 = Conversion rules already exist in your decentralized system. Do you want to rebuild the data?


INCLUDES used within this REPORT /ISDFPS/WPSORR_CENTRAL_GET

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:

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = lc_logsystem_own.

/ISDFPS/ALE_GET_CENTRAL_SYSTEM CALL FUNCTION '/ISDFPS/ALE_GET_CENTRAL_SYSTEM' EXPORTING system = lc_logsystem_own IMPORTING central_system = lc_central_system is_central = lc_xcentral EXCEPTIONS error_message = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 * diagnose_object = '/ISDFPS/WPSORR_CENTRAL_GET' text_question = lv_text text_button_1 = text-002 icon_button_1 = 'ICON_OKAY' text_button_2 = text-003 icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = ' ' start_column = 25 start_row = 6 IMPORTING answer = lv_answer EXCEPTIONS error_message = 1.

/ISDFPS/ALE_GET_SYSTEM_RFCDEST CALL FUNCTION '/ISDFPS/ALE_GET_SYSTEM_RFCDEST' EXPORTING system = lc_central_system IMPORTING rfc_dest = lc_rfc_dest EXCEPTIONS entry_not_exist = 1 authorization_failed = 2 OTHERS = 3.

/ISDFPS/WPSORR_GET_DB CALL FUNCTION '/ISDFPS/WPSORR_GET_DB' DESTINATION lc_rfc_dest TABLES et_wpsorr = lt_wpsorr. "#EC ENHOK

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'WPSORR' CHANGING ct_fieldcat = lt_field_cat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_structure_name = 'WPSORR' i_grid_title = text-001 it_fieldcat = lt_field_cat is_layout = ls_layout TABLES t_outtab = lt_wpsorr EXCEPTIONS program_error = 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 /ISDFPS/WPSORR_CENTRAL_GET or its description.