SAP ABAP Class CL_TRBA_NUMBER_RANGE (Number Range)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
TR (Application Component) Treasury
⤷
FTR_UTILS_CORE (Package) Utilities: Treasury and Risk Management

⤷

⤷

Properties
Class | CL_TRBA_NUMBER_RANGE | |
Short Description | Number Range | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FTR_UTILS_CORE | Utilities: Treasury and Risk Management |
Created | 20130830 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_TRBA_NUMBER_RANGE has no forward declaration.
Interfaces
Class CL_TRBA_NUMBER_RANGE has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_TUT_TEST | 20130830 | Treasury Unit Test Utility |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Protected | See coding | Number Ranges | 20130830 | |||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | NROBJ | Name of number range object | 20130830 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | NRNR | Number range number | 20130830 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20130830 |
2 | ![]() |
Static method | Public | Method | Gets Number Range | 20130830 |
3 | ![]() |
Instance method | Public | Method | Gets Number Frm Range | 20130830 |
Events
Class CL_TRBA_NUMBER_RANGE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_RANGE | Protected | See coding | Instance | 20130830 | BEGIN OF ty_s_range,
object TYPE nrobj,
range TYPE nrnr,
instance TYPE REF TO cl_trba_number_range,
END OF ty_s_range
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT | Call by reference | Type reference (TYPE) | NROBJ | Name of number range object | 20130830 | ||
2 | ![]() |
IV_RANGE | Call by reference | Type reference (TYPE) | NRNR | Number range number | 20130830 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130830 |
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT | Call by reference | Type reference (TYPE) | NROBJ | Name of number range object | 20130830 | ||
2 | ![]() |
IV_RANGE | Call by reference | Type reference (TYPE) | NRNR | Number range number | 20130830 | ||
3 | ![]() |
RO_NUMBER_RANGE | Value transfer | Object reference (TYPE REF TO) | CL_TRBA_NUMBER_RANGE | Number Range | 20130830 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130830 |
Method GET_NUMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_YEAR | Call by reference | Type reference (TYPE) | INRI-TOYEAR | Relevant Year | 20130830 | ||
2 | ![]() |
RV_NUMBER | Value transfer | Type reference (TYPE) | I | Number | 20130830 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130830 |
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in |