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

J_7LIZAV2 SAP ABAP Report - REA Info Systems: Article to Packaging Assignment (Re. Partner-Dep.)







J_7LIZAV2 is a standard Executable ABAP Report 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_7LIZAV2 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J7LIZAV2 - REA Info System RePartAsgmt Art-Pckg


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


Text pool values


Selection Text: SO_ENTNA = D .
Selection Text: SO_GMENG = D .
Selection Text: SO_LAND1 = D .
Selection Text: SO_LANGU = D .
Selection Text: SO_MAKTG = D .
Selection Text: SO_MATNR = D .
Selection Text: SO_MEINS = D .
Selection Text: SO_MEREL = D .
Selection Text: SO_MEVWX = D .
Selection Text: SO_MTYP = D .
Selection Text: SO_VERSC = D .
Selection Text: SO_VPEBE = D .
Selection Text: SO_VPGRP = D .
Selection Text: SO_VPTYP = D .
Selection Text: SO_VRKME = D .
Selection Text: SO_VRPNR = D .
Selection Text: SO_VRSIO = D .
Selection Text: SO_VVARI = D .
Selection Text: S_TRENKZ = D .
Selection Text: S_VPARTG = D .
Selection Text: S_VPARTS = D .
Selection Text: S_VPFTYP = D .
Selection Text: SO_BUKRS = D .
Selection Text: PA_DATBI = D .
Selection Text: PA_DATAB = D .
Selection Text: MAX = D .
Selection Text: S_MUSTER = Model Packaging
Selection Text: SO_VARIA = D .
Selection Text: MEHRZL = Multirow Display
Title: REA Info Systems: Article to Packaging Assignment (Re. Partner-Dep.)
Text Symbol: 001 = BUn Art.
Text Symbol: 002 = Article
Text Symbol: 003 = Packaging
Text Symbol: 004 = Hits Display
Text Symbol: 005 = Validity Period of Assignment
Text Symbol: 006 = General Selection Criteria
Text Symbol: 007 = Derv:Sales Unit
Text Symbol: 008 = Language





Text Symbol: 010 = Expand All
Text Symbol: 011 = Collapse All
Text Symbol: 012 = Model Packaging
Text Symbol: 100 = An error occurred when generating the ALV
Text Symbol: 101 = Blocked
Text Symbol: 102 = Not Blocked


INCLUDES used within this REPORT J_7LIZAV2

INCLUDE J_7LINFO_TOP.
INCLUDE J_7LINFO_F4_HELP.


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = '@06@' info = text-101 add_stdinf = 'X' IMPORTING result = outtab_item-icon_lockvp EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = '@4A@' info = text-102 add_stdinf = 'X' IMPORTING result = outtab_item-icon_lockvp EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = program i_callback_pf_status_set = gc_status_set i_callback_user_command = 'PROCESS_USER_COMMAND' is_layout = gs_layout it_fieldcat = gt_field_cat it_excluding = extab * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' i_save = 'A' is_variant = gs_variant * IT_EVENTS = * IT_EVENT_EXIT = i_tabname_header = 'OUTTAB_HEADER' i_tabname_item = 'OUTTAB_ITEM' * i_structure_name_header = * i_structure_name_item = is_keyinfo = key_info * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = outtab_header t_outtab_item = outtab_item EXCEPTIONS program_error = 1 "#EC * OTHERS = 2. "#EC *

J_7L_CALL_TRANSACTION CALL FUNCTION 'J_7L_CALL_TRANSACTION' EXPORTING fields = l_ct EXCEPTIONS pids_not_complete = 1 OTHERS = 2.

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.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = fieldname_save dynpprog = l_prog dynpnr = l_dynp dynprofield = feld window_title = text-012 value_org = 'S' TABLES value_tab = musterpack_tab.



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