SAP ABAP Interface /J7L/I_LDE_CTRL (LDE Business Logic)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   IS-REA-COR (Application Component) Recycling Administration Core Functions
     /J7L/REA_LDE (Package) REA Lean Data Entry - Implementation
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /J7L/LDE_CTRL_DEFAULT Standard LDE Business Logic Supplier 20081031
Properties
Interface /J7L/I_LDE_CTRL  
Short Description LDE Business Logic    
General Data
Package /J7L/REA_LDE   REA Lean Data Entry - Implementation 
Created 20081031   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 J7LC1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 J7LL1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface /J7L/I_LDE_CTRL has no interface.
Friends
Interface /J7L/I_LDE_CTRL has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGE_MODE Constant Public Type reference (TYPE) J_7LINPUT_MODE 1 Change Mode 20081031
2 CREATE_MODE Constant Public Type reference (TYPE) J_7LINPUT_MODE 0 Input Mode 20081031
3 DISPLAY_MODE Constant Public Type reference (TYPE) J_7LINPUT_MODE 2 Display Mode 20081031
4 J_7LM01 Instance attribute Public Type reference (TYPE) J7LL1_M01 REA Article Master: General Data 20081031
5 J_7LM02 Instance attribute Public Type reference (TYPE) J7LL1_M02 REA Article Master: Company Code 20081031
6 J_7LM03 Instance attribute Public Type reference (TYPE) J7LL1_M03 REA Article Master: Sales Units 20081031
7 J_7LM04 Instance attribute Public Type reference (TYPE) J7LL1_M04 REA Article Master: Packaging Assignment 20081031
8 J_7LM05 Instance attribute Public Type reference (TYPE) J7LL1_M05 REA Article Master: Recycling Partner Assignment 20081031
9 J_7LM06 Instance attribute Public Type reference (TYPE) J7LL1_M06 REA Article Master: Bills of Material 20081031
10 J_7LM07 Instance attribute Public Type reference (TYPE) J7LL1_M07 REA Article Master: General Referencing 20081031
11 J_7LM08 Instance attribute Public Type reference (TYPE) J7LL1_M08 REA Article Master: Referencing Company Codes/Countries 20081031
12 J_7LM09 Instance attribute Public Type reference (TYPE) J7LL1_M09 REA Article Master: R.Partner-Depend. Data Assgmt Packaging 20081031
13 J_7LM10 Instance attribute Public Type reference (TYPE) J7LL1_M10 REA Article Master: Filters for Regional Processing 20081031
14 J_7LM11 Instance attribute Public Type reference (TYPE) J7LL1_M11 REA Article Master: Declaration Key 20081031
15 J_7LV01 Instance attribute Public Type reference (TYPE) J7LL1_V01 REA Packaging Master Data: General Data 20081031
16 J_7LV02 Instance attribute Public Type reference (TYPE) J7LL1_V02 REA Packaging Master Data: Fraction Assignment (Weight) 20081031
17 J_7LV03 Instance attribute Public Type reference (TYPE) J7LL1_V03 REA Packaging Master Data: Recycling Partner Assignment 20081031
18 J_7LV08 Instance attribute Public Type reference (TYPE) J7LL1_V08 REA Packag. Mast. Data: Re.Partner-Dep. Data Asgmt Fraction 20081031
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CHANGES Instance method Public Method Checks Whether Changes Were Made 20090223
2 CHECK_COMPONENTS Instance method Public Method Check Components in Local Memory 20081031
3 CHECK_CONSISTENCY Instance method Public Method Consistency Check 20081031
4 CHECK_FRACTIONS Instance method Public Method Check Fractions in Local Memory 20081120
5 CHECK_HEADER Instance method Public Method Check Header Data in Local Memory 20081031
6 CHECK_RSCHEMA Instance method Public Method Check Recycling Schema in Local Memory 20081031
7 FINALIZE Instance method Public Method Destructor to Release Resources 20081031
8 GET_BUFFERED_VALUES Instance method Public Method Provides Buffered Configuration Data 20081111
9 GET_COMPONENTS Instance method Public Method Read Components from Local Memory 20081031
10 GET_FRACTIONS Instance method Public Method Read Fractions from Local Memory 20081120
11 GET_HEADER Instance method Public Method Read Header Data from Local Memory 20081031
12 GET_RPARTNER_VRPRNR_VALUES Instance method Public Method Provides Recycl. Partner-Dependent Attributes for Packaging 20090120
13 GET_RSCHEMA Instance method Public Method Read Recycling Schema from Local Memory 20081031
14 LOAD Instance method Public Method Loads Article and Main Packaging 20081031
15 PREFILL Instance method Public Method Preassign with Existing Article 20081031
16 SAVE Instance method Public Method Saves Article and Main Packaging 20081031
17 SET_COMPONENTS Instance method Public Method Write Components to Local Memory 20081031
18 SET_FRACTIONS Instance method Public Method Write Fractions to Local Memory 20081120
19 SET_HEADER Instance method Public Method Write Header Data to Local Memory 20081031
20 SET_RSCHEMA Instance method Public Method Write Recycling Schema to Local Memory 20081031
Events
Interface /J7L/I_LDE_CTRL has no event.
Types
Interface /J7L/I_LDE_CTRL has no local type.
Method Signatures

Method CHECK_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_CHANGED Value transfer Type reference (TYPE) BOOLEAN true => Änderungen existieren 20090223

Method CHECK_CHANGES on Interface /J7L/I_LDE_CTRL has no exception.

Method CHECK_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_COMPONENTS Call by reference Type reference (TYPE) /J7L/LDE_COMPONENT_TAB REA LDE Komponententabelle 20081103
2 Exporting OUT_CHECK_OK Call by reference Type reference (TYPE) BOOLEAN true => Prüfung ok 20081031
3 Exporting OUT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20081031

Method CHECK_COMPONENTS on Interface /J7L/I_LDE_CTRL has no exception.

Method CHECK_CONSISTENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUT_RETURN Value transfer Type reference (TYPE) BAPIRETTAB Returnparameter 20081031

Method CHECK_CONSISTENCY on Interface /J7L/I_LDE_CTRL has no exception.

Method CHECK_FRACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_FRACTIONS Call by reference Type reference (TYPE) /J7L/LDE_FRACTION_TAB REA LDE Fraktionstabelle 20081212
2 Exporting OUT_CHECK_OK Call by reference Type reference (TYPE) BOOLEAN true => Prüfung ok 20081212
3 Exporting OUT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20081212

Method CHECK_FRACTIONS on Interface /J7L/I_LDE_CTRL has no exception.

Method CHECK_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_HEADER Call by reference Type reference (TYPE) /J7L/LDE_HEADER LDE Header data 20081103
2 Exporting OUT_CHECK_OK Value transfer Type reference (TYPE) BOOLEAN true => Prüfung ok 20081031
3 Exporting OUT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20081031

Method CHECK_HEADER on Interface /J7L/I_LDE_CTRL has no exception.

Method CHECK_RSCHEMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_RSCHEMA Call by reference Type reference (TYPE) /J7L/LDE_RSCHEMA_TAB REA LDE: Recychlingschematabelle 20081103
2 Exporting OUT_CHECK_OK Call by reference Type reference (TYPE) BOOLEAN true => Prüfung ok 20081031
3 Exporting OUT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20081031

Method CHECK_RSCHEMA on Interface /J7L/I_LDE_CTRL has no exception.

Method FINALIZE Signature

Method FINALIZE on Interface /J7L/I_LDE_CTRL has no parameter.
Method FINALIZE on Interface /J7L/I_LDE_CTRL has no exception.

Method GET_BUFFERED_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IO_ENTNA_FIELDCAT Call by reference Type reference (TYPE) J7LC1_ENTNA_FIELDCAT Oberflächenattribute 20081209
2 Exporting OUT_ATTRIBUTE_TABS Call by reference Type reference (TYPE) J7LC1_ATTRIBUTES_LINE Alle Attribute 20081126
3 Exporting OUT_ENTNR_TAB Call by reference Type reference (TYPE) J7LC1_ENTNR_TAB Recyclingpartnerdaten 20081111

Method GET_BUFFERED_VALUES on Interface /J7L/I_LDE_CTRL has no exception.

Method GET_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting OUT_COMPONENTS Call by reference Type reference (TYPE) /J7L/LDE_COMPONENT_TAB REA LDE Komponententabelle 20081031

Method GET_COMPONENTS on Interface /J7L/I_LDE_CTRL has no exception.

Method GET_FRACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting OUT_FRACTIONS Call by reference Type reference (TYPE) /J7L/LDE_FRACTION_TAB REA LDE Fraktionstabelle 20081120

Method GET_FRACTIONS on Interface /J7L/I_LDE_CTRL has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting OUT_DATA Call by reference Type reference (TYPE) /J7L/LDE_HEADER LDE Header data 20081031

Method GET_HEADER on Interface /J7L/I_LDE_CTRL has no exception.

Method GET_RPARTNER_VRPRNR_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_BUKRS Call by reference Type reference (TYPE) BUKRS Buchungskreis 20090120
2 Importing IN_DATAM Call by reference Type reference (TYPE) DATAM Datum gültig am 20090120
3 Importing IN_ENTNR Call by reference Type reference (TYPE) J_7LRENT Recyclingpartner 20090120
4 Importing IN_IGNORE_ASSIGNMENT Call by reference Type reference (TYPE) BOOLEAN true=> Defaults aus R-Partner 20090120
5 Importing IN_LAND1 Call by reference Type reference (TYPE) LAND1 Länderschlüssel 20090120
6 Importing IN_VARIANTE Call by reference Type reference (TYPE) J_7LVARIANTE Variante 20100617
7 Importing IN_VRPNR Call by reference Type reference (TYPE) J_7LVRP Verpackung 20090120
8 Returning OUT_RPARTNER_VRPNR Value transfer Type reference (TYPE) /J7L/LDE_COMPONENT_PARTN_LINE REA LDE Komponenten-Recyclingpartnerzeilentyp 20090120

Method GET_RPARTNER_VRPRNR_VALUES on Interface /J7L/I_LDE_CTRL has no exception.

Method GET_RSCHEMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting OUT_RSCHEMA Call by reference Type reference (TYPE) /J7L/LDE_RSCHEMA_TAB REA LDE: Recychlingschematabelle 20081031

Method GET_RSCHEMA on Interface /J7L/I_LDE_CTRL has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_BUKRS Call by reference Type reference (TYPE) BUKRS Buchungskreis 20081031
2 Importing IN_DATAB Call by reference Type reference (TYPE) DATAB Datum gültig ab 20081031
3 Importing IN_DATBI Call by reference Type reference (TYPE) DATBI Datum gültig bis 20081031
4 Importing IN_LAND1 Call by reference Type reference (TYPE) LAND1 Länderschlüssel 20081031
5 Importing IN_MATNR Call by reference Type reference (TYPE) MATNR Materialnummer 20081031
6 Importing IN_MODE Call by reference Type reference (TYPE) J_7LINPUT_MODE Eingabemodus 20081031
7 Importing IN_PESSIMISTIC_LOCK Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE Sperrmechanismus 20081031
8 Importing IN_VARIANTE Call by reference Type reference (TYPE) J_7LVARIANTE Variante 20100616
9 Importing IN_VRKME Call by reference Type reference (TYPE) VRKME Verkaufsmengeneinheit 20081031
# Exception Resumable Description Created on
1 /J7L/CX_CTRL_EXCEPTION Ausnahmen in der Business Logik 20081031

Method PREFILL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_BUKRS Call by reference Type reference (TYPE) BUKRS Buchungskreis 20081031
2 Importing IN_DATAB Call by reference Type reference (TYPE) DATAB Datum gültig ab 20081031
3 Importing IN_LAND1 Call by reference Type reference (TYPE) LAND1 Länderschlüssel 20081031
4 Importing IN_MATNR Call by reference Type reference (TYPE) MATNR Materialnummer 20081031
5 Importing IN_VARIANTE Call by reference Type reference (TYPE) J_7LVARIANTE Variante 20100616
6 Importing IN_VRKME Call by reference Type reference (TYPE) VRKME Verkaufsmengeneinheit 20081031
# Exception Resumable Description Created on
1 /J7L/CX_CTRL_EXCEPTION Ausnahmen in der Business Logik 20081031

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NO_COMMIT Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE True => commit work wird nicht ausgelöst 20081031
# Exception Resumable Description Created on
1 /J7L/CX_CTRL_EXCEPTION Ausnahmen in der Business Logik 20081212

Method SET_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_COMPONENTS Call by reference Type reference (TYPE) /J7L/LDE_COMPONENT_TAB REA LDE Komponententabelle 20081031

Method SET_COMPONENTS on Interface /J7L/I_LDE_CTRL has no exception.

Method SET_FRACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_FRACTIONS Call by reference Type reference (TYPE) /J7L/LDE_FRACTION_TAB REA LDE Fraktionstabelle 20081120

Method SET_FRACTIONS on Interface /J7L/I_LDE_CTRL has no exception.

Method SET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_HEADER Call by reference Type reference (TYPE) /J7L/LDE_HEADER LDE Header data 20081031

Method SET_HEADER on Interface /J7L/I_LDE_CTRL has no exception.

Method SET_RSCHEMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_RSCHEMA Call by reference Type reference (TYPE) /J7L/LDE_RSCHEMA_TAB REA LDE: Recychlingschematabelle 20081031

Method SET_RSCHEMA on Interface /J7L/I_LDE_CTRL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 605