MF10KFBB 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 MF10KFBB 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: Routines for Processing Selected Items
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_T854S_UPDATE * CALL FUNCTION 'G_T854S_UPDATE' * TABLES IT_T854S = IT_T854S_POST * IT_FPFLAG = IT_FPFLAG * EXCEPTIONS ERROR = 1.
ENQUEUE_E_TABLEE * CALL FUNCTION 'ENQUEUE_E_TABLEE' * EXPORTING * TABNAME = 'T854S' * VARKEY = LD_VARKEY "xfm043262 * EXCEPTIONS * FOREIGN_LOCK = 01 * SYSTEM_FAILURE = 02.
DEQUEUE_E_TABLEE * CALL FUNCTION 'DEQUEUE_E_TABLEE' * EXPORTING * TABNAME = 'T854S' * VARKEY = LD_VARKEY. "xfm043262
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MF10KFBB - Routines for Processing Selected Items MF10KFAA - Technical Form Routines for SAPMF10K MF10KF90 - Form routines for screen 1090: Fin. stmt. items/data MF10KF70 - Routines for Screen 1070 MF10KF60 - Form Routines for Screen 1060 (List to Check Consistency) MF10KF50 - Form Routines for Screen 1050