SAP ABAP Class CL_CNV_BASIS_GENER_HELPER (Helper class for parameter generation)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_BASIS_GENER (Package) Generation of transformation modules

⤷

⤷

Properties
Class | CL_CNV_BASIS_GENER_HELPER | |
Short Description | Helper class for parameter generation | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CNV_BASIS_GENER | Generation of transformation modules |
Created | 20120220 | SAP |
Last change | 20141030 | |
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_CNV_BASIS_GENER_HELPER has no interface implemented.
Friends
Class CL_CNV_BASIS_GENER_HELPER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Protected | Type reference (TYPE) | DOMNAME | 'CNV_STEP' | Domain name | 20120301 | |
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SWDTDD07V | Table of Fixed Values for Domains | 20120301 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CNV_BASIS_GENER_HT_OPER_PARAM | Map of operation parameters | 20120301 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | FLAG | General Flag | 20120301 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Returns parameter details | 20120301 |
2 | ![]() |
Instance method | Public | Method | Returns parameter name for function module | 20120301 |
3 | ![]() |
Instance method | Public | Method | Returns parameter type for function module | 20120301 |
4 | ![]() |
Instance method | Public | Method | 20120220 | |
5 | ![]() |
Instance method | Public | Method | Returns the text for the step | 20120220 |
6 | ![]() |
Instance method | Protected | Method | Loads domain texts | 20120220 |
7 | ![]() |
Instance method | Protected | Method | Loads the operation parameters | 20120301 |
Events
Class CL_CNV_BASIS_GENER_HELPER has no event.
Types
Class CL_CNV_BASIS_GENER_HELPER has no local type.
Method Signatures
Method GET_PARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLASSNAME | Call by reference | Type reference (TYPE) | CLASSNAME | Reference type | 20120301 | ||
2 | ![]() |
IV_FUNCNAME | Call by reference | Type reference (TYPE) | FUNCNAME | Function name | 20120301 | ||
3 | ![]() |
IV_PARAMNUM | Call by reference | Type reference (TYPE) | I | Conversion: consecutive number for a parameter | 20120301 | ||
4 | ![]() |
RS_PARAM | Value transfer | Type reference (TYPE) | CNV_BASIS_GENER_OPER_PARAM | Parameter of the operation (method or function module) | 20120301 |
Method GET_PARAM on class CL_CNV_BASIS_GENER_HELPER has no exception.
Method GET_PARAM_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLASSNAME | Call by reference | Type reference (TYPE) | CLASSNAME | Reference type | 20120301 | ||
2 | ![]() |
IV_FUNCNAME | Call by reference | Type reference (TYPE) | FUNCNAME | Function name | 20120301 | ||
3 | ![]() |
IV_PARAMNUM | Call by reference | Type reference (TYPE) | I | Conversion: consecutive number for a parameter | 20120301 | ||
4 | ![]() |
RV_NAME | Value transfer | Type reference (TYPE) | STRING | Parameter name | 20120301 |
Method GET_PARAM_NAME on class CL_CNV_BASIS_GENER_HELPER has no exception.
Method GET_PARAM_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLASSNAME | Call by reference | Type reference (TYPE) | CLASSNAME | Reference type | 20120301 | ||
2 | ![]() |
IV_FUNCNAME | Call by reference | Type reference (TYPE) | FUNCNAME | Function name | 20120301 | ||
3 | ![]() |
IV_PARAMNUM | Call by reference | Type reference (TYPE) | I | Conversion: consecutive number for a parameter | 20120301 | ||
4 | ![]() |
RV_TYPE | Value transfer | Type reference (TYPE) | STRING | Parameter declaration type (input field) | 20120301 |
Method GET_PARAM_TYPE on class CL_CNV_BASIS_GENER_HELPER has no exception.
Method GET_ROUTINE_CODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_XMLNODES | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE_COLLECTION | IF_IXML_NODE_COLLECTION | 20120220 | ||
2 | ![]() |
IV_AGGREGATE_NAME | Call by reference | Type reference (TYPE) | STRING | 20120313 | |||
3 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | CNV_BASIS_GENER_FLDCAT | Field modification category | 20120313 | ||
4 | ![]() |
IV_CHANGED_VARNAME | Call by reference | Type reference (TYPE) | STRING | 20120220 | |||
5 | ![]() |
IV_DBROW_NAME | Call by reference | Type reference (TYPE) | STRING | 20120313 | |||
6 | ![]() |
IV_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20120313 | |||
7 | ![]() |
IV_NONTR_VARNAME | Call by reference | Type reference (TYPE) | STRING | 20120301 | |||
8 | ![]() |
IV_SWITCH_DS | Call by reference | Type reference (TYPE) | FLAG | Switch DS flag for macros in case of DR deletion program | 20120430 | ||
9 | ![]() |
IV_VARNAME_CONV | Call by reference | Type reference (TYPE) | STRING | 20130912 | |||
10 | ![]() |
IV_VARNAME_ORIG | Call by reference | Type reference (TYPE) | STRING | 20130912 | |||
11 | ![]() |
RV_CODE | Value transfer | Type reference (TYPE) | STRING | 20120220 |
Method GET_ROUTINE_CODE on class CL_CNV_BASIS_GENER_HELPER has no exception.
Method GET_STEP_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | CNV_STEP | Conversion: Procedural routine stage | 20120220 | ||
2 | ![]() |
RV_TEXT | Value transfer | Type reference (TYPE) | STRING | 20120220 |
Method GET_STEP_TEXT on class CL_CNV_BASIS_GENER_HELPER has no exception.
Method LOAD_DOMAIN_TEXTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOMAIN | Call by reference | Type reference (TYPE) | DOMNAME | Domain name | 20120220 |
Method LOAD_DOMAIN_TEXTS on class CL_CNV_BASIS_GENER_HELPER has no exception.
Method LOAD_OPERATION_PARAMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLASSNAME | Call by reference | Type reference (TYPE) | CLIKE | 20120301 | |||
2 | ![]() |
IV_OPERNAME | Call by reference | Type reference (TYPE) | CLIKE | 20120301 |
Method LOAD_OPERATION_PARAMS on class CL_CNV_BASIS_GENER_HELPER has no exception.
History
Last changed by/on | SAP | 20141030 |
SAP Release Created in | 2010_1_620 |