SAP Reports / Programs

J_7L_FRAKTIONSGEBUEHREN SAP ABAP Report - REA: Fraction Charge Overview







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J7LIGEB - REA: Fraction Charge Overview


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_7L_FRAKTIONSGEBUEHREN. "Basic submit
SUBMIT J_7L_FRAKTIONSGEBUEHREN AND RETURN. "Return to original report after report execution complete
SUBMIT J_7L_FRAKTIONSGEBUEHREN 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_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


INCLUDES used within this REPORT J_7L_FRAKTIONSGEBUEHREN

No INCLUDES are used within this REPORT code!


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_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.



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