DABBG_SPERRENF01 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 DABBG_SPERRENF01 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!
ENQUEUE_EFVDARL * call function 'ENQUEUE_EFVDARL' * exporting * bukrs = bukrs ** SARCHIV = E02 ** SANLF = E03 * ranl = ranl ** X_BUKRS = E05 ** X_SARCHIV = E06 ** X_SANLF = E07 ** X_RANL = E08 ** _SCOPE = E09 ** _WAIT = E10 * exceptions * foreign_lock = 01 * system_failure = 02.
FVD_ENQUEUE_EFVDARL call function 'FVD_ENQUEUE_EFVDARL' exporting bukrs = bukrs * SARCHIV = ranl = ranl * X_BUKRS = ' ' * X_SARCHIV = ' ' * X_RANL = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 .
DEQUEUE_EFVDARL CALL FUNCTION 'DEQUEUE_EFVDARL' EXPORTING BUKRS = bukrs * SARCHIV = RANL = ranl _SCOPE = '2' * _SYNCHRON = ' ' * _COLLECT = ' ' .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DABBG_SPERRENF01 - DABBGSPERRENF01 DABBG_SHOW_MESSAGEF01 - DABBGSHOWMESSAGEF01 DABBG_PROCESS_ONLY_ONE_DEBIF01 - DABBGPROCESSONLYONEDEBIF01 DABBG_PRINT_POSTING_PROTOCOF01 - DABBGPRINTPOSTINGPROTOCOF01 DABBG_PRINT_MESSAGE_IN_SPOOF01 - DABBGPRINTMESSAGEINSPOOF01 DABBG_PRINT_HEADERF01 - DABBGPRINTHEADERF01