SAP ABAP Data Element DIFNAM_KK (Name of function module for creating intervals)
Hierarchy
FI-CA (Software Component) FI-CA
   FI-CA (Application Component) Contract Accounts Receivable and Payable
     FKKB (Package) Contract A/R & A/P: Central Objects
Basic Data
Data Element DIFNAM_KK
Short Description Name of function module for creating intervals  
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 Funct.Name 
Medium 15 Function module 
Long 20 Function module 
Heading 30 Function Module Name 
Documentation

Use

The function module entered here is used to separate intervals for the selected object (business partner or contract account for example) and selected method (standard method for example). This separation is used for parallel processing of mass data programs (payment and dunning programs, for example). New function modules must satisfy the following interface description:

       IMPORTING 
VALUE(I_INTSIZE) LIKE FKKDICRE-ISIZE OPTIONAL
VALUE(I_INTNMBR) LIKE FKKDICRE-INMBR DEFAULT '1'
EXPORTING
VALUE(E_INTSIZE) LIKE FKKDICRE-ISIZE
TABLES
T_INTERVALS STRUCTURE FKKDIPOSX
EXCEPTIONS
WRONG_INPUT_DATA
History
Last changed by/on SAP  20050224 
SAP Release Created in