J_7LIZFV 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_7LIZFV into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J7LIZFV - REA Infosystem Fraction-Packag.Asgmt
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.
Selection Text: S_VRSIO = D .
Selection Text: S_VRPNR = D .
Selection Text: S_VRPKT = D .
Selection Text: S_VPTYP = D .
Selection Text: S_VPKTX = D .
Selection Text: S_VPFTYP = D .
Selection Text: S_VPEBE = D .
Selection Text: S_VPARTS = D .
Selection Text: S_VPARTG = D .
Selection Text: S_VERSCH = D .
Selection Text: S_TRENKZ = D .
Selection Text: S_STOKTX = D .
Selection Text: S_STOFI = D .
Selection Text: S_STGEW = D .
Selection Text: S_MUSTER = D .
Selection Text: S_LAND1 = D .
Selection Text: S_GEWEI = D .
Selection Text: S_ENTNA = D .
Selection Text: SO_LANGU = D .
Selection Text: PA_DATBI = D .
Selection Text: PA_DATAB = D .
Selection Text: MAXSEL = D .
Selection Text: S_VVARIA = D .
Selection Text: MEHRZL = Multirow Display
Title: REA Info Systems: Fraction to Packaging Assignment
Text Symbol: 007 = Model Packaging
Text Symbol: 006 = Language
Text Symbol: 005 = Packaging Category
Text Symbol: 004 = Hits Display
Text Symbol: 003 = Validity Period of Assignment
Text Symbol: 002 = Internal Fraction
Text Symbol: 001 = Packaging
INCLUDE J_7LINFO_TOP.
INCLUDE J_7LINFO_F4_HELP.
INCLUDE J_7LISAF.
No SAP DATABASE tables are accessed within this REPORT code!
J_7L_F4_GEWEI CALL FUNCTION 'J_7L_F4_GEWEI' IMPORTING selected_gewei = s_gewei-low EXCEPTIONS OTHERS = 1. "#EC *
J_7L_F4_VRPNR CALL FUNCTION 'J_7L_F4_VRPNR' EXPORTING help_type = 1 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'S_VRPNR-LOW' dynfieldvar = 'S_VVARIA-LOW' IMPORTING selected_vrpnr = s_vrpnr-low selected_variante = s_vvaria-low.
J_7L_F4_VRPNR CALL FUNCTION 'J_7L_F4_VRPNR' EXPORTING help_type = 1 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'S_VRPNR-HIGH' dynfieldvar = 'S_VVARIA-HIGH' IMPORTING selected_vrpnr = s_vrpnr-high selected_variante = s_vvaria-high.
J_7L_F4_VRPNR CALL FUNCTION 'J_7L_F4_VRPNR' EXPORTING help_type = 2 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'S_VPKTX-LOW' IMPORTING selected_maktx = s_vpktx-low.
J_7L_F4_VRPNR CALL FUNCTION 'J_7L_F4_VRPNR' EXPORTING help_type = 2 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'S_VPKTX-HIGH' IMPORTING selected_maktx = s_vpktx-high.
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-007 value_org = 'S' TABLES value_tab = musterpack_tab.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'J_7LIZFV' i_callback_pf_status_set = 'SET_PF_STATUS_3' i_callback_user_command = 'USER_COMMAND' it_fieldcat = field_tab i_save = 'A' is_variant = gs_variant TABLES t_outtab = outtab.
K_KKB_LIST_DISPLAY * CALL FUNCTION 'K_KKB_LIST_DISPLAY' * EXPORTING ** I_INTERFACE_CHECK = * I_CALLBACK_PROGRAM = 'J_7LIZFV' * I_CALLBACK_USER_COMMAND = 'USER_COMMAND' ** I_CALLBACK_TOP_OF_PAGE = ** I_CALLBACK_TOP_OF_LIST = ** I_CALLBACK_END_OF_PAGE = ** I_CALLBACK_END_OF_LIST = * I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' ** i_callback_layout_save = ** I_CALLBACK_FIELDCAT_SAVE = ** I_CALLBACK_GROUPLEVEL_CHANGE = ** I_CALLBACK_BEFORE_LINE_OUTPUT = ** I_CALLBACK_AFTER_LINE_OUTPUT = ** I_CALLBACK_FOREIGN_TOP_OF_PAGE = ** I_CALLBACK_FOREIGN_END_OF_PAGE = ** I_CALLBACK_LIST_MODIFY = ** I_CALLBACK_TOP_OF_COVERPAGE = ** I_CALLBACK_END_OF_COVERPAGE = ** I_CALLBACK_HEADER_TRANSPORT = * I_TABNAME = 'OUTTAB' ** IS_LAYOUT = * IT_FIELDCAT = FIELD_TAB ** I_FCTYPE = 'R' ** IT_EXCLUDING = ** IT_SPECIAL_GROUPS = ** IT_SORT = ** IT_FILTER = ** IT_EVENT_EXIT = ** IS_SEL_HIDE = ** I_SCREEN_START_COLUMN = 0 ** I_SCREEN_START_LINE = 0 ** I_SCREEN_END_COLUMN = 0 ** I_SCREEN_END_LINE = 0 ** IMPORTING ** E_EXIT_CAUSED_BY_CALLER = ** ES_EXIT_CAUSED_BY_USER = * TABLES * T_OUTTAB = OUTTAB * EXCEPTIONS * OTHERS = 1. "#EC *
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_7LIZFV - REA Info Systems: Fraction to Packaging Assignment J_7LIZFV - REA Info Systems: Fraction to Packaging Assignment J_7LIZFR - REA Info Systems: Fraction to Recycling Partner Assignment J_7LIZFR - REA Info Systems: Fraction to Recycling Partner Assignment J_7LIZFA - REA Info Systems: Fraction to Article Assignment J_7LIZFA - REA Info Systems: Fraction to Article Assignment