SAP Reports / Programs | Product Lifecycle Management | Product and Process Modeling | Product Data Replication(PLM-PPM-RPL) SAP PLM

I_PDRSETUP SAP ABAP INCLUDE - Include I_PDRSETUP







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


INCLUDES used within this REPORT I_PDRSETUP

INCLUDE RSWF_CST_AUTOCUSTTOP.


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 = lv_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.

VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' EXPORTING view_action = 'U' view_name = 'V_TBDLS' no_warning_for_clientindep = 'N' EXCEPTIONS invalid_action = 1 no_authority = 2 no_clientindependent_authority = 3 table_not_found = 4 no_linedependent_authority = 5 OTHERS = 6.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'E' enqueue_mode = 'E' view_name = 'V_TBDLS' enqueue_range = '' EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'D' enqueue_mode = 'E' view_name = 'V_TBDLS' enqueue_range = '' EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = lv_rfc_dest action = 'I' "insert authority_check = 'X' loadbalancing = 'X' systemid = lv_systemid server = lv_server group = gv_group client = gv_mndt user = gv_user password = gv_password description = gv_psys_descr EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = lv_rfc_dest action = 'I' "insert authority_check = 'X' systemnr = gv_synum server = lv_server group = gv_group client = gv_mndt user = gv_user password = gv_password description = gv_psys_descr EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = lv_rfc_dest action = 'D' "delete authority_check = 'X' EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES listobject = lv_olddest_ping EXCEPTIONS OTHERS = 1.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = lv_rfc_dest action = 'C' "copy destcopy = lv_rfc_dest_temp EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = lv_rfc_dest_temp action = 'M' authority_check = 'X' loadbalancing = 'X' systemid = lv_systemid systemnr = '' server = lv_server group = gv_group client = gv_mndt user = gv_user same_user = '' password = gv_password keep_password = '' passwordscr = '' description = gv_psys_descr EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = lv_rfc_dest_temp action = 'M' authority_check = 'X' loadbalancing = '' systemid = '' systemnr = gv_synum server = lv_server group = '' client = gv_mndt user = gv_user same_user = '' password = gv_password keep_password = '' passwordscr = '' description = gv_psys_descr EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = lv_rfc_dest action = 'M' authority_check = 'X' loadbalancing = 'X' systemid = lv_systemid systemnr = ' ' server = lv_server group = gv_group client = gv_mndt user = gv_user same_user = '' password = gv_password keep_password = ' ' passwordscr = ' ' description = gv_psys_descr EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = lv_rfc_dest action = 'M' authority_check = 'X' loadbalancing = '' systemid = '' systemnr = gv_synum server = lv_server group = '' client = gv_mndt user = gv_user same_user = '' password = gv_password keep_password = '' passwordscr = '' description = gv_psys_descr EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = lv_rfc_dest_temp action = 'D' authority_check = 'X' EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

RFC_READ_R3_DESTINATION CALL FUNCTION 'RFC_READ_R3_DESTINATION' EXPORTING destination = lv_rfc_dest authority_check = 'X' bypass_buf = 'X' IMPORTING loadbalancing = lv_loadbalancing systemid = lv_systemid systemnr = lv_systemnr server = lv_server group = lv_group client = lv_client user = lv_user password = lv_password EXCEPTIONS authority_not_available = 1 destination_not_exist = 2 information_failure = 3 internal_failure = 4 OTHERS = 5.

RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION lv_rfc_dest EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.

Z_PDRSETUP

LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES listobject = gs_slave-list EXCEPTIONS OTHERS = 1.

LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES listobject = gs_slave-list EXCEPTIONS OTHERS = 1.






VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' EXPORTING view_action = 'U' view_name = -vim_name no_warning_for_clientindep = 'N' EXCEPTIONS invalid_action = 1 no_authority = 2 no_clientindependent_authority = 3 table_not_found = 4 no_linedependent_authority = 5 OTHERS = 6.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'E' enqueue_mode = 'E' view_name = -vim_name enqueue_range = 'X' EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'D' enqueue_mode = 'E' view_name = -vim_name enqueue_range = 'X' EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.

VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' EXPORTING view_action = 'U' view_name = -vim_name no_warning_for_clientindep = 'N' EXCEPTIONS invalid_action = 1 no_authority = 2 no_clientindependent_authority = 3 table_not_found = 4 no_linedependent_authority = 5 OTHERS = 6.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'E' enqueue_mode = 'E' view_name = -vim_name enqueue_range = 'X' EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'D' enqueue_mode = 'E' view_name = -vim_name enqueue_range = 'X' EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.

VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' EXPORTING view_action = 'U' view_name = 'V_TCM_APPL_MEM' no_warning_for_clientindep = '' EXCEPTIONS invalid_action = 1 no_authority = 2 no_clientindependent_authority = 3 table_not_found = 4 no_linedependent_authority = 5 OTHERS = 6.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'E' enqueue_mode = 'E' view_name = 'V_TCM_APPL_MEM' enqueue_range = '' EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'D' enqueue_mode = 'E' view_name = 'V_TCM_APPL_MEM' enqueue_range = '' EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.

MODEL_LOCK CALL FUNCTION 'MODEL_LOCK' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DISTMODEL_UPDVIEW CALL FUNCTION 'DISTMODEL_UPDVIEW' EXPORTING modelview = ls_modelview EXCEPTIONS invalid_view = 1 invalid_date = 2 duplicate_connection = 3 same_sender_receiver = 4 invalid_sender = 5 invalid_receiver = 6 invalid_method = 7 invalid_messagetype = 8 invalid_filter = 9 invalid_model_owner = 10 unexpected_error = 11 OTHERS = 12.

DISTMODEL_ADDVIEW CALL FUNCTION 'DISTMODEL_ADDVIEW' EXPORTING modelview = ls_modelview EXCEPTIONS unexpected_error = 1 duplicate_view = 2 duplicate_connection = 3 same_sender_receiver = 4 unknown_model_owner = 5 unknown_sender = 6 unknown_receiver = 7 unknown_bapi = 8 unknown_method = 9 invalid_message_filter = 10 invalid_bapi_filter = 11 invalid_model_date = 12 invalid_view = 13 OTHERS = 14.

MODEL_UNLOCK CALL FUNCTION 'MODEL_UNLOCK'.

SWE_EVENT_REC_TYPE_ENABLE CALL FUNCTION 'SWE_EVENT_REC_TYPE_ENABLE' EXPORTING objtype = 'BUS1082' rectype = 'WS20000104' event = 'INITIATED' EXCEPTIONS update_failed = 1 OTHERS = 2.

SWE_EVENT_REC_TYPE_ENABLE CALL FUNCTION 'SWE_EVENT_REC_TYPE_ENABLE' EXPORTING objtype = 'BUS1082' rectype = 'WS20000104' event = 'RESEND' EXCEPTIONS update_failed = 1 OTHERS = 2.

SWE_EVENT_REC_TYPE_ENABLE CALL FUNCTION 'SWE_EVENT_REC_TYPE_ENABLE' EXPORTING objtype = 'BUS1082002' rectype = 'STATUS_ERROR' event = 'ERRORSENDSTATUSREACHED' EXCEPTIONS update_failed = 1 OTHERS = 2.

SWE_EVENT_REC_TYPE_ENABLE CALL FUNCTION 'SWE_EVENT_REC_TYPE_ENABLE' EXPORTING objtype = 'BUS1082002' rectype = 'STATUS_OK' event = 'INFOSENDSTATUSREACHED' EXCEPTIONS update_failed = 1 OTHERS = 2.

SWE_EVENT_REC_TYPE_ENABLE CALL FUNCTION 'SWE_EVENT_REC_TYPE_ENABLE' EXPORTING objtype = 'BUS1082002' rectype = 'WS20000137' event = 'RESEND' EXCEPTIONS update_failed = 1 OTHERS = 2.

VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' EXPORTING view_action = 'U' view_name = 'V_TDIBP' no_warning_for_clientindep = '' EXCEPTIONS invalid_action = 1 no_authority = 2 no_clientindependent_authority = 3 table_not_found = 4 no_linedependent_authority = 5 OTHERS = 6.

VIEW_ENQUEUE



CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'E' enqueue_mode = 'E' view_name = 'V_TDIBP' enqueue_range = '' EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'D' enqueue_mode = 'E' view_name = 'V_TDIBP' enqueue_range = '' EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 OTHERS = 7.



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