SAP Reports / Programs | Transaction Data Pool | Bank Components | Transaction Data Pool(IS-B-DP) SAP IS

MJBLCF01 SAP ABAP INCLUDE - Include MJBLCF01







MJBLCF01 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 MJBLCF01 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 MJBLCF01. "Basic submit
SUBMIT MJBLCF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MJBLCF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MJBLCF01


INCLUDES used within this REPORT MJBLCF01

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:

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = p_struct_name state = 'M' langu = sy-langu IMPORTING gotstate = g_sav_state_ci TABLES dd03p_tab = dd03p_deri EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_NAMETAB_GET * CALL FUNCTION 'DDIF_NAMETAB_GET' * EXPORTING * tabname = p_struct_name * TABLES * dfies_tab = lt_vtderi * EXCEPTIONS * not_found = 1 * OTHERS = 2.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING * ENTRY_ACT = 0 * ENTRY_FROM = 1 entry_to = g_maxlines_dyn last_page_full = 'X' loops = g_loops_dyn ok_code = save_ok overlapping = 'X' * PAGE_ACT = 0 * PAGE_GO = 0 * IMPORTING * ENTRIES_SUM = * ENTRY_NEW = * PAGES_SUM = * PAGE_NEW = EXCEPTIONS no_entry_or_page_act = 1 no_entry_to = 2 no_ok_code_or_page_go = 3 OTHERS = 4 .

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = p_struct_name * FIELDNAME = ' ' * LANGU = SY-LANGU * LFIELDNAME = ' ' * ALL_TYPES = ' ' * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES dfies_tab = p_structab * FIXED_VALUES = EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3 .

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = gc_setname_field * STATE = 'A' * LANGU = ' ' IMPORTING * GOTSTATE = dd04v_wa = dd04v_set * TPARA_WA = EXCEPTIONS illegal_input = 1 OTHERS = 2 .

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = g_tabname * STATE = 'A' langu = sy-langu IMPORTING gotstate = gotstate TABLES dd03p_tab = dd03p_led dd05m_tab = dd05m_led dd08v_tab = dd08v_led EXCEPTIONS illegal_input = 1 OTHERS = 2 .

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = gc_ci_name_derivt state = 'M' langu = sy-langu IMPORTING gotstate = gotstate dd02v_wa = dd02v_deri TABLES dd03p_tab = dd03p_deri dd05m_tab = dd05m_deri dd08v_tab = dd08v_deri EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = gc_ci_name_derivt dd02v_wa = dd02v_deri * DD09L_WA = ' ' TABLES dd03p_tab = dd03p_deri dd05m_tab = dd05m_deri dd08v_tab = dd08v_deri * DD35V_TAB = * DD36M_TAB = EXCEPTIONS * TABL_NOT_FOUND = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6 .

DDIF_TABL_ACTIVATE CALL FUNCTION 'DDIF_TABL_ACTIVATE' EXPORTING name = gc_ci_name_derivt * AUTH_CHK = 'X' * PRID = -1 IMPORTING rc = l_rc EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3 .

RS_CORR_INSERT * CALL FUNCTION 'RS_CORR_INSERT' * EXPORTING * object = lv_object * object_class = p_object_class * korrnum = lv_korrnum ** korrnum = lv_korrnum "bei 05 ?? * IMPORTING * korrnum = g_korrnum * EXCEPTIONS * cancelled = 1 * permission_failure = 2 * unknown_objectclass = 3 * OTHERS = 4.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING * WI_DELETE_TADIR_ENTRY = ' ' * WI_REMOVE_REPAIR_FLAG = ' ' * WI_SET_REPAIR_FLAG = ' ' * WI_TEST_MODUS = 'X' wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'TABL' wi_tadir_obj_name = l_tadir-obj_name * WI_TADIR_KORRNUM = ' ' * WI_TADIR_SRCSYSTEM = ' ' * WI_TADIR_AUTHOR = ' ' * WI_TADIR_DEVCLASS = ' ' * WI_TADIR_MASTERLANG = ' ' * WI_TADIR_CPROJECT = ' ' * WI_TADIR_VERSID = ' ' * WI_REMOVE_GENFLAG = ' ' * WI_SET_GENFLAG = ' ' wi_read_only = ' ' * IV_SET_EDTFLAG = ' ' IMPORTING * NEW_GTADIR_ENTRY = new_tadir_entry = l_tadir EXCEPTIONS tadir_entry_not_existing = 1 * TADIR_ENTRY_ILL_TYPE = 2 * NO_SYSTEMNAME = 3 * NO_SYSTEMTYPE = 4 * ORIGINAL_SYSTEM_CONFLICT = 5 * OBJECT_RESERVED_FOR_DEVCLASS = 6 * OBJECT_EXISTS_GLOBAL = 7 * OBJECT_EXISTS_LOCAL = 8 * OBJECT_IS_DISTRIBUTED = 9 * OBJ_SPECIFICATION_NOT_UNIQUE = 10 * NO_AUTHORIZATION_TO_DELETE = 11 * DEVCLASS_NOT_EXISTING = 12 * SIMULTANIOUS_SET_REMOVE_REPAIR = 13 * ORDER_MISSING = 14 * NO_MODIFICATION_OF_HEAD_SYST = 15 * PGMID_OBJECT_NOT_ALLOWED = 16 * MASTERLANGUAGE_NOT_SPECIFIED = 17 * DEVCLASS_NOT_SPECIFIED = 18 * SPECIFY_OWNER_UNIQUE = 19 * LOC_PRIV_OBJS_NO_REPAIR = 20 * GTADIR_NOT_REACHED = 21 * OBJECT_LOCKED_FOR_ORDER = 22 * CHANGE_OF_CLASS_NOT_ALLOWED = 23 * NO_CHANGE_FROM_SAP_TO_TMP = 24 OTHERS = 25 .

TR_TADIR_POPUP_ENTRY_E071 CALL FUNCTION 'TR_TADIR_POPUP_ENTRY_E071' EXPORTING wi_e071_pgmid = 'R3TR' wi_e071_object = 'TABL' wi_e071_obj_name = l_obj_name_e071 * WI_E071_GENNUM = ' ' wi_message_enter_devclass = 'X' * WI_READ_ONLY = ' ' * WI_TADIR_DEVCLASS = ' ' * WI_TADIR_GENFLAG = ' ' * WI_TADIR_MASTERLANG = ' ' * IV_SUPPRESS_MOD_SHOW = ' ' IMPORTING we_tadir = l_tadir es_tdevc = l_tdevc * EV_DELETED = EXCEPTIONS * DISPLAY_MODE = 1 * EXIT = 2 * GLOBAL_TADIR_INSERT_ERROR = 3 * NO_REPAIR_SELECTED = 4 * NO_SYSTEMNAME = 5 * NO_SYSTEMTYPE = 6 * NO_TADIR_TYPE = 7 * RESERVED_NAME = 8 * TADIR_ENQUEUE_FAILED = 9 devclass_not_found = 10 * TADIR_NOT_EXIST = 11 * OBJECT_EXISTS = 12 * INTERNAL_ERROR = 13 * OBJECT_APPEND_ERROR = 14 * TADIR_MODIFY_ERROR = 15 * OBJECT_LOCKED = 16 * NO_OBJECT_AUTHORITY = 17 OTHERS = 18 .



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 MJBLCF01 or its description.