J_7L_FRAKTIONSGEBUEHREN 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_7L_FRAKTIONSGEBUEHREN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J7LIGEB - REA: Fraction Charge Overview
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: SO_VKORG = Sales Organization
Selection Text: SO_MATNR = Article No.
Selection Text: SO_MATKL = Material Group
Selection Text: SO_LAND1 = Country
Selection Text: SO_ENTNA = Recycling Partner
Selection Text: SO_BUKRS = Company Code
Selection Text: P_DETAIL = Display
Selection Text: P_DATBI = To:
Selection Text: P_DATAB = Validity From:
Title: REA: Fraction Charge Overview
Text Symbol: T05 = Selection: Period
Text Symbol: T04 = Selection: Sales Organization
Text Symbol: T03 = Selection: Detail View Packaging
Text Symbol: T02 = Selection: Re. Partner
Text Symbol: T01 = Selection: REA article
Text Symbol: 023 = Packaging
Text Symbol: 021 = Article Descr.
Text Symbol: 020 = Description
Text Symbol: 019 = SLORG
Text Symbol: 018 = Qty
Text Symbol: 017 = Price
Text Symbol: 016 = Base Unit of Meas.
Text Symbol: 015 = CoCd
Text Symbol: 014 = Re.Part.
Text Symbol: 013 = Fraction
Text Symbol: 012 = Item-Dep. Fee:
Text Symbol: 011 = Weight-Dep. Fee:
Text Symbol: 010 = Item-/Weight-Dep. Fee
Text Symbol: 006 = Re.Part. Fraction
Text Symbol: 005 = Volume/Area Class
Text Symbol: 004 = Valid From
Text Symbol: 003 = Article No.
Text Symbol: 002 = To
Text Symbol: 001 = Validity Period from
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_7L_PREIS_ARTIKEL_PERIODE CALL FUNCTION 'J_7L_PREIS_ARTIKEL_PERIODE' EXPORTING artnr = wa_art-matnr bukrs = wa_vko-bukrs land1 = wa_vko-land1 vrkme = wa_art-meins entnr = wa_e01-entnr datab = p_datab datbi = p_datbi fmeng = co_kpein * KZMMSD = J_7LKM1-KZMMSD waers = wa_vko-waers waere = wa_e01-waere IMPORTING summee = zw_preise summer = zw_preisr * summea = TABLES version = ta_vrs verpack = ta_vrp fraktion = ta_stf EXCEPTIONS artnr_not_found = 1 plvrs_not_found = 2 entnr_not_found = 3 vrpnr_not_found = 4 unit_conversion_error = 5 unspecified_error = 6 OTHERS = 7.
J_7L_FRAKTIONEN_ARTIKEL CALL FUNCTION 'J_7L_FRAKTIONEN_ARTIKEL' EXPORTING matnr = wa_art-matnr bukrs = wa_vko-bukrs land1 = wa_vko-land1 vrkme = wa_art-meins fmeng = co_kpein datum = sy-datum TABLES j_7lkf1_tab = ta_frk EXCEPTIONS vrpnr_not_found = 1 vpgrp_not_found = 2 * FRAKTION_NOT_FOUND = 3 unit_conversion_error = 3 OTHERS = 4.
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_7L_FRAKTIONSGEBUEHREN - REA: Fraction Charge Overview J_7L_FRAKTIONSGEBUEHREN - REA: Fraction Charge Overview J_7L_EAR_NETGEW_TRANSFER - Transfers Net Weight As Article Component Quantity J_7L_EAR_NETGEW_TRANSFER - Transfers Net Weight As Article Component Quantity J_7L_EAR_FORMS - J7LEARFORMS J_7L_DELETE_TEMP_DECL - Cleansing of Superfluous Declaration Items