SAP ABAP Class RATING_CUSTOMIZING (Administration Class for Customizing of Ratings)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   FS-BP (Application Component) Business Partner
     RATING_APPLICATION_LOGIC (Package) General Ratings: Application Logic
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  FSBP_RATING_CUSTOMIZING Customizing for FSBP Rating 20060224
Properties
Class RATING_CUSTOMIZING  
Short Description Administration Class for Customizing of Ratings    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RATING_APPLICATION_LOGIC   General Ratings: Application Logic 
Created 20051122   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class RATING_CUSTOMIZING has no forward declaration.
Interfaces
Class RATING_CUSTOMIZING has no interface implemented.
Friends
Class RATING_CUSTOMIZING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CUSTOMIZING_TEST Static Attribute Protected Type reference (TYPE) XO_BOOLE Boolean Value ('X' = True ' ' = False) 20060725
2 GATEWAY Instance attribute Protected Object reference (TYPE REF TO) OBJECT Gateway Instance 20060309
3 OWNER_ID Instance attribute Protected Type reference (TYPE) RATING_OWNER_ID Owner of Rating Category 20060310
4 REF_LIST Static Attribute Protected Type reference (TYPE) TTY_RATING_CUSTOMIZING_REF References to rating_customizing Objects and Owners 20060310
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060309
2 GET_AGENCY_DETAILS Instance method Public Method Returns Details for Agency 20060331
3 GET_CUSTOMIZING_CLASSNAME Static method Private Method Returns Class Names for Owner 20060412
4 GET_CUSTOMIZING_TYPE Static method Public Method Returns Customizing Category 20060725
5 GET_INSTANCE Static method Public Method Returns an Instance of the Customizing Class 20060310
6 GET_MANDATORY_PROCEDURES Instance method Public Method Returns All Rating Procedures 20060323
7 GET_OWNER_ID Instance method Public Method Returns Key of Owner of Rating Category 20060310
8 GET_PROCEDURE_DETAILS Instance method Public Method Supplies Details About Rating Procedure 20060308
9 GET_RATINGS_BY_AGENCY Instance method Public Method Returns Ratings for Agency 20060329
10 GET_RATINGS_BY_PROCEDURE Instance method Public Method Supplies Ratings for Rating Procedure 20051122
11 GET_RATINGS_BY_SET Instance method Public Method Returns Ratings for Set 20060331
12 GET_RATING_DETAILS Instance method Public Method Supplies Details About Rating 20060310
13 GET_SETS_BY_AGENCY Instance method Public Method Returns Sets for Agency 20060412
14 HAS_PROCEDURE_RATING Instance method Public Method Checks Whether Rating Belongs to Rating Procedure 20060331
15 SET_CUSTOMIZING_TYPE Static method Public Method Sets Customizing Category; X = Test 20060725
Events
Class RATING_CUSTOMIZING has no event.
Types
Class RATING_CUSTOMIZING has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OWNER_ID Call by reference Type reference (TYPE) RATING_OWNER_ID Bewertungstypbesitzer 20060310

Method CONSTRUCTOR on class RATING_CUSTOMIZING has no exception.

Method GET_AGENCY_DETAILS Signature

Method GET_AGENCY_DETAILS on class RATING_CUSTOMIZING has no parameter.
Method GET_AGENCY_DETAILS on class RATING_CUSTOMIZING has no exception.

Method GET_CUSTOMIZING_CLASSNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OWNER_ID Call by reference Type reference (TYPE) RATING_OWNER_ID Bewertungstypbesitzer 20060412
2 Returning R_CLASSNAME Value transfer Type reference (TYPE) SEOCLSNAME Objekttypname 20060412

Method GET_CUSTOMIZING_CLASSNAME on class RATING_CUSTOMIZING has no exception.

Method GET_CUSTOMIZING_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CUSTOMIZING_TEST Value transfer Type reference (TYPE) XO_BOOLE Boole'scher Wert ('X' = True ' ' = False) 20060725

Method GET_CUSTOMIZING_TYPE on class RATING_CUSTOMIZING has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OWNER_ID Call by reference Type reference (TYPE) RATING_OWNER_ID Bewertungstypbesitzer 20060310
2 Returning R_INSTANCE Value transfer Object reference (TYPE REF TO) RATING_CUSTOMIZING Verwaltungsklasse für das Customizing der Ratings 20060310
# Exception Resumable Description Created on
1 CX_XO_ILLEGAL_OPERATION Ausnahme: Ausführung nicht erlaubt 20060412

Method GET_MANDATORY_PROCEDURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PROCEDURES Value transfer Type reference (TYPE) TTY_RATING_PROCEDURES Bewertungsverfahren 20060323
# Exception Resumable Description Created on
1 CX_XO_OBJECT_NOT_FOUND Ausnahme: Objekt(referenz) nicht gefunden 20060329

Method GET_OWNER_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_OWNER_ID Value transfer Type reference (TYPE) RATING_OWNER_ID Bewertungstypbesitzer 20060310

Method GET_OWNER_ID on class RATING_CUSTOMIZING has no exception.

Method GET_PROCEDURE_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AGENCY_ID Call by reference Type reference (TYPE) RATING_AGENCY_ID ID der Bewertungsagentur 20060310
2 Importing I_LANGUAGE Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20060309
3 Importing I_PROCEDURE Call by reference Type reference (TYPE) RATING_PROCEDURE Bewertungsverfahren 20060309
4 Returning R_DETAILS Value transfer Type reference (TYPE) STR_RATING_PROCEDURE_DETAIL Bewertungsverfahren und zugehörige Texte 20060309
# Exception Resumable Description Created on
1 CX_XO_OBJECT_NOT_FOUND Ausnahme: Objekt(referenz) nicht gefunden 20060309

Method GET_RATINGS_BY_AGENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AGENCY_ID Call by reference Type reference (TYPE) RATING_AGENCY_ID ID der Bewertungsagentur 20060329
2 Importing I_LANGUAGE Call by reference Type reference (TYPE) LANGU Sprachenschlüssel 20060329
3 Returning R_RATINGS Value transfer Type reference (TYPE) TTY_RATINGS_BY_SET Bewertungen nach Bewertungsset gruppiert 20060329
# Exception Resumable Description Created on
1 CX_XO_OBJECT_NOT_FOUND Ausnahme: Ausführung nicht erlaubt 20060329

Method GET_RATINGS_BY_PROCEDURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) LANGU SY-LANGU Sprachenschlüssel 20060329
2 Importing I_PROCEDURE Call by reference Type reference (TYPE) RATING_PROCEDURE Bewertungsverfahren 20060329
3 Returning R_RATINGS Value transfer Type reference (TYPE) TTY_RATINGS Bewertungen 20060329
# Exception Resumable Description Created on
1 CX_XO_OBJECT_NOT_FOUND Ausnahme: Objekt(referenz) nicht gefunden 20060329

Method GET_RATINGS_BY_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SET Call by reference Type reference (TYPE) RATING_SET Bewertungsset 20060331
2 Returning R_RATINGS Value transfer Type reference (TYPE) TTY_RATINGS Bewertungen 20060331

Method GET_RATINGS_BY_SET on class RATING_CUSTOMIZING has no exception.

Method GET_RATING_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AGENCY_ID Call by reference Type reference (TYPE) RATING_AGENCY_ID ID der Bewertungsagentur 20060310
2 Importing I_LANGUAGE Call by reference Type reference (TYPE) SPRAS SY-LANGU Sprachenschlüssel 20060310
3 Importing I_RATING Call by reference Type reference (TYPE) RATING_RATING Bewertung 20060310
4 Returning R_DETAILS Value transfer Type reference (TYPE) STR_RATING_DETAIL Bewertungen und zugehörige Texte 20060310
# Exception Resumable Description Created on
1 CX_XO_OBJECT_NOT_FOUND Ausnahme: Objekt(referenz) nicht gefunden 20060310

Method GET_SETS_BY_AGENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AGENCY_ID Call by reference Type reference (TYPE) RATING_AGENCY_ID ID der Bewertungsagentur 20060412
2 Importing I_LANGUAGE Call by reference Type reference (TYPE) LANGU SY-LANGU Sprachenschlüssel 20060412
3 Returning R_RATINGS Value transfer Type reference (TYPE) TTY_RATINGS_BY_SET Bewertungen nach Bewertungsset gruppiert 20060414
# Exception Resumable Description Created on
1 CX_XO_OBJECT_NOT_FOUND Ausnahme: Objekt(referenz) nicht gefunden 20060414

Method HAS_PROCEDURE_RATING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCEDURE Call by reference Type reference (TYPE) RATING_PROCEDURE Bewertungsverfahren 20060414
2 Importing I_RATING Call by reference Type reference (TYPE) RATING_RATING Bewertung 20060414
3 Returning R_RESULT Value transfer Type reference (TYPE) XO_BOOLE 'X' = Die Bewertung gehört zum übergebenen Verfahren 20060414

Method HAS_PROCEDURE_RATING on class RATING_CUSTOMIZING has no exception.

Method SET_CUSTOMIZING_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CUSTOMIZING_TEST Call by reference Type reference (TYPE) XO_BOOLE Boole'scher Wert ('X' = True ' ' = False) 20060725

Method SET_CUSTOMIZING_TYPE on class RATING_CUSTOMIZING has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710