SAP ABAP Class CL_GRRM_UTIL_CSV (CSV data parser)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_UTILITY (Package) Utility classes for Risk Management
⤷
⤷
Properties
| Class | CL_GRRM_UTIL_CSV | |
| Short Description | CSV data parser | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRRM_UTILITY | Utility classes for Risk Management |
| Created | 20101125 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GRRM_UTIL_CSV has no interface implemented.
Friends
Class CL_GRRM_UTIL_CSV has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | XUDATFM | Date format | 20101125 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | XUDCPFM | Decimal notation | 20101125 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | C | 20101125 | ||||
| 4 | Static Attribute | Private | Type reference (TYPE) | C | 20101125 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | 20101125 | ||
| 2 | Static method | Public | Method | 20110721 | ||
| 3 | Static method | Public | Method | 20101126 | ||
| 4 | Static method | Private | Method | 20110721 | ||
| 5 | Static method | Public | Method | 20101125 | ||
| 6 | Static method | Private | Method | 20101125 |
Events
Class CL_GRRM_UTIL_CSV has no event.
Types
Class CL_GRRM_UTIL_CSV has no local type.
Method Signatures
Method CONVERT_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RESULT | Call by reference | Type reference (TYPE) | ANY | 20101125 | ||||
| 2 | IV_VALUE | Value transfer | Type reference (TYPE) | STRING | 20101125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20101125 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TABLE | Call by reference | Type reference (TYPE) | TABLE | 20110909 | ||||
| 2 | IV_DATE_FORMAT | Call by reference | Type reference (TYPE) | XUDATFM | Date format | 20110909 | |||
| 3 | IV_DECIMAL_FORMAT | Call by reference | Type reference (TYPE) | XUDCPFM | Decimal notation | 20110909 | |||
| 4 | IV_SEPARATOR | Call by reference | Type reference (TYPE) | C | 20110721 | ||||
| 5 | RV_FILE_CONTENT | Value transfer | Type reference (TYPE) | XSTRING | 20110909 |
Method CREATE on class CL_GRRM_UTIL_CSV has no exception.
Method GET_DECIMAL_FORMAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_USER | Call by reference | Type reference (TYPE) | XUBNAME | SY-UNAME | User Name in User Master Record | 20101126 | ||
| 2 | RV_FORMAT | Value transfer | Type reference (TYPE) | XUDCPFM | Decimal notation | 20101126 |
Method GET_DECIMAL_FORMAT on class CL_GRRM_UTIL_CSV has no exception.
Method GET_DECIMAL_NOTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DECIMAL_MARK | Call by reference | Type reference (TYPE) | C | 20110721 | ||||
| 2 | EV_THOUSANDS_SEPARATOR | Call by reference | Type reference (TYPE) | C | 20110721 | ||||
| 3 | IV_DCPFM | Call by reference | Type reference (TYPE) | XUDCPFM | Decimal notation | 20110721 |
Method GET_DECIMAL_NOTATION on class CL_GRRM_UTIL_CSV has no exception.
Method PARSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20101125 | ||||
| 2 | IT_CSV | Call by reference | Type reference (TYPE) | GRFN_T_STRING | String table | 20101125 | |||
| 3 | IV_DATE_FORMAT | Call by reference | Type reference (TYPE) | XUDATFM | Date format | 20101125 | |||
| 4 | IV_DECIMAL_FORMAT | Call by reference | Type reference (TYPE) | XUDCPFM | Decimal notation | 20101125 | |||
| 5 | IV_SEPARATOR | Call by reference | Type reference (TYPE) | C | 20101125 | ||||
| 6 | IV_SKIP | Call by reference | Type reference (TYPE) | I | 2 | 20101125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20101125 |
Method SET_DECIMAL_NOTATION Signature
Method SET_DECIMAL_NOTATION on class CL_GRRM_UTIL_CSV has no parameter.
Method SET_DECIMAL_NOTATION on class CL_GRRM_UTIL_CSV has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1000 |