SAP ABAP Class CL_LOP_AUTH_MASTER (Check authority-object for option list as master data)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-AB-TC (Application Component) Trading Contract
     LOOP (Package) Model layer for logistical contract options
Properties
Class CL_LOP_AUTH_MASTER  
Short Description Check authority-object for option list as master data    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package LOOP   Model layer for logistical contract options 
Created 20111205   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LOP_AUTH_MASTER has no forward declaration.
Interfaces
Class CL_LOP_AUTH_MASTER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_LOP_TEST_MANAGER 20120306 Test Manager for unit tests
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MTS_BUFFER Instance attribute Protected Type reference (TYPE) MTY_TS_BUFFER 20111205
2 SO_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_LOP_AUTH_MASTER Check authority-object for option list as master data 20111205
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_AUTHORITY Instance method Public Method Check the authority 20111205
2 CHECK_AUTH_INTERNAL Instance method Protected Method Check authority-object 20111205
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20111205
4 GET_INSTANCE Static method Public Method return an instance 20111205
5 RAISE_AUTHORITY_ERROR Static method Public Method raise error that authority is not valid 20111205
6 REFRESH Instance method Public Method refresh all 20111205
7 RESET_FROM_TEST_MODE Static method Protected Method reset from mode for unit test 20111205
8 SET_INTO_TEST_MODE Static method Protected Method set into mode for unit test 20111205
Events
Class CL_LOP_AUTH_MASTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTY_S_BUFFER Protected See coding 20111205 BEGIN OF mty_s_buffer, lop_cat TYPE lop_cat, actvt TYPE activ_auth, exist TYPE abap_bool, END OF mty_s_buffer
2 MTY_TS_BUFFER Protected See coding 20111205 mty_ts_buffer TYPE SORTED TABLE OF mty_s_buffer WITH UNIQUE KEY lop_cat actvt
Method Signatures

Method CHECK_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTVT Call by reference Type reference (TYPE) ACTIV_AUTH Activity 20111205
2 Importing I_LOP_CAT Call by reference Type reference (TYPE) LOP_CAT Logistical option category 20111205
# Exception Resumable Description Created on
1 CX_LOP_NO_AUTHORITY No authority 20111205

Method CHECK_AUTH_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTVT Call by reference Type reference (TYPE) ACTIV_AUTH Activity 20111205
2 Importing I_LOP_CAT Call by reference Type reference (TYPE) LOP_CAT Logistical option category 20111205
# Exception Resumable Description Created on
1 CX_LOP_NO_AUTHORITY No authority 20111205

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_LOP_AUTH_MASTER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_LOP_AUTH_MASTER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_LOP_AUTH_MASTER Check authority-object for option list as master data 20111205

Method GET_INSTANCE on class CL_LOP_AUTH_MASTER has no exception.

Method RAISE_AUTHORITY_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTVT Call by reference Type reference (TYPE) ACTIV_AUTH Activity 20111205
2 Importing I_LOP_CAT Call by reference Type reference (TYPE) LOP_CAT Logistical option category 20111205
# Exception Resumable Description Created on
1 CX_LOP_NO_AUTHORITY No authority 20111205

Method REFRESH Signature

Method REFRESH on class CL_LOP_AUTH_MASTER has no parameter.
Method REFRESH on class CL_LOP_AUTH_MASTER has no exception.

Method RESET_FROM_TEST_MODE Signature

Method RESET_FROM_TEST_MODE on class CL_LOP_AUTH_MASTER has no parameter.
Method RESET_FROM_TEST_MODE on class CL_LOP_AUTH_MASTER has no exception.

Method SET_INTO_TEST_MODE Signature

Method SET_INTO_TEST_MODE on class CL_LOP_AUTH_MASTER has no parameter.
Method SET_INTO_TEST_MODE on class CL_LOP_AUTH_MASTER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 607