BEIN4E01 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 BEIN4E01 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!
MM_DOCUMENT_INDEX_LINE_SELECT CALL FUNCTION 'MM_DOCUMENT_INDEX_LINE_SELECT' EXPORTING OK_CODE = SY-UCOMM.
MM_DOCUMENT_INDEX_USER_COMMAND CALL FUNCTION 'MM_DOCUMENT_INDEX_USER_COMMAND' EXPORTING OK_CODE = SY-UCOMM.
MM_DOCUMENT_INDEX_TOP_OF_PAGE CALL FUNCTION 'MM_DOCUMENT_INDEX_TOP_OF_PAGE'.
MM_DOCUMENT_INDEX_END_OF_PAGE CALL FUNCTION 'MM_DOCUMENT_INDEX_END_OF_PAGE'.
MM_CONDBI_INDEX_TAB_CREATE CALL FUNCTION 'MM_CONDBI_INDEX_TAB_CREATE' EXPORTING I_MESSAGE_TYP = CON_MSG_TYP I_SAPGUI_MESSAGE = YES I_READ_NOT_PROCESSES_POINTERS = S_REORGO I_REORG_NOT_PROCESSES_POINTERS = S_REORGA I_POINTER_VALIDITY = G_POINTER_VALIDITY I_REORG_POINTERS = S_REORGB I_match_document_index = S_match *>>>>>>>>>> begin insertion note 324368 <<<<<<<<<<< i_size = 10000 *>>>>>>>>>> end insertion note 324268 <<<<<<<<<<< TABLES T_WINDVB = G_WINDVB T_DOCUMENT_TYPES_TAB = G_DOCUMENT_TYPES_TAB T_ERROR_MESSAGES = G_ERROR_MESSAGES EXCEPTIONS NO_CUSTOMIZING_DATA = 01 INDEX_DATA_NOT_FOUND = 02 POINTER_ANALYSE = 03 NO_CONDITION_FOUND = 04 OTHERS = 05.
MM_DOCUMENT_INDEX_ERROR_LIST CALL FUNCTION 'MM_DOCUMENT_INDEX_ERROR_LIST' EXPORTING I_DOCUMENT_INDEX_SHOW = YES I_NEW_PAGE_EACH_BLTYP = NO I_NO_STATISTICS = YES I_MSGNO_FOR_BLTYP = '069' I_MSGNO_FOR_ERROR = '070' I_MSGNO_FOR_SUCCESS = G_DUMMY_MSGNO I_STATUS = 'LISTN' I_TITLE = 'LI2' I_TITLE_BAR = TEXT-001 I_ALV = p_alv * TEXT: PROTOKOLL AUTOMATISCHE BELEGANPASSUNG: ARBEITSVORRAT ERSTELLEN * (ERSTELLT AM &) TABLES T_DOCUMENT_TYPES_TAB = G_DOCUMENT_TYPES_TAB T_DOCUMENT_INDEX = G_DUMMY_DOCUMENT_INDEX T_ERROR_MESSAGES = G_ERROR_MESSAGES EXCEPTIONS BACK_TO_SELECTION_SCREEN = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.