RSEIDOC_OUT_FORMS 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 RSEIDOC_OUT_FORMS 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-016 TEXT_QUESTION = text IMPORTING ANSWER = answer EXCEPTIONS OTHERS = 0 .
ENQUEUE_ES_EDIQO CALL FUNCTION 'ENQUEUE_ES_EDIQO' EXPORTING QNAME = i_ediqo-qname COUNTER = i_ediqo-counter EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3 .
DEQUEUE_ES_EDIQO CALL FUNCTION 'DEQUEUE_ES_EDIQO' EXPORTING QNAME = i_ediqo-qname COUNTER = i_ediqo-counter .
EDI_DOCUMENT_DEQUEUE_LATER CALL FUNCTION 'EDI_DOCUMENT_DEQUEUE_LATER' EXPORTING DOCNUM = act_docnum EXCEPTIONS OTHERS = 0 .
EDI_DOCUMENT_OPEN_FOR_PROCESS CALL FUNCTION 'EDI_DOCUMENT_OPEN_FOR_PROCESS' EXPORTING DB_READ_OPTION = 'N' DOCUMENT_NUMBER = docnum IMPORTING IDOC_CONTROL = edidc EXCEPTIONS OTHERS = 5 .
EDI_DOCUMENT_STATUS_SET CALL FUNCTION 'EDI_DOCUMENT_STATUS_SET' EXPORTING DOCUMENT_NUMBER = docnum IDOC_STATUS = edi_ds EXCEPTIONS OTHERS = 4 .
EDI_DOCUMENT_CLOSE_PROCESS CALL FUNCTION 'EDI_DOCUMENT_CLOSE_PROCESS' EXPORTING DOCUMENT_NUMBER = docnum NO_DEQUEUE = 'X' EXCEPTIONS OTHERS = 5 .
EDI_DOCUMENT_OPEN_FOR_PROCESS CALL FUNCTION 'EDI_DOCUMENT_OPEN_FOR_PROCESS' EXPORTING DB_READ_OPTION = 'N' DOCUMENT_NUMBER = docnum IMPORTING IDOC_CONTROL = edidc EXCEPTIONS OTHERS = 5 .
EDI_DOCUMENT_STATUS_SET CALL FUNCTION 'EDI_DOCUMENT_STATUS_SET' EXPORTING DOCUMENT_NUMBER = docnum IDOC_STATUS = edi_ds * IMPORTING * IDOC_CONTROL = EXCEPTIONS OTHERS = 4 .
EDI_DOCUMENT_CLOSE_PROCESS CALL FUNCTION 'EDI_DOCUMENT_CLOSE_PROCESS' EXPORTING DOCUMENT_NUMBER = docnum NO_DEQUEUE = 'X' EXCEPTIONS OTHERS = 5 .
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-017 TEXT_QUESTION = text IMPORTING ANSWER = answer EXCEPTIONS OTHERS = 0 .
ENQUEUE_ES_EDIQO CALL FUNCTION 'ENQUEUE_ES_EDIQO' EXPORTING QNAME = i_ediqo-qname COUNTER = i_ediqo-counter EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3 .
DEQUEUE_ES_EDIQO CALL FUNCTION 'DEQUEUE_ES_EDIQO' EXPORTING QNAME = i_ediqo-qname COUNTER = i_ediqo-counter .
EDI_DOCUMENT_DEQUEUE_LATER CALL FUNCTION 'EDI_DOCUMENT_DEQUEUE_LATER' EXPORTING DOCNUM = act_docnum EXCEPTIONS OTHERS = 0 .
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-019 TEXT_QUESTION = text text_button_1 = text-020 text_button_2 = text-021 IMPORTING ANSWER = answer EXCEPTIONS OTHERS = 0 .
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-024 TEXT_QUESTION = text-023 IMPORTING ANSWER = l_answer EXCEPTIONS OTHERS = 0 .
IDOCS_OUTPUT_IN_QRFC CALL FUNCTION 'IDOCS_OUTPUT_IN_QRFC' EXPORTING QNAME = act_qname PORTNAME = act_rcvpor TABLES I_EDIDC = sort_edidc EXCEPTIONS NO_FULL_SENDING_VIA_QUEUE = 1 NO_IDOCS_FOR_SENDING = 2 OTHERS = 3 .
IDOCS_OUTPUT_IN_QRFC CALL FUNCTION 'IDOCS_OUTPUT_IN_QRFC' starting new task 'ALE' EXPORTING QNAME = act_qname PORTNAME = act_rcvpor TABLES I_EDIDC = sort_edidc.
CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-026 TEXT_QUESTION = text IMPORTING ANSWER = answer EXCEPTIONS OTHERS = 0 .
ENQUEUE_ES_EDIQO CALL FUNCTION 'ENQUEUE_ES_EDIQO' EXPORTING QNAME = i_ediqo-qname COUNTER = i_ediqo-counter EXCEPTIONS OTHERS = 3 .
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-026 TEXT_QUESTION = text IMPORTING ANSWER = answer EXCEPTIONS OTHERS = 0 .
ENQUEUE_ES_EDIQO CALL FUNCTION 'ENQUEUE_ES_EDIQO' EXPORTING QNAME = i_ediqo-qname COUNTER = i_ediqo-counter EXCEPTIONS OTHERS = 3 .
RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING data_word1 = queuename data_word2 = 'I' sl_message_area = 'BD' sl_message_subid = '1' EXCEPTIONS OTHERS = 5.
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 RSEIDOC_OUT_FORMS or its description.