SAP ABAP Data Element FILE98_KK (Logical File Name)
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 FILE98_KK
Short Description Logical File Name  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FILEINTERN    
Data Type CHAR   Character String 
Length 60    
Decimal Places 0    
Output Length 60    
Value Table FILENAMECI    
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 File 
Medium 15 Logical File 
Long 20 Logical File 
Heading 55 Logical File 
Documentation

Definition

A platform-independent name for a file to be stored in the file system.

Use

Function module FILE_GET_NAME determines a complete platform-specific file name, including path, for a logical file name at runtime.

For more information, see Customizing for Basis under Cross-Client Maintenance of File Names and Paths.

Procedure

Enter a name that refers to the use of the file.

Examples

Dependencies

The logical file name applies to all clients. However, you can also define it specific to the current client in transaction SF01.

Supplementary Documentation - FILE98_KK 1000

Use

The physical file name is automatically enhanced with the file name COLL, the run date and identity of the mass activity, and also the key of a collection agency.

If no logical file name has been specified, the program stores the files under the HOME directory of the current server.

Dependencies

Example

1.    Logical file name:     ABGABE_AN_INKASSO

    physical file name:     D:\usr\sap\XYZ\COLL_20020228_T1_INKBUERO_1

2:    Logical file name:     <empty>

    physical file name:     COLL_20020213_T2_INKBUERO_2

Supplementary Documentation - FILE98_KK 1200

Use

The physical file name is automatically enhanced with the file name COLL, the run date and identity of the mass activity, and also the key of a collection agency.

If no logical file name has been specified, the program stores the files under the HOME directory of the current server.

Dependencies

Example

1.    Logical file name:     ABGABE_AN_INKASSO

    physical file name:     D:\usr\sap\XYZ\COLL_20020228_T1_INKBUERO_1

2:    Logical file name:     <empty>

    physical file name:     COLL_20020213_T2_INKBUERO_2

History
Last changed by/on SAP  20050224 
SAP Release Created in 471