SAP ABAP Interface /LIME/IF_CUST (Interface for LIME Customizing)
Hierarchy
SAP_AP (Software Component) SAP Application Platform
   AP-LIM (Application Component) AP-LIM Logistics Inventory Management Engine
     /LIME/PLT_CUST (Package) Customizing
Properties
Interface /LIME/IF_CUST  
Short Description Interface for LIME Customizing    
General Data
Package /LIME/PLT_CUST   Customizing 
Created 20020513   SAP 
Last changed 20050301   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)
Interfaces
Interface /LIME/IF_CUST has no interface.
Friends
Interface /LIME/IF_CUST has no friend.
Attributes
Interface /LIME/IF_CUST has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ALL_PARENTS Instance method Public Method TRUE: If all Parents Are to Be Considered 20030116
2 ARCH_RESIDENT Instance method Public Method TRUE: If the LIME Archive Is to Remain Resident 20030915
3 ASYN_COLLECTOR Instance method Public Method Process Type for Collector (Syn. (S) / Inactive) 20020521
4 AUTO_CREATE Instance method Public Method TRUE: If Stock Can Be Created Automatically 20020513
5 BACKGROUND_DELETE Instance method Public Method TRUE: If Stock/LOC/HU Can Be Deleted Automatically 20020829
6 CHECK_CAT Instance method Public Method TRUE: If Category Exists 20020610
7 CHECK_HIERARCHY Instance method Public Method TRUE: If Parent/Child Combination Allowed 20020513
8 CHECK_IC_DESCRIP Instance method Public Method TRUE: If Movement Description Exists 20041004
9 CHECK_PARAM_GROUP Instance method Public Method TRUE: If Grouping Parameter Exists 20020612
10 CHECK_PROCESS_TYPE Instance method Public Method TRUE: If Good Process Type 20020830
11 CHECK_QCI Instance method Public Method TRUE: If Type of Quantity Calculation Exists 20020610
12 CHECK_REASON Instance method Public Method TRUE: If Reason for Movement Exists 20020617
13 CHECK_USAGE Instance method Public Method TRUE: If Stock Usage Exists 20020612
14 CHECK_VSI Instance method Public Method TRUE: If VSI Exists 20020610
15 CLEAR_BUFFER Instance method Public Method Deletes Local Table Buffer 20050202
16 DATED_STOCK Instance method Public Method Use Dated Stock Feature 20050211
17 FUNCTION_INACTIVE Instance method Public Method Delivers if the Current Function is Active 20021205
18 GET_ALL_IDX_NAMESPACE Instance method Public Method Delivers Table of all Namespaces for Index Tables 20050125
19 GET_CAT_TXT Instance method Public Method Delivers Text in Logon Language for Category 20030819
20 GET_COMM_TYPE Instance method Public Method Delivers Communication Type for Collection Type 20020926
21 GET_IC_DESCRIP_TXT Instance method Public Method Delivers Text in Logon Language for Movement Description 20041004
22 GET_REASON_TXT Instance method Public Method Delivers Text in Logon Language for Reason 20030819
23 GET_REF_DOC_STRUCT Instance method Public Method Delivers Structure Name for a Reference Document Type 20030911
24 GET_TREE_WIDTH Instance method Public Method Delivers Width of a Node in LIME Tree 20050131
25 NEGATIVE_STOCK Instance method Public Method TRUE: If Negative Stocks Allowed 20020513
26 POST_ALL_OR_NOTHING Instance method Public Method TRUE: If Total Document Is to Be Posted 20020911
27 RESOLVE_MOVE Instance method Public Method TRUE: If a HU/LOC Move Is to Be Resolved 20030122
28 WRITE_LOG Instance method Public Method TRUE: If LOG Is to Be Updated 20020606
29 WRITE_PN Instance method Public Method TRUE: If LIME Prima Nota Is to Be Written 20030915
Events
Interface /LIME/IF_CUST has no event.
Types
Interface /LIME/IF_CUST has no local type.
Method Signatures

Method ALL_PARENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20030116
2 Importing I_PROCESS_TYPE Call by reference Type reference (TYPE) /LIME/PROCESS_TYPE Anwendung 20030116

Method ALL_PARENTS on Interface /LIME/IF_CUST has no exception.

Method ARCH_RESIDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20030915
2 Importing I_REFO_PN Call by reference Object reference (TYPE REF TO) /LIME/IF_PN Interface for LIME Prima-Nota Dokument 20030915

Method ARCH_RESIDENT on Interface /LIME/IF_CUST has no exception.

Method ASYN_COLLECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_COLL_RUN_MODE Value transfer Type reference (TYPE) /LIME/COLL_RUN_MODE Ablaufart für Collector (synchron/asynchron/inaktiv) 20020815
2 Importing I_REFO_HEAD Call by reference Object reference (TYPE REF TO) /LIME/IF_HEAD Interface für LIME Dokument Head 20020902

Method ASYN_COLLECTOR on Interface /LIME/IF_CUST has no exception.

Method AUTO_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20020902
2 Importing I_REFO_DOC Call by reference Object reference (TYPE REF TO) /LIME/IF_DOC Interface für das LIME Dokument 20020830

Method AUTO_CREATE on Interface /LIME/IF_CUST has no exception.

Method BACKGROUND_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_KEY_INDEX Value transfer Type reference (TYPE) /LIME/T_KEY_INDEX Tabellentyp für KEY_INDEX 20021206
2 Importing IT_R_KEY_INDEX Call by reference Type reference (TYPE) /LIME/R_KEY_INDEX Ranges-Tabelle KEY_INDEX 20021206
3 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) /LIME/OBJECT_TYPE Objekttyp 20021206

Method BACKGROUND_DELETE on Interface /LIME/IF_CUST has no exception.

Method CHECK_CAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20020902
2 Importing I_CAT Call by reference Type reference (TYPE) /LIME/STOCK_CATEGORY Bestandsart 20020610

Method CHECK_CAT on Interface /LIME/IF_CUST has no exception.

Method CHECK_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20020902
2 Importing I_IDX Call by reference Type reference (TYPE) /LIME/KEY_INDEX Laufende Nummer der Schlüsseltabelle 20020902
3 Importing I_IDX_PARENT Call by reference Type reference (TYPE) /LIME/KEY_INDEX Laufende Nummer der Schlüsseltabelle 20020902
4 Importing I_TYPE Call by reference Type reference (TYPE) /LIME/OBJECT_TYPE Objecttyp 20020902
5 Importing I_TYPE_PARENT Call by reference Type reference (TYPE) /LIME/OBJECT_TYPE Objecttyp 20020902

Method CHECK_HIERARCHY on Interface /LIME/IF_CUST has no exception.

Method CHECK_IC_DESCRIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20041004
2 Importing I_IC_DESCRIP Call by reference Type reference (TYPE) /LIME/IC_DESCRIP Beschreibung der Bestandsänderung 20041004

Method CHECK_IC_DESCRIP on Interface /LIME/IF_CUST has no exception.

Method CHECK_PARAM_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20020902
2 Importing I_PARAM_GROUP Call by reference Type reference (TYPE) /LIME/PARAM_GROUP Gruppierung von Dokumentparametern 20020612

Method CHECK_PARAM_GROUP on Interface /LIME/IF_CUST has no exception.

Method CHECK_PROCESS_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20020830
2 Importing I_PROCESS_TYPE Call by reference Type reference (TYPE) /LIME/PROCESS_TYPE Anwendung 20020830

Method CHECK_PROCESS_TYPE on Interface /LIME/IF_CUST has no exception.

Method CHECK_QCI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20020902
2 Importing I_QCI_TYPE Call by reference Type reference (TYPE) /LIME/QCI_TYPE QCI: Filter Typ - Art der Mengenberechnung 20020610

Method CHECK_QCI on Interface /LIME/IF_CUST has no exception.

Method CHECK_REASON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20020902
2 Importing I_REASON Call by reference Type reference (TYPE) /LIME/REASON Grund der Bewegung 20020617

Method CHECK_REASON on Interface /LIME/IF_CUST has no exception.

Method CHECK_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20020902
2 Importing I_STOCK_USAGE Call by reference Type reference (TYPE) /LIME/STOCK_USAGE Bestandsverwendung 20020612

Method CHECK_USAGE on Interface /LIME/IF_CUST has no exception.

Method CHECK_VSI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20020902
2 Importing I_VSI Call by reference Type reference (TYPE) /LIME/VSI Virtueller Bestandsindikator 20020610

Method CHECK_VSI on Interface /LIME/IF_CUST has no exception.

Method CLEAR_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUFFER_CUST_PROCE Call by reference Type reference (TYPE) ABAP_BOOL Puffertabelle cust_proce löschen 20050222
2 Importing I_BUFFER_CUST_WIDTH Call by reference Type reference (TYPE) ABAP_BOOL Puffertabelle cust_width löschen 20050202

Method CLEAR_BUFFER on Interface /LIME/IF_CUST has no exception.

Method DATED_STOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_DATED_STOCK Value transfer Type reference (TYPE) /LIME/DATED_STOCK Dated Stock 20050218
2 Importing I_PROCESS_TYPE Call by reference Type reference (TYPE) /LIME/PROCESS_TYPE Anwendung 20050218

Method DATED_STOCK on Interface /LIME/IF_CUST has no exception.

Method FUNCTION_INACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_INACTIVE Value transfer Type reference (TYPE) ABAP_BOOL Funktion deaktiviert 20021205
2 Importing I_FUNCTION_IDX Call by reference Type reference (TYPE) /LIME/FUNCTION_IDX Nummer der Funktion 20021205
3 Importing I_PROCESS_TYPE Call by reference Type reference (TYPE) /LIME/PROCESS_TYPE Anwendung 20021205

Method FUNCTION_INACTIVE on Interface /LIME/IF_CUST has no exception.

Method GET_ALL_IDX_NAMESPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_IDX_MASK_NAMESPACE Value transfer Type reference (TYPE) /LIME/T_IDX_MASK_NAMESPACE Tabelle von Namespaces für Indextabellen 20050131

Method GET_ALL_IDX_NAMESPACE on Interface /LIME/IF_CUST has no exception.

Method GET_CAT_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TXT Value transfer Type reference (TYPE) /LIME/CUST_STOCK_CAT_TXT 20030819
2 Importing I_CAT Call by reference Type reference (TYPE) /LIME/STOCK_CATEGORY Bestandsart 20030819

Method GET_CAT_TXT on Interface /LIME/IF_CUST has no exception.

Method GET_COMM_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_COMM_TYPE Value transfer Type reference (TYPE) /LIME/T_COMM_TYPE Tabelle Kommunikationsarten zur Verteilung von LIME-Daten 20020926
2 Importing I_COLL_TYPE Call by reference Type reference (TYPE) /LIME/COLL_TYPE Collection-Typ 20020926

Method GET_COMM_TYPE on Interface /LIME/IF_CUST has no exception.

Method GET_IC_DESCRIP_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TXT Value transfer Type reference (TYPE) /LIME/CUST_IC_DESCRIP_TXT Bestandsänderungstext 20041004
2 Importing I_IC_DESCRIP Call by reference Type reference (TYPE) /LIME/IC_DESCRIP Beschreibung der Bestandsänderung 20041004

Method GET_IC_DESCRIP_TXT on Interface /LIME/IF_CUST has no exception.

Method GET_REASON_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TXT Value transfer Type reference (TYPE) /LIME/CUST_REASON_TXT 20030819
2 Importing I_REASON Call by reference Type reference (TYPE) /LIME/REASON Grund der Bewegung 20030819

Method GET_REASON_TXT on Interface /LIME/IF_CUST has no exception.

Method GET_REF_DOC_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_DOC_STRUCT Value transfer Type reference (TYPE) /LIME/REF_DOC_STRUCT Name der DDIC-Struktur des Referenzbelegs 20030911
2 Importing I_DOC_TYPE Call by reference Type reference (TYPE) /LIME/REF_DOC_TYPE Dokumenten-Art des Referenzbelegs 20030911

Method GET_REF_DOC_STRUCT on Interface /LIME/IF_CUST has no exception.

Method GET_TREE_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TREE_WIDTH Value transfer Type reference (TYPE) /LIME/TREE_INTERVAL Breite eines Knotens im Lime Tree 20050131
2 Importing I_INDEX Call by reference Type reference (TYPE) /LIME/KEY_INDEX Laufende Nummer der Schlüsseltabelle 20050131
3 Importing I_LVL Call by reference Type reference (TYPE) /LIME/TREE_LEVEL Level in Baum-Hierachie vom Blatt aus betrachtet 20050131
4 Importing I_SIZE_CAT Call by reference Type reference (TYPE) /LIME/TREE_SIZE_CAT Größentyp eines Knotens 20050131
5 Importing I_TYPE Call by reference Type reference (TYPE) /LIME/CUST_OBJECT_INDEX Customizing Objekttyp 20050131

Method GET_TREE_WIDTH on Interface /LIME/IF_CUST has no exception.

Method NEGATIVE_STOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20020902
2 Importing I_REFO_DOC Call by reference Object reference (TYPE REF TO) /LIME/IF_DOC Interface für das LIME Dokument 20020830

Method NEGATIVE_STOCK on Interface /LIME/IF_CUST has no exception.

Method POST_ALL_OR_NOTHING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20020911
2 Importing I_PROCESS_TYPE Call by reference Type reference (TYPE) /LIME/PROCESS_TYPE Anwendung 20020911

Method POST_ALL_OR_NOTHING on Interface /LIME/IF_CUST has no exception.

Method RESOLVE_MOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20030122
2 Importing I_PROCESS_TYPE Call by reference Type reference (TYPE) /LIME/PROCESS_TYPE Anwendung 20030122

Method RESOLVE_MOVE on Interface /LIME/IF_CUST has no exception.

Method WRITE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20020830
2 Importing I_PROCESS_TYPE Call by reference Type reference (TYPE) /LIME/PROCESS_TYPE Anwendung 20020830

Method WRITE_LOG on Interface /LIME/IF_CUST has no exception.

Method WRITE_PN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OK Value transfer Type reference (TYPE) ABAP_BOOL 20030915
2 Importing I_REFO_PN Call by reference Object reference (TYPE REF TO) /LIME/IF_PN Interface for LIME Prima-Nota Dokument 20030915

Method WRITE_PN on Interface /LIME/IF_CUST has no exception.
History
Last changed by/on SAP  20050301 
SAP Release Created in