SAP Reports / Programs | Recycling Administration Core Functions | Recycling Administration | Recycling Administration Core Functions(IS-REA-COR) SAP IS

MJ7LRF01 SAP ABAP INCLUDE - REA Article Referencing: Form Routines for Program SAPMJ7LR







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


Text pool values


Title: REA Article Referencing: Form Routines for Program SAPMJ7LR


INCLUDES used within this REPORT MJ7LRF01

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:

J_7L_MAINTAIN_ARTICLE CALL FUNCTION 'J_7L_MAINTAIN_ARTICLE' EXPORTING * I_FLG_CH_DOC_ON = 'X' * I_FLG_CONST_CHECK_ON = ' ' * I_TEST_MODUS_ON = ' ' i_modus_enqueue_art = j7ll1_never i_modus_condition = j7ll1_never "later in dialog * I_MODUS_UPDATE = 'S' * I_MODUS_PLAUSIB_CHECK = 'N' i_copy_modus = 'X' i_wf_event = j7ll1_customizing TABLES i_m01 = j_7lm01_tab i_m02 = j_7lm02_tab i_m03 = j_7lm03_tab i_m04 = j_7lm04_tab i_m05 = j_7lm05_tab i_m06 = j_7lm06_tab i_m07 = j_7lm07_tab i_m08 = j_7lm08_tab i_m09 = j_7lm09_tab i_m10 = j_7lm10_tab i_m11 = j_7lm11_tab return = return EXCEPTIONS maintain_error = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = p_title * DIAGNOSE_OBJECT = ' ' text_question = p_question text_button_1 = text-003 * icon_button_1 = 'ICON_SYSTEM_SAVE' text_button_2 = text-004 * icon_button_2 = 'ICON_SYSTEM_UNDO' * DEFAULT_BUTTON = '1' display_cancel_button = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = p_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

CONVERSION_EXIT_MATN1_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_MATN1_OUTPUT' EXPORTING input = p_matnr IMPORTING output = c_matnr EXCEPTIONS OTHERS = 1.

J_7L_CALL_TRANSACTION CALL FUNCTION 'J_7L_CALL_TRANSACTION' EXPORTING fields = gv_lisct EXCEPTIONS pids_not_complete = 1 preisl_does_not_exist = 2 OTHERS = 3.

J_7L_READ_ARTICLE CALL FUNCTION 'J_7L_READ_ARTICLE' EXPORTING i_matnr = p_matnr i_variante = p_variante * I_BUKRS = I_BUKRS * I_LAND = I_LAND * I_VRKME = I_VRKME * I_DATAB = I_DATAB * I_DATBI = I_DATBI * I_FLG_BUFFER_ON = ' ' * I_FLG_ENQUE_ART = ' ' TABLES * O_M01 = O_M01 * O_M02 = O_M02 * O_M03 = O_M03 * O_M04 = O_M04 * O_M05 = O_M05 * O_M06 = O_M06 o_m07 = old_m07 o_m08 = old_m08 * O_M09 = O_M09 * O_M10 = O_M10 o_m11 = old_m11 return = return EXCEPTIONS read_error = 1.

J_7L_READ_ARTICLE CALL FUNCTION 'J_7L_READ_ARTICLE' EXPORTING i_matnr = j_7lkm1-matnr i_variante = j_7lkm1-variante * I_BUKRS = I_BUKRS * I_LAND = I_LAND * I_VRKME = I_VRKME * I_DATAB = I_DATAB * I_DATBI = I_DATBI * I_FLG_BUFFER_ON = ' ' * I_FLG_ENQUE_ART = ' ' TABLES o_m01 = j_7lm01_tab o_m02 = j_7lm02_tab o_m03 = j_7lm03_tab o_m04 = j_7lm04_tab o_m05 = j_7lm05_tab o_m06 = j_7lm06_tab o_m07 = j_7lm07_tab o_m08 = j_7lm08_tab o_m09 = j_7lm09_tab o_m10 = j_7lm10_tab * O_M11 = O_M11 return = return EXCEPTIONS read_error = 1.

J_7L_MAINTAIN_ARTICLE CALL FUNCTION 'J_7L_MAINTAIN_ARTICLE' EXPORTING * I_FLG_CH_DOC_ON = 'X' * I_FLG_CONST_CHECK_ON = ' ' * I_TEST_MODUS_ON = ' ' i_modus_enqueue_art = j7ll1_never i_modus_condition = j7ll1_customizing * I_MODUS_UPDATE = 'S' * I_MODUS_PLAUSIB_CHECK = 'N' i_copy_modus = 'X' i_wf_event = j7ll1_customizing TABLES i_m01 = j_7lm01_tab i_m02 = j_7lm02_tab i_m03 = j_7lm03_tab i_m04 = j_7lm04_tab i_m05 = j_7lm05_tab i_m06 = j_7lm06_tab i_m07 = j_7lm07_tab i_m08 = j_7lm08_tab i_m09 = j_7lm09_tab i_m10 = j_7lm10_tab * I_M11 = I_M11 return = return EXCEPTIONS maintain_error = 1.

POPUP_TO_CONFIRM_LOSS_OF_DATA * CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' * EXPORTING * TEXTLINE1 = P_TEXT1 * TEXTLINE2 = P_TEXT2 * TITEL = P_TITLE ** START_COLUMN = 25 ** START_ROW = 6 * IMPORTING * ANSWER = P_ANSWER * EXCEPTIONS * OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = p_title * DIAGNOSE_OBJECT = ' ' text_question = temp_text * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' display_cancel_button = space * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = p_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

ENQUEUE_EJ_7LR CALL FUNCTION 'ENQUEUE_EJ_7LR' EXPORTING mode_j_7lm07 = 'S' mode_j_7lm08 = 'S' mandt = sy-mandt matnr = p_matnr variante = p_variante x_variante = 'X' _scope = '1' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EJ_7LR CALL FUNCTION 'DEQUEUE_EJ_7LR' EXPORTING mode_j_7lm07 = 'S' mode_j_7lm08 = 'S' mandt = sy-mandt * matnr = j_7lkm2-matnr matnr = p_matnr variante = p_variante x_variante = 'X' _scope = '1' * _SYNCHRON = ' ' * _COLLECT = ' ' EXCEPTIONS OTHERS = 1.

ENQUEUE_EJ_7LR CALL FUNCTION 'ENQUEUE_EJ_7LR' EXPORTING mode_j_7lm07 = 'X' mode_j_7lm08 = 'X' mandt = sy-mandt * matnr = j_7lkm2-matnr matnr = p_matnr variante = p_variante x_variante = 'X' _scope = '1' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EJ_7LR CALL FUNCTION 'DEQUEUE_EJ_7LR' EXPORTING mode_j_7lm07 = 'X' mode_j_7lm08 = 'X' mandt = sy-mandt matnr = j_7lkm1-matnr variante = j_7lkm1-variante x_variante = 'X' _scope = '1' * _SYNCHRON = ' ' * _COLLECT = ' ' EXCEPTIONS OTHERS = 1.

J_7L_KOND_UPDATE_REFMAT_ASYNC CALL FUNCTION 'J_7L_KOND_UPDATE_REFMAT_ASYNC' IN BACKGROUND TASK EXPORTING matnr = j_7lkm1-matnr variante = j_7lkm1-variante loekz = p_loekz delekz = p_delekz "OSS KOND REFMAT reftyp = p_reftyp.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'SAPMJ7LR' dynumb = dynumber TABLES dynpfields = dynpfields.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = tabname retfield = retfield * PVALKEY = ' ' dynpprog = l_prog dynpnr = l_dynp dynprofield = feld * STEPL = 0 window_title = window_title * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * display = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * CALLBACK_METHOD = * MARK_TAB = * IMPORTING * USER_RESET = TABLES value_tab = * FIELD_TAB = return_tab = lt_return * DYNPFLD_MAPPING = * EXCEPTIONS * PARAMETER_ERROR = 1 * NO_VALUES_FOUND = 2 * OTHERS = 3 .

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = l_class doklangu = sy-langu dokname = l_docname * DOKTITLE = ' ' called_by_program = sy-repid called_by_dynp = sy-dynnr called_for_tab = l_tab called_for_field = p_field called_for_tab_fld_btch_input = p_btch * msg_var_1 = ' ' * MSG_VAR_2 = ' ' * MSG_VAR_3 = ' ' * MSG_VAR_4 = ' ' called_by_cuaprog = sy-cprog called_by_cuastat = sy-pfkey TABLES links = l_links EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.

J_7L_KOND_UPDATE_REFMAT_SYNC CALL FUNCTION 'J_7L_KOND_UPDATE_REFMAT_SYNC' EXPORTING matnr = j_7lkm1-matnr variante = j_7lkm1-variante loekz = p_loekz TABLES message_tab = message_tab EXCEPTIONS ref_not_found = 1 OTHERS = 2.



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