SAP ABAP Data Element CRNUMFL (Payment Card: Function Module for Card Master Field Control)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-AP-AP-PT (Application Component) Payment Transactions
     FCRD (Package) Payment Card
Basic Data
Data Element CRNUMFL
Short Description Payment Card: Function Module for Card Master Field Control  
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 LIB  
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: Card 
Medium 15 FM: Card Master 
Long 20 FM: Card Master 
Heading 30 FM: Card Master 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 FCRA_COBL_FIELDS is processed.

The user-defined module must have the same interface.
Fields to be controlled must be defined both in structure CRACC and in structure COBL.
In both structures the Include CI_COBL is contained, in which the customer can include his own fields.

Field control options:
input obligatory : '+'
input optional : '.'
only display : '*'.
field suppressed : '-'

Example: Field: commitment item
Control: ready for input

t_field_control-fname = 'CRNUM-FIPOS'. "/ 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