SAP ABAP Data Element CNV_10020_TRY (Indicator for try)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-GTF-BS (Application Component) Business Application Support
⤷
CNV_10020 (Package) CNV package 10020

⤷

⤷

Basic Data
Data Element | CNV_10020_TRY |
Short Description | Indicator for try |
Data Type
Category of Dictionary Type | D | Domain |
Type of Object Referenced | No Information | |
Domain / Name of Reference Type | CNV_10020_XFELD | |
Data Type | CHAR | Character String |
Length | 1 | |
Decimal Places | 0 | |
Output Length | 1 | |
Value Table |
Further Characteristics
Search Help: Name | ||
Search Help: Parameters | ||
Parameter ID | ||
Default Component name | ||
Change document | ||
No Input History | ||
Basic direction is set to LTR | ||
No BIDI Filtering |
Field Label
Length | Field Label | |
Short | 10 | Try |
Medium | 15 | Try |
Long | 20 | Try |
Heading | 4 | Try |
Documentation
Definition
Use this indicator, if you only want to try an action. If the action leads to an invalid result, the internal variables before the call are restored as if the action has not been performed.
Example
You use an OM-action to determine the offset of the company code in the non-transparent field OBJKY of table NAST. It might happen, that the value of OBJKY starts with $$$$. In this case, the offset determined has to be shifted by 4 characters to the right.
To do so, create an action chain with the OM-action and a rule as follow-up action with the try-flag set. The rule contains a condition to check for the $$$$ and an action to do the shift on a valid result. If the condition fails, the result of the OM-action without the shift is returned.
History
Last changed by/on | SAP | 20141030 |
SAP Release Created in | 2010_1_46C |