SAP Reports / Programs

/OPT/SEND_BACK_TO_CENTRAL SAP ABAP Report - Send Back To Central







/OPT/SEND_BACK_TO_CENTRAL 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 /OPT/SEND_BACK_TO_CENTRAL 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

/OPT/SEND_BACK - Send Back to Central


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


Text pool values


Title: Send Back To Central


INCLUDES used within this REPORT /OPT/SEND_BACK_TO_CENTRAL

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:

/OPT/VIM_DETERMINE_SYS_TYPE CALL FUNCTION '/OPT/VIM_DETERMINE_SYS_TYPE' IMPORTING SYSTEM_TYPE = L_SYS_TYPE EXCEPTIONS OTHERS = 1.

RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION l_dest EXCEPTIONS system_failure = 1 communication_failure = 2.

/OPT/RFC_PING CALL FUNCTION '/OPT/RFC_PING' DESTINATION l_dest EXCEPTIONS OTHERS = 1.

/OPT/VIM_WF_START_EXTERNAL CALL FUNCTION '/OPT/VIM_WF_START_EXTERNAL' destination l_dest EXPORTING INDEX_HEADER = i_index_header FLOWID = flowid thead = l_thead IMPORTING WI_ID = wi_id TABLES INDEX_ITEM = i_index_item INDEX_LOG = i_index_log COMMENTS = T_COMMENTS .

GET_WORKFLOW_ID CALL FUNCTION 'GET_WORKFLOW_ID' IMPORTING workitemid = l_objkey EXCEPTIONS not_found = 1 OTHERS = 2.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING OWN_LOGICAL_SYSTEM = l_logsys EXCEPTIONS OWN_LOGICAL_SYSTEM_NOT_DEFINED = 1 OTHERS = 2 .

/OPT/VIM_READ_CONSTANT CALL FUNCTION '/OPT/VIM_READ_CONSTANT' EXPORTING prod_code = '005' param_name = 'SENDBACK_OPTION' IMPORTING param_value = l_sendback_id EXCEPTIONS not_found = 1 OTHERS = 2.

SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING HEADER = L_THEAD SAVEMODE_DIRECT = 'X' TABLES LINES = T_COMMENTS EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 OTHERS = 5.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING OWN_LOGICAL_SYSTEM = l_logsys EXCEPTIONS OWN_LOGICAL_SYSTEM_NOT_DEFINED = 1 OTHERS = 2 .

/OPT/VIM_READ_CONSTANT CALL FUNCTION '/OPT/VIM_READ_CONSTANT' EXPORTING prod_code = '005' param_name = 'SENDBACK_OPTION' IMPORTING param_value = l_sendback_id EXCEPTIONS not_found = 1 OTHERS = 2.

/OPT/CP_MAINTAIN_TEXT CALL FUNCTION '/OPT/CP_MAINTAIN_TEXT' EXPORTING HEADER = G_XHEAD TABLES CURRENT_COMMENTS = T_COMMENTS PREVIOUS_COMMENTS = LT_PREV_COMM EXCEPTIONS ERROR_UPDATE = 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 /OPT/SEND_BACK_TO_CENTRAL or its description.