MF10KFAA 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 MF10KFAA 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.
Title: Technical Form Routines for SAPMF10K
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_T869_UPDATE * CALL FUNCTION 'G_T869_UPDATE' * EXPORTING FLAG = CON_ON * TABLES * IT_FLAG1 = IT_FLAG1 * IT_T869 = IT_T869_SAVE * EXCEPTIONS * ERROR = 1.
G_T869T_UPDATE * CALL FUNCTION 'G_T869T_UPDATE' * TABLES * IT_FLAG2 = IT_FLAG2 * IT_T869T = IT_T869T_SAVE * EXCEPTIONS * ERROR = 1.
ENQUEUE_E_TABLEE * CALL FUNCTION 'ENQUEUE_E_TABLEE' * EXPORTING * TABNAME = 'T869' * VARKEY = LD_VARKEY "xfm043262 * EXCEPTIONS * FOREIGN_LOCK = 01 * SYSTEM_FAILURE = 02.
ENQUEUE_E_TABLEE * CALL FUNCTION 'ENQUEUE_E_TABLEE' * EXPORTING * TABNAME = 'T869T' * VARKEY = LD_VARKEY "xfm043262 * EXCEPTIONS * FOREIGN_LOCK = 01 * SYSTEM_FAILURE = 02.
DEQUEUE_E_TABLEE * CALL FUNCTION 'DEQUEUE_E_TABLEE' * EXPORTING * TABNAME = 'T869' * VARKEY = LD_VARKEY. "xfm043262
DEQUEUE_E_TABLEE * CALL FUNCTION 'DEQUEUE_E_TABLEE' * EXPORTING * TABNAME = 'T869T' * VARKEY = LD_VARKEY. "xfm043262
POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * DEFAULTOPTION = 'Y' * TEXTLINE1 = TEXT-011 * TEXTLINE2 = R_TEXT1 * TITEL = R_TITLE * START_COLUMN = 25 * START_ROW = 6 * IMPORTING * ANSWER = R_ANSWER.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.