SAP ABAP Data Element CNV_00001_EXECHECK_ROUTINE (Routine checking whether the function can be run now)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-GTF-BS (Application Component) Business Application Support
⤷
CNV_BASIS (Package) Conversion: Basis functions
⤷
⤷
Basic Data
| Data Element | CNV_00001_EXECHECK_ROUTINE |
| Short Description | Routine checking whether the function can be run now |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | CNV_00001_ROUTINE_NAME | |
| Data Type | CHAR | Character String |
| Length | 30 | |
| Decimal Places | 0 | |
| Output Length | 30 | |
| 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 | 8 | Routine |
| Medium | 12 | Chk. routine |
| Long | 20 | Check routine |
| Heading | 25 | Check routine name |
Documentation
Definition
Form routine that checks whether given function can be executed at this point of time.
Use
The form routine interface consists of 2 CHANGING parameters:
- of type FLAG, denoting whether the checked function should be active,
- of type BAL_S_MSG denoting the message to be output if the first parameter is space (explaining why the function cannot be run yet).
Dependencies
Example
FORM check_exec
CHANGING
pd_active TYPE flag
pd_msg TYPE bal_s_msg.
pd_active = 'X'.
ENDFORM.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2006_1_46C |