Hierarchy
⤷
⤷
Properties
| Class | CL_RSDHA_FORMULA_TRANSLATOR | |
| Short Description | Formula Translator (Cross Compiler) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDHA | SAP HANA Analysis in BW |
| Created | 20130122 | SAP |
| Last change | 20140121 | 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_RSDHA_FORMULA_TRANSLATOR has no interface implemented.
Friends
Class CL_RSDHA_FORMULA_TRANSLATOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20130122 | |||||
| 2 | Static Attribute | Private | See coding | Symbol entry constants | 20130124 | ||||
| 3 | Constant | Public | See coding | 20130122 | |||||
| 4 | Constant | Private | Type reference (TYPE) | TP_TOKEN | 'END' | End token | 20130122 | ||
| 5 | Static Attribute | Private | Type reference (TYPE) | CHAR01 | Dummy | 20130122 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | I | Current symbol index | 20130122 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | TP_S_SYM | Current symbol | 20130122 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | TN_TS_TRAN_MAP | Translation map table | 20130124 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | TP_T_SYM | Source | 20130122 |
Methods
Events
Class CL_RSDHA_FORMULA_TRANSLATOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_TRAN_MAP | Public | See coding | Translation map structure | 20131001 | BEGIN OF tn_s_tran_map,
src_sym TYPE sfbefsym,
sym_to_lower TYPE rs_bool,
copy_args TYPE rs_bool,
tgt_sym TYPE sfbefsym,
END OF tn_s_tran_map
|
|
| 2 | TN_TS_TRAN_MAP | Public | See coding | Translation map table | 20131001 | tn_ts_tran_map TYPE SORTED TABLE OF tn_s_tran_map WITH UNIQUE KEY src_sym
|
|
| 3 | TP_S_SYM | Private | Type reference (TYPE) | CL_RSDHA_FORMULAS=>TN_S_SYM | Symbol (token) structure | 20130122 | |
| 4 | TP_TOKEN | Private | Type reference (TYPE) | SFBETOKEN | Token | 20130122 | |
| 5 | TP_T_ARG | Private | See coding | Argument table | 20130201 | TP_T_ARG TYPE STANDARD TABLE OF tp_t_sym
|
|
| 6 | TP_T_SYM | Private | Type reference (TYPE) | CL_RSDHA_FORMULAS=>TN_T_SYM | Symbol (token) table | 20130122 | |
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_SRC_SYM | Call by reference | Type reference (TYPE) | CL_RSDHA_FORMULAS=>TN_T_SYM | Source formula | 20130122 |
Method CONSTRUCTOR on class CL_RSDHA_FORMULA_TRANSLATOR has no exception.
Method CREATE_TRANSLATION_MAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TS_TRAN_MAP | Value transfer | Type reference (TYPE) | CL_RSDHA_FORMULA_TRANSLATOR=>TN_TS_TRAN_MAP | Translation map table | 20131001 |
Method CREATE_TRANSLATION_MAP on class CL_RSDHA_FORMULA_TRANSLATOR has no exception.
Method P_ACCEPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TOKEN | Call by reference | Type reference (TYPE) | TP_TOKEN | Token | 20130122 | |||
| 2 | R_RESULT | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20130122 |
Method P_ACCEPT on class CL_RSDHA_FORMULA_TRANSLATOR has no exception.
Method P_ERROR_AT_POS Signature
Method P_ERROR_AT_POS on class CL_RSDHA_FORMULA_TRANSLATOR has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130125 |
Method P_EXPECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TOKEN | Call by reference | Type reference (TYPE) | TP_TOKEN | Token | 20130122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130122 |
Method P_FUNC_ADD_TO_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_CONCATENATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_CONDENSE_NO_GAPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_DATE_DIFF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_DATE_HALFYEAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_DATE_MONTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_DATE_MONTH2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_DATE_QUARTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_DATE_QUARTER1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_DATE_WEEKDAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130204 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130204 |
Method P_FUNC_DATE_WEEKDAY1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130204 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130204 |
Method P_FUNC_DATE_YEAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_DIV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_FRAC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_LEFT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_MOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_MONTH2_HALFYEAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_MONTH2_QUARTER1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_MONTH_HALFYEAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_MONTH_QUARTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_MONTH_QUARTER1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_MONTH_YEAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_NEGATIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_QUARTER1_HALFYEAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_QUARTER_HALFYEAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_QUARTER_YEAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_REPLACE_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_REPLACE_FIRST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_RIGHT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_SHIFT_LEFT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_SHIFT_RIGHT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_SQRT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_FUNC_SUBSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130426 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130426 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130426 |
Method P_FUNC_TRUNC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_ARG | Call by reference | Type reference (TYPE) | TP_T_ARG | Argument table | 20130201 | |||
| 2 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_GET_SYM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TOKEN | Call by reference | Type reference (TYPE) | TP_TOKEN | Token | 20130122 | |||
| 2 | R_S_SYM | Value transfer | Type reference (TYPE) | TP_S_SYM | Symbol (token) structure | 20130122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130122 |
Method P_GET_SYM_CONST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SYM | Call by reference | Type reference (TYPE) | SFBEFSYM | Symbol (tech. name) | 20130125 | |||
| 2 | R_S_SYM | Value transfer | Type reference (TYPE) | TP_S_SYM | Symbol (token) structure | 20130125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130125 |
Method P_GET_SYM_FUNC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SYM | Call by reference | Type reference (TYPE) | SFBEFSYM | Symbol (tech. name) | 20130124 | |||
| 2 | R_S_SYM | Value transfer | Type reference (TYPE) | TP_S_SYM | Symbol (token) structure | 20130124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130124 |
Method P_GET_SYM_INFIX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SYM | Call by reference | Type reference (TYPE) | SFBEFSYM | Symbol (tech. name) | 20130124 | |||
| 2 | R_S_SYM | Value transfer | Type reference (TYPE) | TP_S_SYM | Symbol (token) structure | 20130124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130124 |
Method P_GET_SYM_STRCONST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STRING | Call by reference | Type reference (TYPE) | STRING | String | 20130201 | |||
| 2 | R_S_SYM | Value transfer | Type reference (TYPE) | TP_S_SYM | Symbol (token) structure | 20130201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130201 |
Method P_NEXT_SYM Signature
Method P_NEXT_SYM on class CL_RSDHA_FORMULA_TRANSLATOR has no parameter.
Method P_NEXT_SYM on class CL_RSDHA_FORMULA_TRANSLATOR has no exception.
Method P_PARSE_BOOL_1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130122 |
Method P_PARSE_BOOL_2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130122 |
Method P_PARSE_CONDITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130122 |
Method P_PARSE_EXPO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130122 |
Method P_PARSE_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | CL_RSDHA_FORMULAS=>TN_T_SYM | Result | 20130122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130122 |
Method P_PARSE_FACTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130122 |
Method P_PARSE_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130122 |
Method P_PARSE_IF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130122 |
Method P_PARSE_TERM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_TGT_SYM | Value transfer | Type reference (TYPE) | TP_T_SYM | Result | 20130122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130122 |
Method TRANSLATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TGT_SYM | Call by reference | Type reference (TYPE) | CL_RSDHA_FORMULAS=>TN_T_SYM | Target code | 20130122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20130122 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |