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

J_7LCHKVPF01 SAP ABAP INCLUDE - J7LCHKVPF01







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


INCLUDES used within this REPORT J_7LCHKVPF01

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:

POPUP_TO_DECIDE_INFO CALL FUNCTION 'POPUP_TO_DECIDE_INFO' EXPORTING textline1 = 'Möchten Sie trotz zu erwartender langer'(015) textline2 = 'Laufzeit die Verarbeitung fortsetzen?'(016) titel = 'Achtung lange Verarbeitungszeit!'(017) IMPORTING answer = p_weiter EXCEPTIONS OTHERS = 1. "#EC *

ENQUEUE_EJ_7LV CALL FUNCTION 'ENQUEUE_EJ_7LV' EXPORTING mode_j_7lv01 = 'E' mandt = sy-mandt vrpnr = itabout-vrpnr variante = itabout-vvariante x_variante = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EJ_7LV CALL FUNCTION 'DEQUEUE_EJ_7LV' EXPORTING mode_j_7lv01 = 'E' mandt = sy-mandt vrpnr = itabout-vrpnr variante = itabout-vvariante x_variante = 'X' EXCEPTIONS OTHERS = 1.

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

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

J_7L_CHECK_PACKAGING CALL FUNCTION 'J_7L_CHECK_PACKAGING' EXPORTING i_vrpnr = p_itabout_vrpnr i_variante = p_itabout_vvariante i_datab = p_datab i_datbi = p_datbi i_kzten = 'X' "required by authority check * I_FILTER_ON = 'X' IMPORTING o_check_summary = check_summary TABLES i_entnr = s_entnr.

J_7L_CHECK_PACKAGING CALL FUNCTION 'J_7L_CHECK_PACKAGING' EXPORTING i_vrpnr = p_itabout_vrpnr i_variante = p_itabout_vvariante i_datab = p_datab i_datbi = p_datbi i_kzten = 'X' "required by authority check TABLES i_entnr = s_entnr o_message_tab = message_tab.

J_7L_CONSISTENCY_DISPLAY CALL FUNCTION 'J_7L_CONSISTENCY_DISPLAY' EXPORTING i_mode_article = space i_packaging = tmp_kv1 TABLES i_message_tab = message_tab.

POPUP_TO_DECIDE_INFO CALL FUNCTION 'POPUP_TO_DECIDE_INFO' EXPORTING textline1 = 'Möchten Sie einen weiteren'(006) textline2 = 'Verpackung gem. Ihrer Auswahl pflegen?'(007)

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = p_class doklangu = sy-langu dokname = p_docname * DOKTITLE = ' ' * called_by_program = sy-repid * called_by_dynp = sy-dynnr * called_for_tab = 'J_7LME03' * called_for_field = 'VRKME' * called_for_tab_fld_btch_input = ' ' * 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.



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