SAP Reports / Programs

J_7LISV1 SAP ABAP Report - REA Info Systems: Packaging Master Data







J_7LISV1 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_7LISV1 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

J7LISV - REA Infosystem Packaging Master Data


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_7LISV1. "Basic submit
SUBMIT J_7LISV1 AND RETURN. "Return to original report after report execution complete
SUBMIT J_7LISV1 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: S_HDLSTN = D .
Selection Text: S_HOEHE = D .
Selection Text: S_INFOK = D .
Selection Text: S_LAEDA = D .
Selection Text: S_LAENG = D .
Selection Text: S_LAND1 = D .
Selection Text: S_LANGU = D .
Selection Text: S_MAKTX = D .
Selection Text: S_MEABM = D .
Selection Text: S_SOKOA = D .
Selection Text: S_TRENKZ = D .
Selection Text: S_VERSCH = D .
Selection Text: S_VFLKL = D .
Selection Text: S_VOLEH = D .
Selection Text: S_VOLUM = D .
Selection Text: S_VPARGD = D .
Selection Text: S_VPARSD = D .
Selection Text: S_VPARTG = D .
Selection Text: S_VPARTS = D .
Selection Text: S_VPEBEN = D .
Selection Text: S_VPFTYP = D .
Selection Text: S_VPGEW = D .
Selection Text: S_VPTYP = D .
Selection Text: S_VRPNR = D .
Selection Text: MEHRZL = Multirow Display
Selection Text: SO_LVORM = Deleted Packaging
Selection Text: S_MUSTER = Model Packaging
Selection Text: S_VARIA = D .
Selection Text: MAXSEL = D .
Selection Text: S_AENAM = D .
Selection Text: S_BREIT = D .
Selection Text: S_BUKRS = D .
Selection Text: S_DATAB = D .
Selection Text: S_DATBI = D .
Selection Text: S_ENTNA = D .
Selection Text: S_ERNAM = D .
Selection Text: S_ERSDA = D .
Selection Text: S_FUELLG = D .





Selection Text: S_GEWEI = D .
Selection Text: S_HDLSKO = D .
Selection Text: S_HDLST = D .
Title: REA Info Systems: Packaging Master Data
Text Symbol: 011 = Dimensions Calculation Basis Volume/Area Class REA
Text Symbol: 010 = Model Packaging
Text Symbol: 005 = Packaging Data for Recycling Partner
Text Symbol: 004 = Hits Display
Text Symbol: 002 = Packaging Administration
Text Symbol: 001 = Packaging


INCLUDES used within this REPORT J_7LISV1

INCLUDE J_7LINFO_TOP.
INCLUDE J_7LINFO_F4_HELP.
INCLUDE J_7LISAF.


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_F4_VRPNR CALL FUNCTION 'J_7L_F4_VRPNR' EXPORTING help_type = 1 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'S_VRPNR-LOW' dynfieldvar = 'S_VARIA-LOW' IMPORTING selected_vrpnr = s_vrpnr-low selected_variante = s_varia-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_VARIA-HIGH' IMPORTING selected_vrpnr = s_vrpnr-high selected_variante = s_varia-high.

J_7L_F4_VRPNR CALL FUNCTION 'J_7L_F4_VRPNR' EXPORTING help_type = 2 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'S_MAKTX-LOW' IMPORTING selected_maktx = s_maktx-low.

J_7L_F4_VRPNR CALL FUNCTION 'J_7L_F4_VRPNR' EXPORTING help_type = 2 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'S_MAKTX-HIGH' IMPORTING selected_maktx = s_maktx-high.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'J_7LISV1' 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.

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-010 value_org = 'S' TABLES value_tab = musterpack_tab.

UNIT_OF_MEASUREMENT_HELP CALL FUNCTION 'UNIT_OF_MEASUREMENT_HELP' EXPORTING cucol = 0 curow = 0 dimid = p_dimid display = space IMPORTING select_unit = p_fldvalue.



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