SAP ABAP Data Element EXIT_NR_LD (Exit no. (S..: standard exits, U..: user exits))
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       GBAS (Package) FI-SL Customizing / integration / Basis
Basic Data
Data Element EXIT_NR_LD
Short Description Exit no. (S..: standard exits, U..: user exits)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type EXIT_NR    
Data Type CHAR   Character String 
Length 3    
Decimal Places 0    
Output Length 3    
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 10 Exit no. 
Medium 15 Exit no. 
Long 20 Exit number 
Heading Exit 
Documentation

Description

The values for the average balance ledger are calculated using a function module. The name of the function module is defined in the format 'a_D_LEDGER_bc', where 'a', 'b' and 'c' are variable values. 'abc' is the exit number. Thus the name of exit number can be used to identify the function module. If the exit number is 'Z01', this means that the function module 'Z_D_LEDGER_01' will be called up for calculating the values for the average balance ledger.

In the standard system, SAP delivers two exit numbers with the respective function modules:

  • Exit number G01 --> Function module 'G_D_LEDGER_01. This exit number is used for calculating the average balance using the posting date. If no exit number is entered, the exit number G01 is used as a default.
  • Exit number G02 --> Function module 'G_D_LEDGER_02. This exit number is used for calculating the average balance using the value date.

Naming convention: the first character of the exit number may only be 'G' (SAP) or 'Z' (customer). The remaining characters are taken from the range '0123456789'.

History
Last changed by/on SAP  20100310 
SAP Release Created in 470