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

J_7LIKOK SAP ABAP Report - REA Info Systems: Versions and Valitity of Condition Types







J_7LIKOK 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_7LIKOK into the relevant SAP transactions such as SE38 or SE80


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_7LIKOK. "Basic submit
SUBMIT J_7LIKOK AND RETURN. "Return to original report after report execution complete
SUBMIT J_7LIKOK 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: PA_DATAB = D Valid From
Selection Text: PA_DATBI = D Valid To
Selection Text: SO_ENTNA = D Recycling Partner
Selection Text: SO_KOKEY = D Condition Type Asgmt
Selection Text: SO_KOTYP = D Cond.Type Category
Selection Text: SO_LAND1 = D Country Key
Selection Text: SO_VRSIO = Version
Title: REA Info Systems: Versions and Valitity of Condition Types
Text Symbol: 001 = CType
Text Symbol: 002 = CoCgy
Text Symbol: 003 = Date From
Text Symbol: 004 = Date To
Text Symbol: 005 = Condition Type
Text Symbol: 006 = Percentage
Text Symbol: 007 = Partner
Text Symbol: 008 = Ctry
Text Symbol: 009 = CoKey
Text Symbol: 010 = Version
Text Symbol: 011 = Additive
001 Partner Cty CoKey Version Date From Date To CoCtgry Additive Percentage


INCLUDES used within this REPORT J_7LIKOK

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_SPLITTING_FAKTOR_DATUM CALL FUNCTION 'J_7L_SPLITTING_FAKTOR_DATUM' EXPORTING ENTNA = GT_J_7LC37-ENTNA LAND1 = GT_J_7LC37-LAND1 KOKEY = GT_J_7LC37-KOKEY DATAM = GT_J_7LC37-DATAB KOTYP = ' ' * NO_PUFFER = ' ' * NO_TEXT_IN_LIST = ' ' IMPORTING KPROZ = GT_J_7LC37-KPROZ KZPRAD = GT_J_7LC37-KZPRAD TABLES * koart_tab = J_7LC36_TAB = LT_J_7LC36 J_7LC37_TAB = LT_J_7LC37 J_7LC38_TAB = LT_J_7LC38 EXCEPTIONS OTHERS = 1.

J_7L_SPLITTING_FAKTOR_DATUM CALL FUNCTION 'J_7L_SPLITTING_FAKTOR_DATUM' EXPORTING ENTNA = GT_J_7LC37-ENTNA LAND1 = GT_J_7LC37-LAND1 KOKEY = GT_J_7LC37-KOKEY DATAM = GT_J_7LC37-DATAB KOTYP = GT_J_7LC37-KOTYP * NO_PUFFER = ' ' * NO_TEXT_IN_LIST = ' ' * importing * kproz = * kzprad = TABLES KOART_TAB = LT_J_7LC36_F4 * j_7lc36_tab = * j_7lc37_tab = * j_7lc38_tab = EXCEPTIONS OTHERS = 1.



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