SAP ABAP Class CL_USMD_MDF_ROLE_NUMBER (Bookkeeping of Numbers for Roles)
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG-AF (Application Component) Application Framework
     USMD1B (Package) Data Modeling: MDG MDF Connection
Properties
Class CL_USMD_MDF_ROLE_NUMBER  
Short Description Bookkeeping of Numbers for Roles    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package USMD1B   Data Modeling: MDG MDF Connection 
Created 20090123   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_USMD_MDF_ROLE_NUMBER has no forward declaration.
Interfaces
Class CL_USMD_MDF_ROLE_NUMBER has no interface implemented.
Friends
Class CL_USMD_MDF_ROLE_NUMBER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DTS_ROLE_FIELDNAME Instance attribute Protected Type reference (TYPE) TS_ROLE_FIELDNAME 20090123
2 DTS_ROLE_NUM Instance attribute Protected Type reference (TYPE) TS_ROLE_NUM DTS_ROLE_NUM 20090123
3 D_MODEL Instance attribute Protected Type reference (TYPE) USMD_MODEL Data Model 20090123
4 D_ROLE_NUM Instance attribute Protected Type reference (TYPE) T_ROLE_NUM Current Number for Role 20090123
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090123
2 GET_NEXT_NUMBER Instance method Public Method GET_NEXT_NUMBER 20090123
Events
Class CL_USMD_MDF_ROLE_NUMBER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ROLE_FIELDNAME Public See coding 20090123 ts_role_fieldname type sorted table of t_role_fieldname with unique key fieldname
2 TS_ROLE_NUM Protected See coding TS_ROLE_NUM 20090123
3 T_ROLE_FIELDNAME Public See coding 20090123 begin of T_ROLE_FIELDNAME , fieldname type mdg_mdf_fieldname , role type mdg_mdf_role , end of t_role_fieldname
4 T_ROLE_NUM Public See coding T_ROLE_NUM 20090123 t_role_num(7) type n
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROLE Call by reference Type reference (TYPE) MDG_MDF_TS_LOC_ROLE_MAIN Rollen/Feldnamen 20090123
2 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20090123

Method CONSTRUCTOR on class CL_USMD_MDF_ROLE_NUMBER has no exception.

Method GET_NEXT_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) MDG_MDF_FIELDNAME FI-Stammdaten: Feldname 20090123
2 Returning R_NUMBER Value transfer Type reference (TYPE) T_ROLE_NUM R_NUMBER 20090123

Method GET_NEXT_NUMBER on class CL_USMD_MDF_ROLE_NUMBER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 605