SAP Reports / Programs

J_7LIPAA SAP ABAP Report - REA Info Systems: Article Pricing Analysis







J_7LIPAA 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_7LIPAA 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

J7LIPAA - REA Info System: ArtclPricing Analys


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_7LIPAA. "Basic submit
SUBMIT J_7LIPAA AND RETURN. "Return to original report after report execution complete
SUBMIT J_7LIPAA 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_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_LAEDA = D .
Selection Text: SO_GMENG = D .
Selection Text: SO_ERSDA = D .
Selection Text: SO_ERNAM = D .
Selection Text: SO_ENTNA = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_AENAM = D .
Selection Text: MAX = D .
Selection Text: KDATV_P = D .
Selection Text: BEZUG = Base Quantity of Article
Title: REA Info Systems: Article Pricing Analysis
Text Symbol: 019 = Article
Text Symbol: 018 = Basis for Calculation
Text Symbol: 017 = Price-Formula Price
Text Symbol: 016 = Administration
Text Symbol: 015 = WF (acc.to Formula)
Text Symbol: 014 = Status
Text Symbol: 013 = Total Price
Text Symbol: 012 = Layout
Text Symbol: 011 = Multilevel
Text Symbol: 010 = Standard
Text Symbol: 009 = Compact List
Text Symbol: 008 = DetailList
Text Symbol: 007 = Multirow Display
Text Symbol: 006 = Price Item-Dep.Fee
Text Symbol: 005 = Price Weight-Dep. Fee
Text Symbol: 004 = Packaging Short Txt
Text Symbol: 003 = Output Options





Text Symbol: 002 = Analysis Date
Text Symbol: 001 = General Selection Criteria


INCLUDES used within this REPORT J_7LIPAA

INCLUDE J_7LINFO_TOP.
INCLUDE J_7LINFO_F4_HELP.
INCLUDE J_7LF4_MATNR_VAR.
INCLUDE J_7LF4_MAKTG.


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_PREIS_ARTIKEL CALL FUNCTION 'J_7L_PREIS_ARTIKEL' EXPORTING artnr = tmp_matnr variante = tmp_variante bukrs = lwa_arttab-bukrs land1 = lwa_arttab-land1 vrkme = lwa_arttab-vrkme entnr = lwa_arttab-entnr datum = kdatv_p fmeng = l_fmeng * RBUKR = * LANDR = * GRUPPE_FLAG = 'X' * GRUPPE = * PFORMEL_FLAG = 'X' * PFORMEL = * PFORMVW = * PKPROZ = * PKPROZS = * RUNDG = * ref_flag = l_ref_flag * KZMMSD = * KZFRMFRF = ' ' * J_7LE01_IN = * J_7LE02_IN = * J_7LE09_IN = * J_7LP01_IN = * SORT_MELD = ' ' IMPORTING plvrs = l_plvrs * VRPVRSIO = * VPGVRSIO = * ENTVRSIO = * VPGRP5 = j_7lkp01_out = kp_out TABLES verpack = lt_verpack fraktion = lt_fraktion EXCEPTIONS plvrs_not_found = 1 entnr_not_found = 2 vrpnr_not_found = 3 vpgrp_not_found = 4 entnr2_not_found = 5 vflkl_preis_not_found = 6 fraktion_not_found = 7 efraktion_not_found = 8 fraktion_preis_not_found = 9 unit_conversion_error = 10 unspecified_error = 11 rbukr_not_found = 12 landr_not_found = 13 matnr_not_found = 14 fbformel_error = 15 bagatellregel_error = 16 fbformel_fraktion_error = 17 OTHERS = 18.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_green_light * TEXT = ' ' * INFO = ' ' * ADD_STDINF = 'X' IMPORTING result = lwa_outtab1-icon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_green_light * TEXT = ' ' * INFO = ' ' * ADD_STDINF = 'X' IMPORTING result = lwa_outtab1-icon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_green_light * TEXT = ' ' * INFO = ' ' * ADD_STDINF = 'X' IMPORTING result = lwa_outtab1-icon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_green_light * TEXT = ' ' * INFO = ' ' * ADD_STDINF = 'X' IMPORTING result = lwa_outtab2-icon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_red_light * TEXT = ' ' * INFO = ' ' * ADD_STDINF = 'X' IMPORTING result = lwa_outtab1-icon.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'J_7LIPAA' i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' it_fieldcat = field_tab * i_structure_name = 'J_7LAPAA' i_save = 'A' is_variant = gs_variant TABLES t_outtab = lt_outtab.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = i_internal_tabname = tabname_header i_structure_name = 'J_7LAPAA_HEAD' * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = field_tab[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = i_internal_tabname = tabname_item i_structure_name = 'j_7lapaa_item' * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = field_tab[].

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = 'J_7LIPAA' i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'PROCESS_USER_COMMAND' is_layout = l_layout it_fieldcat = field_tab[] * IT_EXCLUDING = * 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 = tabname_header i_tabname_item = tabname_item * i_structure_name_header = 'J_7LAPAA_HEAD' * i_structure_name_item = 'j_7lapaa_item' is_keyinfo = info * IS_PRINT = * IS_REPREP_ID = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = lt_outtab_header t_outtab_item = lt_outtab.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ps_variant * i_tabname_header = g_tabname_header * i_tabname_item = g_tabname_item * it_default_fieldcat = gt_fieldcat i_save = 'A' IMPORTING e_exit = l_exit es_variant = ps_variant EXCEPTIONS not_found = 1 "#EC * program_error = 2 "#EC * OTHERS = 3. "#EC *

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = repid dynumb = dynnr translate_to_upper = 'X' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' * DETERMINE_LOOP_INDEX = ' ' TABLES dynpfields = pt_dynpread.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = ps_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

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

J_7L_CALL_TRANSACTION CALL FUNCTION 'J_7L_CALL_TRANSACTION' EXPORTING fields = ij_7lisct EXCEPTIONS pids_not_complete = 1 preisl_does_not_exist = 2 OTHERS = 3.

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.



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