SAP ABAP Class CL_RECA_AUTHORITY (Authorization Check)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_CA_AP (Package) RE: Application Components (Application-Related Objects)
Properties
Class CL_RECA_AUTHORITY  
Short Description Authorization Check    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package RE_CA_AP   RE: Application Components (Application-Related Objects) 
Created 20030214   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)
2 RECA1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RECA_AUTHORITY has no interface implemented.
Friends
Class CL_RECA_AUTHORITY has no friend class.
Attributes
Class CL_RECA_AUTHORITY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Static method Public Method Checks Authorization (If Necessary Also with Auth. Group) 20030214
2 CHECK_AUTHGRP Static method Public Method Checks Authorization According to Authorization Group 20030216
3 CUST_CHECK Static method Public Method Checks Authorization (User Exit) 20060925
4 _BUILD_MESSAGE Static method Private Method Creates Error Message 20030214
5 _CHECK_SINGLE Static method Private Method Checks Individual Authorization; with Buffering 20030214
6 _CHECK_SINGLE_UNBUFFERED Static method Private Method Checks Individual Authorization; Without Buffering 20030216
Events
Class CL_RECA_AUTHORITY has no event.
Types
Class CL_RECA_AUTHORITY has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_AUTH_OBJECT Value transfer Type reference (TYPE) XUOBJECT Berechtigungsobjekt 20030214
2 Importing IS_AUTH_PARAM Call by reference Type reference (TYPE) RECA_AUTH_CHECK_PARAM Parameter für Berechtigungsprüfung 20030214
# Exception Resumable Description Created on
1 INTERNAL_ERROR Interner Fehler (sy-subrc von AUTHORITY-CHECK >= 8) 20030214
2 NOT_AUTHORIZED Keine Berechtigung (sy-subrc von AUTHORITY-CHECK = 4) 20030214

Method CHECK_AUTHGRP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ACTIVITY Call by reference Type reference (TYPE) RECA1_ACTIVITY Aktivität 20030216
2 Importing ID_AUTHGRP Call by reference Type reference (TYPE) RECAAUTHGRP Berechtigungsgruppe 20030216
3 Importing ID_BUKRS Call by reference Type reference (TYPE) BUKRS Buchungskreis 20030216
# Exception Resumable Description Created on
1 INTERNAL_ERROR Interner Fehler (sy-subrc von AUTHORITY-CHECK >= 8) 20030216
2 NOT_AUTHORIZED Keine Berechtigung (sy-subrc von AUTHORITY-CHECK = 4) 20030216

Method CUST_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_AUTH_OBJECT Call by reference Type reference (TYPE) XUOBJECT Berechtigungsobjekt 20060925
2 Importing IO_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Instanz 20060926
3 Importing IS_AUTH_PARAM Call by reference Type reference (TYPE) RECA_AUTH_CHECK_PARAM Parameter für Berechtigungsprüfung 20060925
# Exception Resumable Description Created on
1 INTERNAL_ERROR Interner Fehler 20060925
2 NOT_AUTHORIZED Keine Berechtigung (sy-subrc von AUTHORITY-CHECK = 4) 20060925

Method _BUILD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_AUTH_OBJECT Call by reference Type reference (TYPE) XUOBJECT Berechtigungsobjekt 20030214
2 Importing ID_SUBRC Call by reference Type reference (TYPE) SYSUBRC Fehler-Code von AUTHORITY-CHECK 20030214
3 Importing IS_AUTH_PARAM Call by reference Type reference (TYPE) RECA_AUTH_CHECK_PARAM Parameter für Berechtigungsprüfung 20030214
# Exception Resumable Description Created on
1 INTERNAL_ERROR Interner Fehler (sy-subrc von AUTHORITY-CHECK >= 8) 20030214
2 NOT_AUTHORIZED Keine Berechtigung (sy-subrc von AUTHORITY-CHECK = 4) 20030214

Method _CHECK_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_AUTH_OBJECT Call by reference Type reference (TYPE) XUOBJECT Berechtigungsobjekt 20030214
2 Importing IS_AUTH_PARAM Call by reference Type reference (TYPE) RECA_AUTH_CHECK_PARAM Parameter für Berechtigungsprüfung 20030214
# Exception Resumable Description Created on
1 INTERNAL_ERROR Interner Fehler (sy-subrc von AUTHORITY-CHECK >= 8) 20030214
2 NOT_AUTHORIZED Keine Berechtigung (sy-subrc von AUTHORITY-CHECK = 4) 20030214

Method _CHECK_SINGLE_UNBUFFERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_SUBRC Call by reference Type reference (TYPE) SYSUBRC SY-SUBRC von AUTHORITY-CHECK 20030216
2 Importing ID_AUTH_OBJECT Call by reference Type reference (TYPE) XUOBJECT Berechtigungsobjekt 20030216
3 Importing IS_AUTH_PARAM Call by reference Type reference (TYPE) RECA_AUTH_CHECK_PARAM Parameter für Berechtigungsprüfung 20030216

Method _CHECK_SINGLE_UNBUFFERED on class CL_RECA_AUTHORITY has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 200