SAP ABAP Class CL_ABAP_RANDOM_PACKED_DEC13 (CL_ABAP_RANDOM_PACKED_DEC13)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABP_RANDOM (Package) Random Number Generator
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20030716
Properties
Class CL_ABAP_RANDOM_PACKED_DEC13  
Short Description    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SABP_RANDOM   Random Number Generator 
Created 20030716   SAP 
Last change 20130531   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 CL_ABAP_RANDOM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_ABAP_RANDOM_PACKED Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SERIALIZABLE_OBJECT Serializable Object 20030716
Friends
Class CL_ABAP_RANDOM_PACKED_DEC13 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FACTOR Constant Protected Type reference (TYPE) CL_ABAP_RANDOM_PACKED=>P31_0 10000000000000 Connersion Factor to P31_0 20030716
2 MAX_PACKED Constant Protected Type reference (TYPE) P31_13 '999999999999999999.9999999999999' Maximum Packed Value 20030716
3 MIN_PACKED Instance attribute Protected Type reference (TYPE) P31_13 '-99999999999999999.9999999999999' Minumum Packed Value 20030716
4 PRNG Instance attribute Protected Object reference (TYPE REF TO) CL_ABAP_RANDOM_PACKED Pseudo Random Number Generator 20030716
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Create a PRNG for packed numbers 20030716
2 GET_NEXT Instance method Public Method Next "Packed" Pseudo Random Number in [min,max] 20030716
Events
Class CL_ABAP_RANDOM_PACKED_DEC13 has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 P31_13 Public See coding Data Type: Packed, 31 Characters, 13 Decimal Places 20030716 P31_13 type p length 16 decimals 13
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAX Call by reference Type reference (TYPE) P31_13 '999999999999999999.9999999999999' Obere Grenze für Wertebereich 20030716
2 Importing MIN Call by reference Type reference (TYPE) P31_13 '-999999999999999999.9999999999999' Untere Grenze für Wertebereich 20030716
3 Returning PRNG Value transfer Object reference (TYPE REF TO) CL_ABAP_RANDOM_PACKED_DEC13 Zufallszahlengenerator-Objekt 20030716
4 Importing SEED Call by reference Type reference (TYPE) I Initialwert des PRNGs 20030716
# Exception Resumable Description Created on
1 CX_ABAP_RANDOM Exception for CL_ABAP_RANDOM* 20030716

Method GET_NEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) P31_13 Pseudozufallszahl 20030716

Method GET_NEXT on class CL_ABAP_RANDOM_PACKED_DEC13 has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 640