SAP ABAP Class CL_RMPS_OUTPUT_CONV_KPRO (RMPS: Output Conversion for KPro Attribute Values)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-RCM (Application Component) Records and Case Management
⤷
RMPS_TOOLS (Package) Various Tools (Records Directory,....)
⤷
⤷
Properties
| Class | CL_RMPS_OUTPUT_CONV_KPRO | |
| Short Description | RMPS: Output Conversion for KPro Attribute Values | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RMPS_TOOLS | Various Tools (Records Directory,....) |
| Created | 20030211 | SAP |
| Last change | 00000000 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RMPS_OUTPUT_CONV_KPRO has no interface implemented.
Friends
Class CL_RMPS_OUTPUT_CONV_KPRO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | SRMGS_PROPERTY_TYPE_TAB | LOIO Attribute Descriptions | 20030211 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | STRING | Element Type ID | 20030211 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | SRMGS_PROPERTY_TYPE_TAB | PHIO Attribute Descriptions | 20030211 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20030211 | |
| 2 | Instance method | Public | Method | Convert Individual Attribute Value | 20030211 | |
| 3 | Instance method | Public | Method | Convert Table with Attribute Values | 20030211 | |
| 4 | Instance method | Public | Method | Get Description Text for Attribute | 20030211 | |
| 5 | Instance method | Protected | Method | Get Info on Attribute Name | 20030211 | |
| 6 | Instance method | Protected | Method | Get DDIC Info for Attribute Name | 20030211 | |
| 7 | Instance method | Public | Method | Is the attribute hidden? | 20030303 | |
| 8 | Instance method | Public | Method | Is the attribute hidden? | 20030303 |
Events
Class CL_RMPS_OUTPUT_CONV_KPRO has no event.
Types
Class CL_RMPS_OUTPUT_CONV_KPRO has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_SPS_ID | Value transfer | Type reference (TYPE) | STRING | SPS-ID | 20030211 |
Method CONSTRUCTOR on class CL_RMPS_OUTPUT_CONV_KPRO has no exception.
Method CONVERT_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ATTR_NAME | Call by reference | Type reference (TYPE) | STRING | Attributname | 20030211 | |||
| 2 | IM_ATTR_VALUE | Call by reference | Type reference (TYPE) | STRING | Attributwert | 20030211 | |||
| 3 | RE_ATTR_OUT_VALUE | Value transfer | Type reference (TYPE) | STRING | Ausgabeformatierter Attributwert | 20030211 |
Method CONVERT_VALUE on class CL_RMPS_OUTPUT_CONV_KPRO has no exception.
Method CONVERT_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_ATTR_TAB | Call by reference | Type reference (TYPE) | SRMGS_PROPERTY_TAB | Tabelle mit ausgabekonvertierten Attributwerten | 20030211 | |||
| 2 | IM_ATTR_TAB | Value transfer | Type reference (TYPE) | SRMGS_PROPERTY_TAB | Tabelle mit Attributwerten | 20030211 | |||
| 3 | IM_CONCAT_MULTIVALUED | Value transfer | Type reference (TYPE) | SRMBOOLEAN | Mehrwertige Attribute in einer Zeile verkettet zurückgeben? | 20030211 |
Method CONVERT_VALUES on class CL_RMPS_OUTPUT_CONV_KPRO has no exception.
Method GET_ATTR_DESC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ATTR_NAME | Value transfer | Type reference (TYPE) | STRING | Attributname | 20030211 | |||
| 2 | RE_DESC | Value transfer | Type reference (TYPE) | STRING | Beschreibungstext zum Attribut | 20030211 |
Method GET_ATTR_DESC on class CL_RMPS_OUTPUT_CONV_KPRO has no exception.
Method GET_PROPERTY_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ATTR_NAME | Value transfer | Type reference (TYPE) | STRING | Attributname | 20030211 | |||
| 2 | RE_INFO | Value transfer | Type reference (TYPE) | SRMGS_PROPERTY_TYPE | Info zum Attribut | 20030211 |
Method GET_PROPERTY_INFO on class CL_RMPS_OUTPUT_CONV_KPRO has no exception.
Method GET_TABFIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ATTR_NAME | Value transfer | Type reference (TYPE) | STRING | Attributname | 20030211 | |||
| 2 | RE_TABFIELD | Value transfer | Type reference (TYPE) | TABFIELD | Tabellenname und -feld (Auszug aus DD03L/DFIES) | 20030211 |
Method GET_TABFIELD on class CL_RMPS_OUTPUT_CONV_KPRO has no exception.
Method IS_ATTR_HIDDEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ATTR_NAME | Value transfer | Type reference (TYPE) | STRING | Attributname | 20030303 | |||
| 2 | RE_HIDDEN | Value transfer | Type reference (TYPE) | SRMBOOLEAN | Attribut hidden? (SRMIF=>TRUE/FALSE) | 20030303 |
Method IS_ATTR_HIDDEN on class CL_RMPS_OUTPUT_CONV_KPRO has no exception.
Method IS_ATTR_MULTI_VALUED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ATTR_NAME | Value transfer | Type reference (TYPE) | STRING | Attributname | 20030303 | |||
| 2 | RE_MULTI_VALUED | Value transfer | Type reference (TYPE) | SRMBOOLEAN | Attribut mehrwertig? (SRMIF=>TRUE/FALSE) | 20030303 |
Method IS_ATTR_MULTI_VALUED on class CL_RMPS_OUTPUT_CONV_KPRO has no exception.
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in | 110_620 |