SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

RSEIDOC_INB_FORMS SAP ABAP INCLUDE - RSEIDOCINBFORMS







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


INCLUDES used within this REPORT RSEIDOC_INB_FORMS

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-017 TEXT_QUESTION = text IMPORTING ANSWER = answer EXCEPTIONS OTHERS = 0 .

ENQUEUE_ES_EDIQI CALL FUNCTION 'ENQUEUE_ES_EDIQI' EXPORTING QUEUENAME = i_ediqi-queuename ABSENDER = i_ediqi-absender COUNTER = i_ediqi-counter EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3 .

DEQUEUE_ES_EDIQI CALL FUNCTION 'DEQUEUE_ES_EDIQI' EXPORTING QUEUENAME = i_ediqi-queuename ABSENDER = i_ediqi-absender COUNTER = i_ediqi-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-022 TEXT_QUESTION = text IMPORTING ANSWER = answer EXCEPTIONS OTHERS = 0 .

ENQUEUE_ES_EDIQI CALL FUNCTION 'ENQUEUE_ES_EDIQI' EXPORTING QUEUENAME = i_ediqi-queuename ABSENDER = i_ediqi-absender COUNTER = i_ediqi-counter EXCEPTIONS OTHERS = 3 .

DEQUEUE_ES_EDIQI CALL FUNCTION 'DEQUEUE_ES_EDIQI' EXPORTING QUEUENAME = i_ediqi-queuename ABSENDER = i_ediqi-absender COUNTER = i_ediqi-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 DOCUMENT_NOT_EXIST = 1 OTHERS = 5 .

EDI_DOCUMENT_STATUS_SET CALL FUNCTION 'EDI_DOCUMENT_STATUS_SET' EXPORTING DOCUMENT_NUMBER = docnum IDOC_STATUS = edi_ds EXCEPTIONS OTHERS = 5 .

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 EXCEPTIONS OTHERS = 5 .

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-019 TEXT_QUESTION = text IMPORTING ANSWER = answer EXCEPTIONS OTHERS = 0 .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-021 TEXT_QUESTION = text-020 IMPORTING ANSWER = l_answer EXCEPTIONS OTHERS = 0 .

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.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-013 TEXT_QUESTION = text IMPORTING ANSWER = answer EXCEPTIONS OTHERS = 0 .

ENQUEUE_ES_EDIQI





CALL FUNCTION 'ENQUEUE_ES_EDIQI' EXPORTING QUEUENAME = i_ediqi-queuename ABSENDER = i_ediqi-absender COUNTER = i_ediqi-counter EXCEPTIONS OTHERS = 3 .

DEQUEUE_ES_EDIQI CALL FUNCTION 'DEQUEUE_ES_EDIQI' EXPORTING QUEUENAME = i_ediqi-queuename ABSENDER = i_ediqi-absender COUNTER = i_ediqi-counter .

EDI_DOCUMENT_DEQUEUE_LATER CALL FUNCTION 'EDI_DOCUMENT_DEQUEUE_LATER' EXPORTING DOCNUM = i_ediqi-docnum EXCEPTIONS OTHERS = 0 .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-016 TEXT_QUESTION = text IMPORTING ANSWER = answer EXCEPTIONS OTHERS = 0 .

ENQUEUE_ES_EDIQI CALL FUNCTION 'ENQUEUE_ES_EDIQI' EXPORTING QUEUENAME = i_ediqi-queuename ABSENDER = i_ediqi-absender COUNTER = i_ediqi-counter EXCEPTIONS OTHERS = 3 .

DEQUEUE_ES_EDIQI CALL FUNCTION 'DEQUEUE_ES_EDIQI' EXPORTING QUEUENAME = i_ediqi-queuename ABSENDER = i_ediqi-absender COUNTER = i_ediqi-counter .

EDI_DOCUMENT_DEQUEUE_LATER CALL FUNCTION 'EDI_DOCUMENT_DEQUEUE_LATER' EXPORTING DOCNUM = i_ediqi-docnum EXCEPTIONS OTHERS = 0 .



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