MF21B3FAA 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 MF21B3FAA 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_E_BUNIT CALL FUNCTION 'ENQUEUE_E_BUNIT' EXPORTING DIMEN = GD_LP_DIMEN BUNIT = FC01BASE-BUNIT EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.
ENQUEUE_E_DIMEN CALL FUNCTION 'ENQUEUE_E_DIMEN' EXPORTING DIMEN = GD_LP_DIMEN EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.
ENQUEUE_E_CONGR CALL FUNCTION 'ENQUEUE_E_CONGR' EXPORTING DIMEN = GD_LP_DIMEN CONGR = FC01BASE-CONGR EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.
ENQUEUE_E_DIMEN CALL FUNCTION 'ENQUEUE_E_DIMEN' EXPORTING DIMEN = GD_LP_DIMEN EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.
DEQUEUE_E_BUNIT CALL FUNCTION 'DEQUEUE_E_BUNIT' EXPORTING DIMEN = GD_LP_DIMEN BUNIT = FC01BASE-BUNIT.
DEQUEUE_E_DIMEN CALL FUNCTION 'DEQUEUE_E_DIMEN' EXPORTING DIMEN = GD_LP_DIMEN.
DEQUEUE_E_CONGR CALL FUNCTION 'DEQUEUE_E_CONGR' EXPORTING DIMEN = GD_LP_DIMEN CONGR = FC01BASE-CONGR.
DEQUEUE_E_DIMEN CALL FUNCTION 'DEQUEUE_E_DIMEN' EXPORTING DIMEN = GD_LP_DIMEN.
FC_POP_MESSAGE CALL FUNCTION 'FC_POP_MESSAGE' EXPORTING E_TEXT1 = R_TEXT1 E_TEXT2 = R_TEXT2 E_TITEL = R_TITLE IMPORTING I_ANSWER = R_ANSWER.
C_DIC_DOMAIN_VALUE_TEXT_READ CALL FUNCTION 'C_DIC_DOMAIN_VALUE_TEXT_READ' EXPORTING NAME = LD_DOMNAME SPRAS = SY-LANGU VALUE = LD_DOMAIN_VALUE IMPORTING TEXT = LD_VALUE_DESCRIPTION EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = LD_BUNIT IMPORTING OUTPUT = LD_BUNIT EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.