SAP ABAP Data Element CRVOUCHFL (Payment Card: Function Module for Field Control of Card Doc.)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-AP-AP-PT (Application Component) Payment Transactions
⤷
FCRD (Package) Payment Card
⤷
⤷
Basic Data
| Data Element | CRVOUCHFL |
| Short Description | Payment Card: Function Module for Field Control of Card Doc. |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | FUNCNAME | |
| Data Type | CHAR | Character String |
| Length | 30 | |
| Decimal Places | 0 | |
| Output Length | 30 | |
| Value Table | TFDIR |
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 | FM:CardDoc |
| Medium | 15 | FMod.: Card Doc |
| Long | 20 | FMod.: Card Doc |
| Heading | 30 | FM: Card Doc. Field Control |
Documentation
Definition
A function module, which takes over the field control in the coding block, can be entered here as a temporary replacement for regular Customizing.
If no function module is entered then the module FCR2_COBL_FIELDS is processed.
The user-defined module must have the same interface.
Fields to be controlled must be defined both in structure KBLD and in structure COBL.
Field control options:
input obligatory : '+'
input optional : '.'
only display : '*'.
field suppressed : '-'
Example: Field: Funds Center
Control: ready for input
t_field_control-fname = 'KBLD-FISTL'. "/ field name
t_field_control-kennz = '.'. "/ field control
append t_field_control to t_field_control.
History
| Last changed by/on | SAP | 20010720 |
| SAP Release Created in |