J_7LIKV1 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_7LIKV1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J7LW - REA Inf. Cost Analysis: Packaging
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: HKUNNR_S = D .
Selection Text: HITYP_P = D .
Selection Text: HISTUN_S = D .
Selection Text: HISTNO_P = D .
Selection Text: GSBER_S = D .
Selection Text: FKART_S = D .
Selection Text: ENTNA_S = D .
Selection Text: EKORG_S = D .
Selection Text: DIFFK_P = D .
Selection Text: BWART_S = D .
Selection Text: BUKRS_S = D .
Selection Text: BLART_S = D .
Selection Text: BLARP_S = D .
Selection Text: STAND_P = Standard (ALV List)
Selection Text: PARAL_P = Parallel (ALV Grid Control)
Selection Text: MEHRZL = Multirow Display
Selection Text: LLAND_P = Show Export Countries Separat.
Selection Text: LIMRK_P = Show Vendor Characteristic
Selection Text: LIFNR_P = Show Vendor Numbers
Selection Text: KUN_P = Show Customer Numbers
Selection Text: KUNNR_P = Show Customer Numbers
Selection Text: KUMRK_P = Show Customer Characteristic
Selection Text: EXPORT_P = Show Exports Separately
Selection Text: DOMEST_P = Show Domestic Purchases Sep.
Selection Text: DFSPL_P = Display in Separate Column
Selection Text: DETL_P = Detail List
Selection Text: BWSPL_P = Display Valuated Columns Only
Selection Text: HPARVW_S = D .
Selection Text: WERKS_S = D .
Selection Text: WAERK_P = D .
Selection Text: VTWEG_S = D .
Selection Text: VRPNV_S = D .
Selection Text: VKORG_S = D .
Selection Text: VGART_S = D .
Selection Text: VBELN_S = D .
Selection Text: VAR_P = D .
Selection Text: VALLDP_S = D .
Selection Text: SPART_S = D .
INCLUDE J_7LIK1TOP.
INCLUDE J_7LIK1SEL_VERP.
INCLUDE J_7LIK1FOR.
INCLUDE J_7LIKAVU_ALV_FOR.
INCLUDE J_7LINFO_F4_HELP_COST.
No SAP DATABASE tables are accessed within this REPORT code!
J_7LH_SET * CALL FUNCTION 'J_7LH_SET'.
J_7L_F4_MATNR CALL FUNCTION 'J_7L_F4_MATNR' EXPORTING help_type = 1 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'SO_MATNR-LOW' dynfieldvar = 'VARIA_S-LOW' IMPORTING selected_matnr = so_matnr-low selected_variante = varia_s-low EXCEPTIONS help_type_not_specified = 1 error_in_help_values_get = 2 OTHERS = 3.
J_7L_F4_MATNR CALL FUNCTION 'J_7L_F4_MATNR' EXPORTING help_type = 1 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'SO_MATNR-HIGH' dynfieldvar = 'VARIA_S-HIGH' IMPORTING selected_matnr = so_matnr-high selected_variante = varia_s-high EXCEPTIONS help_type_not_specified = 1 error_in_help_values_get = 2 OTHERS = 3.
UNIT_OF_MEASUREMENT_HELP CALL FUNCTION 'UNIT_OF_MEASUREMENT_HELP' EXPORTING * BUSINESS_UOM = ' ' * CUCOL = 0 * CUROW = 0 dimid = 'MASS' * DISPLAY = ' ' * LANGUAGE = SY-LANGU * SELECT_UNIT_EXTERN = ' ' * SELECT_UNIT_LONG = ' ' IMPORTING select_unit = geweip_p.
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_7LIKV1 or its description.
J_7LIKV1 - REA Info Systems: Packaging Cost Analysis J_7LIKV1 - REA Info Systems: Packaging Cost Analysis J_7LIKU1_TOP - REA Infosystem: Data definition to the Program J_7LIKU1 J_7LIKU1_SEL - REA Infosystem: display selection to the Program J_7LIKU1 J_7LIKU1_FOR01 - REA Infosystem: Form-Routine to the Program J_7LIKU1 J_7LIKU1_FOR - REA Infosystem: Form-Routine to the Program J_7LIKU1