SAP Reports / Programs | Controlling | Profitability Analysis(CO-PA) SAP CO

MKEFBF20 SAP ABAP INCLUDE - t







MKEFBF20 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 MKEFBF20 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MKEFBF20. "Basic submit
SUBMIT MKEFBF20 AND RETURN. "Return to original report after report execution complete
SUBMIT MKEFBF20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: t


INCLUDES used within this REPORT MKEFBF20

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

DD_TABL_GET * CALL FUNCTION 'DD_TABL_GET' * EXPORTING ** GET_STATE = 'M' ** LANGU = SY-LANGU ** PRID = 0 * TABL_NAME = I_CHTAB ** WITHTEXT = ' ' ** USE_CACHE = ' ' ** TRACELEVEL = 0 ** IMPORTING ** DD02V_WA_A = ** DD02V_WA_N = ** DD09L_WA_A = ** DD09L_WA_N = ** GOT_STATE = * TABLES * DD03P_TAB_A = L_T_DD03P ** DD03P_TAB_N = ** DD05M_TAB_A = ** DD05M_TAB_N = ** DD08V_TAB_A = ** DD08V_TAB_N = ** DD12V_TAB_A = ** DD12V_TAB_N = ** DD17V_TAB_A = ** DD17V_TAB_N = ** DD35V_TAB_A = ** DD35V_TAB_N = ** DD36M_TAB_A = ** DD36M_TAB_N = * EXCEPTIONS * ACCESS_FAILURE = 1 * OTHERS = 2 * .

DD_GET_DD03P * CALL FUNCTION 'DD_GET_DD03P' * EXPORTING * DEFSTATUS = 'M' * LANGU = SY-LANGU ** NOINCL = E03 * REFRESH = H_REFRESHED * STATUS = 'M' * TABNAME = TABLENAME * IMPORTING * FIELD_NO = FIELD_NO * FSTATI = FSTATI * NODEF = NODEF * NOTEXT = NOTEXT * RSTATUS = RSTATUS * TABLES * DD03P_TAB = DD03P_TAB.

DDIF_DTEL_GET call function 'DDIF_DTEL_GET' exporting name = p_data_element state = 'A' langu = sy-langu importing gotstate = l_state dd04v_wa = ls_dd04v.

ENQUEUE_ESDICT * CALL FUNCTION 'ENQUEUE_ESDICT' * EXPORTING * OBJTYPE = DDENQ-OBJTYPE * OBJNAME = DDENQ-OBJNAME * EXCEPTIONS * FOREIGN_LOCK = 1 * SYSTEM_FAILURE = 02.

DEQUEUE_ESDICT * CALL FUNCTION 'DEQUEUE_ESDICT' * EXPORTING * OBJTYPE = DDENQ-OBJTYPE * OBJNAME = DDENQ-OBJNAME.

TR_TADIR_INTERFACE * CALL FUNCTION 'TR_TADIR_INTERFACE' * EXPORTING WI_TEST_MODUS = SPACE * WI_TADIR_PGMID = TADIR_TAB-PGMID * WI_TADIR_OBJECT = TADIR_TAB-OBJECT * WI_TADIR_OBJ_NAME = TADIR_TAB-OBJ_NAME * WI_TADIR_AUTHOR = SY-UNAME * WI_TADIR_DEVCLASS = IKCGR-DEVCL * WI_SET_GENFLAG = IKCGR-GEN_FLAG ** IMPORTING error_text = err_text TTK, 3.7.98

DD_TABL_COPY *CALL FUNCTION 'DD_TABL_COPY' * EXPORTING * DST_NAME = CLIENT_INCLUDE *" FORCE = ' ' *" GET_STATE = 'M ' *" PRID = 0 * SRC_NAME = CLIENT_INCLUDE_OLD * WITHTEXT = 'X' .

DD_TABL_GET *CALL FUNCTION 'DD_TABL_GET' * EXPORTING ** GET_STATE = 'M' "TODO 11.2.1998 4.0B

DD_TABL_PUT *CALL FUNCTION 'DD_TABL_PUT' * EXPORTING *" CTRL_TABL_PUT = 'XXXXX' * DD02V_WA = DD02V_WA_A * DD09L_WA = DD09L_WA_A *" PRID = PRID *" PUT_STATE = 'N' * TABL_NAME = CLIENT_INCLUDE * TABLES * DD03P_TAB = DD03P_TAB_A * DD05M_TAB = DD05M_TAB_A * DD08V_TAB = DD08V_TAB_A * DD12V_TAB = DD12V_TAB_A * DD17V_TAB = DD17V_TAB_A.

DD_TABL_ACT *CALL FUNCTION 'DD_TABL_ACT' * EXPORTING *" DEVICE = 'F' *" PATH = ' ' *" PROTNAME = ' ' * TABNAME = CLIENT_INCLUDE *" TIMER_ON = ' ' *" PRID = 0 *" ACT_MODE = 1 * IMPORTING * ACT_RESULT = ACT_RESULT * TABLES * ACT_RES_TAB = ACT_RES_TAB.

RKC_ASPET_INFO CALL FUNCTION 'RKC_ASPET_INFO' EXPORTING ASPET = T242A-ASPET * CLIENT_INDEP = ' ' * STATUS = 'A' IMPORTING ATEXT = L_ATEXT * ATYPE = * TABCL = * TABNM = * TBSTA = * STATX = * CHDAT = * CHTIM = * CHNAM = * BOOLC = * FYVCHA = * FYVAR0 = * ACUKY0 = * INSTR = * SAPRL = * COMTB = EXCEPTIONS NOT_EXIST = 1 NOT_IN_CLIENT = 2 NOT_IN_STATE = 3 OTHERS = 4.

RKE_SEND_SELECTION_SCREEN CALL FUNCTION 'RKE_SEND_SELECTION_SCREEN' EXPORTING * DETAIL = ' ' * DISPLAY_MODUS = '1' * D_FORM_NAME = ' ' * D_PROGRAM_NAME = ' ' * EINF_MEHRF = 'M' * START_COLUMN = 6 * START_ROW = 4 * TEXT_LENGTH = 40 * WINDOW_LENGTH = 12 WINDOW_TITLE = TEXT-002 * WINDOW_WIDTH = 50 * AEQUI_DIST = ' ' * MARK_ALL = ' ' * EXECUTE = ' ' TABLES SEL_TABLE = L_T_CEC01 EXCEPTIONS ABNORMAL_LEAVE = 1 CRITERIA_NOT_FOUND = 2 OTHERS = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MKEFBF20 or its description.