SAP ABAP Class CL_COND_CUST_ACCESS (Access to Condition Technique Customizing)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   SD-MD-CM (Application Component) Conditions
     COND_SRV (Package) Service Tools for Condition Technique
Properties
Class CL_COND_CUST_ACCESS  
Short Description Access to Condition Technique Customizing    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package COND_SRV   Service Tools for Condition Technique 
Created 20051220   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class CL_COND_CUST_ACCESS has no interface implemented.
Friends
Class CL_COND_CUST_ACCESS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_T681A Static Attribute Private Type reference (TYPE) T681A Conditions: Applications 20060531
2 GS_T681F_KEY Static Attribute Private See coding 20060531
3 GS_T681V Static Attribute Private Type reference (TYPE) T681V Conditions: Usages 20060531
4 GS_T681Z Static Attribute Private Type reference (TYPE) T681Z Conditions: Dependent Data for Application/Usage 20060531
5 GS_T682 Static Attribute Private Type reference (TYPE) T682 Conditions: Access Sequences 20060531
6 GS_T682T Static Attribute Private Type reference (TYPE) T682T Conditions: Access Sequences: Texts 20060531
7 GS_T685 Static Attribute Private Type reference (TYPE) T685 Conditions: Types 20060531
8 GS_T685T Static Attribute Private Type reference (TYPE) T685T Conditions: Types: Texts 20060531
9 GS_TMC1T Static Attribute Private Type reference (TYPE) TMC1T Short Texts on Generated DDIC Structures 20060531
10 GT_T681B Static Attribute Private Type reference (TYPE) T681B_TAB Conditions: Applications: Texts 20060531
11 GT_T681F Static Attribute Private Type reference (TYPE) T681F_TAB 20060531
12 GT_T681W Static Attribute Private Type reference (TYPE) T681W_TAB Conditions: Usage: Texts 20060531
13 USAGE_PRICING Constant Public Type reference (TYPE) KVEWE 'A' 'Pricing' Usage 20060303
14 USAGE_REBATES Constant Public Type reference (TYPE) KVEWE 'E' 'Rebate' Usage 20060303
Methods
# Method Level Visibility Method type Description Created on
1 GET_ACCESS_SEQUENCE Static method Public Method Reads Access Sequence 20051220
2 GET_ACCESS_SEQUENCE_TEXT Static method Public Method Determines Access Sequence Text 20051220
3 GET_ALL_APPLICATION_TEXTS Static method Public Method Provides All Application Texts 20051220
4 GET_ALL_COND_TYPE_TEXTS Static method Public Method Provides All Condition Type Texts 20051220
5 GET_ALL_USAGE_TEXTS Static method Public Method Provides All Usage Texts 20051220
6 GET_APPLICATION Static method Public Method Reads Application 20051220
7 GET_APPLICATION_TEXT Static method Public Method Determines Application Text 20051220
8 GET_CONDITION_TYPE Static method Public Method Reads Condition Type 20051220
9 GET_CONDITION_TYPE_TEXT Static method Public Method Determines Condition Type Text 20051220
10 GET_FIELDCATALOGUE Static method Public Method Provides Field Catalog for Usage/Application 20051220
11 GET_KEY_COMBINATION_TEXT Static method Public Method Determines Key Combination Text 20051220
12 GET_USAGE Static method Public Method Reads Usage 20051220
13 GET_USAGE_APPLICATION Static method Public Method Reads Task (T681Z) 20051220
14 GET_USAGE_TEXT Static method Public Method Determines Usage Text 20051220
15 IS_REBATE_CONDITION Static method Private Method Condition Type Is a Rebate Condition? 20060529
Events
Class CL_COND_CUST_ACCESS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T681B_TAB Public See coding 20051220 t681b_tab TYPE SORTED TABLE OF t681b WITH UNIQUE KEY kappl
2 T681F_TAB Public See coding 20051220 t681f_tab TYPE SORTED TABLE OF t681f WITH UNIQUE DEFAULT KEY
3 T681W_TAB Public See coding 20051220 t681w_tab TYPE SORTED TABLE OF t681w WITH UNIQUE KEY kvewe
4 T685T_TAB Public See coding 20051220 t685t_tab TYPE SORTED TABLE OF t685t WITH UNIQUE KEY kvewe kappl kschl
Method Signatures

Method GET_ACCESS_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) T682 Konditionen: Zugriffsfolgen 20051220
2 Importing IV_ACCESS_SEQUENCE Call by reference Type reference (TYPE) KOZGF Zugriffsfolge 20051220
3 Importing IV_APPLICATION Call by reference Type reference (TYPE) COND_ENVIRONMENT-APPLICATION Applikation 20051220
4 Importing IV_USAGE Call by reference Type reference (TYPE) COND_ENVIRONMENT-COND_USAGE Verwendung der Konditionstabelle 20051220
5 Exporting MSG Call by reference Type reference (TYPE) SYMSG Struktur der Message-Variablen 20051220
6 Exporting RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20051220

Method GET_ACCESS_SEQUENCE on class CL_COND_CUST_ACCESS has no exception.

Method GET_ACCESS_SEQUENCE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING 20051220
2 Importing IV_ACCESS_SEQUENCE Call by reference Type reference (TYPE) KOZGF Zugriffsfolge 20051220
3 Importing IV_APPLICATION Call by reference Type reference (TYPE) COND_ENVIRONMENT-APPLICATION Applikation 20051220
4 Importing IV_USAGE Call by reference Type reference (TYPE) COND_ENVIRONMENT-COND_USAGE Verwendung der Konditionstabelle 20051220

Method GET_ACCESS_SEQUENCE_TEXT on class CL_COND_CUST_ACCESS has no exception.

Method GET_ALL_APPLICATION_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_APPLICATION_TEXTS Call by reference Type reference (TYPE) T681B_TAB Tabelle 20051220
2 Importing IV_USAGE Call by reference Type reference (TYPE) KVEWE Verwendung der Konditionstabelle 20051220

Method GET_ALL_APPLICATION_TEXTS on class CL_COND_CUST_ACCESS has no exception.

Method GET_ALL_COND_TYPE_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COND_TYPE_TEXTS Call by reference Type reference (TYPE) T685T_TAB Tabelle 20051220
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) KAPPL Applikation 20051220
3 Importing IV_USAGE Call by reference Type reference (TYPE) KVEWE Verwendung der Konditionstabelle 20051220

Method GET_ALL_COND_TYPE_TEXTS on class CL_COND_CUST_ACCESS has no exception.

Method GET_ALL_USAGE_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_USAGE_TEXTS Call by reference Type reference (TYPE) T681W_TAB Tabelle 20051220

Method GET_ALL_USAGE_TEXTS on class CL_COND_CUST_ACCESS has no exception.

Method GET_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_APPLICATION_DATA Call by reference Type reference (TYPE) T681A Konditionen: Applikationen 20051220
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) COND_ENVIRONMENT-APPLICATION Applikation 20051220
3 Exporting MSG Call by reference Type reference (TYPE) SYMSG Struktur der Message-Variablen 20051220
4 Exporting RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20051220

Method GET_APPLICATION on class CL_COND_CUST_ACCESS has no exception.

Method GET_APPLICATION_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING 20051220
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) COND_ENVIRONMENT-APPLICATION Applikation 20051220

Method GET_APPLICATION_TEXT on class CL_COND_CUST_ACCESS has no exception.

Method GET_CONDITION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) T685 Konditionen: Arten 20051220
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) COND_ENVIRONMENT-APPLICATION Applikation 20051220
3 Importing IV_COND_TYPE Call by reference Type reference (TYPE) COND_ENVIRONMENT-COND_TYPE Konditionsart 20051220
4 Importing IV_USAGE Call by reference Type reference (TYPE) COND_ENVIRONMENT-COND_USAGE Verwendung der Konditionstabelle 20051220
5 Exporting MSG Call by reference Type reference (TYPE) SYMSG Struktur der Message-Variablen 20051220
6 Exporting RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20051220

Method GET_CONDITION_TYPE on class CL_COND_CUST_ACCESS has no exception.

Method GET_CONDITION_TYPE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING 20051220
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) COND_ENVIRONMENT-APPLICATION Applikation 20051220
3 Importing IV_COND_TYPE Call by reference Type reference (TYPE) COND_ENVIRONMENT-COND_TYPE Konditionsart 20051220
4 Importing IV_USAGE Call by reference Type reference (TYPE) COND_ENVIRONMENT-COND_USAGE Verwendung der Konditionstabelle 20051220

Method GET_CONDITION_TYPE_TEXT on class CL_COND_CUST_ACCESS has no exception.

Method GET_FIELDCATALOGUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDCATALOGUE Call by reference Type reference (TYPE) T681F_TAB Tabellentyp für T681F (sortiert) 20051220
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) COND_ENVIRONMENT-APPLICATION Applikation 20051220
3 Importing IV_USAGE Call by reference Type reference (TYPE) COND_ENVIRONMENT-COND_USAGE Verwendung der Konditionstabelle 20051220

Method GET_FIELDCATALOGUE on class CL_COND_CUST_ACCESS has no exception.

Method GET_KEY_COMBINATION_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING 20051220
2 Importing IV_GSTRU Call by reference Type reference (TYPE) GSTRU Generierte DDIC-Tabelle für LIS, Konditionen, Nachrichten 20051220

Method GET_KEY_COMBINATION_TEXT on class CL_COND_CUST_ACCESS has no exception.

Method GET_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_USAGE_DATA Call by reference Type reference (TYPE) T681V Konditionen: Verwendungen 20051220
2 Importing IV_USAGE Call by reference Type reference (TYPE) COND_ENVIRONMENT-COND_USAGE Verwendung der Konditionstabelle 20051220
3 Exporting MSG Call by reference Type reference (TYPE) SYMSG Struktur der Message-Variablen 20051220
4 Exporting RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20051220

Method GET_USAGE on class CL_COND_CUST_ACCESS has no exception.

Method GET_USAGE_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) T681Z Konditionen: Abhängige Daten je Applikation/Verwendung 20051220
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) COND_ENVIRONMENT-APPLICATION Applikation 20051220
3 Importing IV_USAGE Call by reference Type reference (TYPE) COND_ENVIRONMENT-COND_USAGE Verwendung der Konditionstabelle 20051220
4 Exporting MSG Call by reference Type reference (TYPE) SYMSG Struktur der Message-Variablen 20051220
5 Exporting RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20051220

Method GET_USAGE_APPLICATION on class CL_COND_CUST_ACCESS has no exception.

Method GET_USAGE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING 20051220
2 Importing IV_USAGE Call by reference Type reference (TYPE) COND_ENVIRONMENT-COND_USAGE Verwendung der Konditionstabelle 20051220

Method GET_USAGE_TEXT on class CL_COND_CUST_ACCESS has no exception.

Method IS_REBATE_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T685 Call by reference Type reference (TYPE) T685 Konditionen: Arten 20060529
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL Ist Bonus-Kondition? ('X' = ja, ' ' = nein) 20060529

Method IS_REBATE_CONDITION on class CL_COND_CUST_ACCESS has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700