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

J_7LIZFA SAP ABAP Report - REA Info Systems: Fraction to Article Assignment







J_7LIZFA 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_7LIZFA 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

J7LIZFA - REA Infosystem Fraction-Article Asgt


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_7LIZFA. "Basic submit
SUBMIT J_7LIZFA AND RETURN. "Return to original report after report execution complete
SUBMIT J_7LIZFA 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_VRKME = D .
Selection Text: SO_VARIA = D .
Selection Text: SO_STOKT = D .
Selection Text: SO_STOKL = D .
Selection Text: SO_STOFF = D .
Selection Text: SO_STGEW = D .
Selection Text: SO_MTYP = D .
Selection Text: SO_MEVWX = D .
Selection Text: SO_MEREL = D .
Selection Text: SO_MEINS = D .
Selection Text: SO_MATNR = D .
Selection Text: SO_MAKTG = D .
Selection Text: SO_LANGU = D .
Selection Text: SO_LAND1 = D .
Selection Text: SO_GSTFN = D .
Selection Text: SO_GMENG = D .
Selection Text: SO_GEWEI = D .
Selection Text: SO_BUKRS = D .
Selection Text: PA_DATBI = D .
Selection Text: PA_DATAB = D .
Selection Text: MAX = D .
Selection Text: MEHRZL = Multirow Display
Selection Text: BEZUG = Base Quantity of Article
Title: REA Info Systems: Fraction to Article Assignment
Text Symbol: 013 = Packaging Group Valid to
Text Symbol: 012 = PkgGrp Valid fr
Text Symbol: 011 = Pkg Valid to
Text Symbol: 010 = Pkg Valid from
Text Symbol: 009 = Basis for Calculation
Text Symbol: 008 = Art. Valid to
Text Symbol: 007 = Art. Valid from
Text Symbol: 006 = Language
Text Symbol: 005 = Hits Display
Text Symbol: 004 = Validity
Text Symbol: 003 = General Selection Criteria
Text Symbol: 002 = Fraction
Text Symbol: 001 = Article


INCLUDES used within this REPORT J_7LIZFA

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:

J_7L_F4_GEWEI CALL FUNCTION 'J_7L_F4_GEWEI' IMPORTING selected_gewei = so_gewei-low EXCEPTIONS OTHERS = 1. "#EC *

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'J_7LIZFA' 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_CALLBACK_PROGRAM = 'J_7LIZFA' * I_CALLBACK_USER_COMMAND = 'USER_COMMAND' ** I_CALLBACK_TOP_OF_PAGE = ** 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 = 'FIELDCAT_SAVE' * I_TABNAME = 'OUTTAB' ** IS_LAYOUT = * IT_FIELDCAT = FIELD_TAB ** I_FCTYPE = 'R' ** IT_EXCLUDING = ** IT_SPECIAL_GROUPS = ** IT_SORT = ** IS_SEL_HIDE = ** I_SCREEN_START_COLUMN = 0 ** I_SCREEN_START_LINE = 0 ** I_SCREEN_END_COLUMN = 0 ** I_SCREEN_END_LINE = 0 * 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.

MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING input = outtab-stgew kzmeinh = 'X' matnr = outtab-vrpnr meinh = outtab-meins_m04 meins = outtab-meins_verp * EXTENDED_CONV = ' ' * TYPE_UMR = ' ' * NO_OUTPUT = ' ' * CHARGE = * CHARG_CUOBJ = * WERKS = IMPORTING * ADDKO = * MEINS = output = outtab-stgew * UMREN = * UMREZ = * BATCH_CONVERSION_ERROR = * KZWSO = EXCEPTIONS conversion_not_found = 1 input_invalid = 2 material_not_found = 3 meinh_not_found = 4 meins_missing = 5 no_meinh = 6 output_invalid = 7 overflow = 8 OTHERS = 9.



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