SAP ABAP Data Element BKK_FNAMESORT (FM for Creating Sort Number from Object Key)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   IS-B-BCA-PT-IC (Application Component) Interest/Charge Calculation
     FKBD (Package) Bank Customer Accounts: Balancing
Basic Data
Data Element BKK_FNAMESORT
Short Description FM for Creating Sort Number from Object Key  
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 Sorting 
Medium 15 FM Sorting 
Long 20 FM Sorting 
Heading 14 FM Sorting 
Documentation

Definition

The footer is called up in order to determine a sorting number from the key of the parallel processing object. The sorting number allows the object to be assigned to an interval, which can be processed parallel to other intervals.

The function module must contain the following interface:

FUNCTION <NAME>.

*"----------------------------------------------------------------------

*"*"Local Interface:

*" IMPORTING

*" VALUE(I_OBJCATG) TYPE BKKD_OBJCATG OPTIONAL

*" VALUE(I_OBJNO) TYPE BKKD_OBJNO

*" EXPORTING

*" VALUE(E_SORTOBJNO) TYPE BKKD_SORTOBJNO

*"----------------------------------------------------------------------

...

ENDFUNCTION.

History
Last changed by/on SAP  20041006 
SAP Release Created in