SAP ABAP Class /SLOAP/CL_PR_CONTR (output profile controller)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     /SLOAP/APPLICATION (Package) SLT AP VER 1.0
Properties
Class /SLOAP/CL_PR_CONTR  
Short Description output profile controller    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SLOAP/APPLICATION   SLT AP VER 1.0 
Created 20100127   SAP 
Last change 20141030    
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 /SLOAP/CL_PR_CONTR has no interface implemented.
Friends
Class /SLOAP/CL_PR_CONTR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_AUTH Instance attribute Private Type reference (TYPE) GUID 'DD8AFFBDA89601F19C97001A4B4DF87C' SLOAS: Authorization 20100127
2 GO_CONTR Instance attribute Private Object reference (TYPE REF TO) /SLOAP/CL_USER Role 20100127
3 GO_PROFILE Instance attribute Private Object reference (TYPE REF TO) /SLOAP/CL_OUTPUT_PROFILE 20100127
4 GO_TMP_CONTR Instance attribute Private Object reference (TYPE REF TO) /SLOAP/CL_USER Role 20100127
5 GV_HAS_AUTH Instance attribute Private Type reference (TYPE) ABAP_BOOL 20100127
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_AUTH Instance method Private Method auth check 20100127
2 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20100127
3 GET_GENERELL_CONTR Instance method Public Method 20100127
4 GET_INSTANCE Static method Public Method factory 20100127
5 GET_LATEST_TMP_CONTR Instance method Private Method 20100127
6 GET_TMP_CONTR Instance method Public Method 20100127
7 HAS_TMP_CONTR Instance method Private Method is sy-uname the tmp contr 20100127
8 INITIAL_CONTR Static method Public Method 20100127
9 IS_CURR_CONTR Instance method Public Method does the user control the profile (default sy-uname) 20100127
10 IS_GENERELL_CONTR Instance method Public Method is the generell controller 20100127
11 REACT_TMP_CONTR Instance method Public Method reactivate last tempoary owner for current period 20100127
12 REMOVE_TMP_CONTR Instance method Public Method remove current tmp controller 20100127
13 SET_GENERELL_CONTR Instance method Public Method set the generell controller of the profile 20100127
14 SET_TMP_CONTR Instance method Public Method set an additional controller for one version period 20100127
Events
Class /SLOAP/CL_PR_CONTR has no event.
Types
Class /SLOAP/CL_PR_CONTR has no local type.
Method Signatures

Method CHECK_AUTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BOOL Value transfer Type reference (TYPE) ABAP_BOOL 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_NO_AUTHORIZATION 20100127
2 /SLOAP/CX_NO_SUCH_OBJECT 20100127

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTR Call by reference Object reference (TYPE REF TO) /SLOAP/CL_USER Role 20100127
2 Importing IO_PROFILE Call by reference Object reference (TYPE REF TO) /SLOAP/CL_OUTPUT_PROFILE SLOAS Output Profile 20100127
3 Importing IO_TMP_CONTR Call by reference Object reference (TYPE REF TO) /SLOAP/CL_USER Role 20100127

Method CONSTRUCTOR on class /SLOAP/CL_PR_CONTR has no exception.

Method GET_GENERELL_CONTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_USER Value transfer Object reference (TYPE REF TO) /SLOAP/CL_USER 20100127

Method GET_GENERELL_CONTR on class /SLOAP/CL_PR_CONTR has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PROFILE Call by reference Object reference (TYPE REF TO) /SLOAP/CL_OUTPUT_PROFILE 20100127
2 Returning RO_CONTR Value transfer Object reference (TYPE REF TO) /SLOAP/CL_PR_CONTR 20100127

Method GET_INSTANCE on class /SLOAP/CL_PR_CONTR has no exception.

Method GET_LATEST_TMP_CONTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_USER Value transfer Object reference (TYPE REF TO) /SLOAP/CL_USER Role 20100127

Method GET_LATEST_TMP_CONTR on class /SLOAP/CL_PR_CONTR has no exception.

Method GET_TMP_CONTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_USER Value transfer Object reference (TYPE REF TO) /SLOAP/CL_USER 20100127

Method GET_TMP_CONTR on class /SLOAP/CL_PR_CONTR has no exception.

Method HAS_TMP_CONTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BOOL Value transfer Type reference (TYPE) ABAP_BOOL 20100127

Method HAS_TMP_CONTR on class /SLOAP/CL_PR_CONTR has no exception.

Method INITIAL_CONTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PROFILE Call by reference Object reference (TYPE REF TO) /SLOAP/CL_OUTPUT_PROFILE 20100127
2 Importing IO_USER Call by reference Object reference (TYPE REF TO) /SLOAP/CL_USER Role 20100127

Method INITIAL_CONTR on class /SLOAP/CL_PR_CONTR has no exception.

Method IS_CURR_CONTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_USER Call by reference Object reference (TYPE REF TO) /SLOAP/CL_USER Role 20100127
2 Returning RV_CHECK Value transfer Type reference (TYPE) ABAP_BOOL 20100127

Method IS_CURR_CONTR on class /SLOAP/CL_PR_CONTR has no exception.

Method IS_GENERELL_CONTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_USER Call by reference Object reference (TYPE REF TO) /SLOAP/CL_USER Role 20100127
2 Returning RV_CHECK Value transfer Type reference (TYPE) ABAP_BOOL 20100127

Method IS_GENERELL_CONTR on class /SLOAP/CL_PR_CONTR has no exception.

Method REACT_TMP_CONTR Signature

Method REACT_TMP_CONTR on class /SLOAP/CL_PR_CONTR has no parameter.
# Exception Resumable Description Created on
1 /SLOAP/CX_NO_AUTHORIZATION 20100127

Method REMOVE_TMP_CONTR Signature

Method REMOVE_TMP_CONTR on class /SLOAP/CL_PR_CONTR has no parameter.
# Exception Resumable Description Created on
1 /SLOAP/CX_NO_AUTHORIZATION 20100127

Method SET_GENERELL_CONTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_USER Call by reference Object reference (TYPE REF TO) /SLOAP/CL_USER 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_NO_AUTHORIZATION 20100127

Method SET_TMP_CONTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_USER Call by reference Object reference (TYPE REF TO) /SLOAP/CL_USER 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_NO_AUTHORIZATION 20100127
History
Last changed by/on SAP  20141030 
SAP Release Created in 700