SAP ABAP Data Element COCF_CU_SR_GAFILE (Logical File Name)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PP-SFC (Application Component) Production Orders
     COCF (Package) Order and Confirmation Data
Basic Data
Data Element COCF_CU_SR_GAFILE
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 Name 
Medium 15 Log. File Name 
Long 20 Logical File Name 
Heading 10 File 
Documentation

Definition

The logical file name is used to determine the physical path including the file name. In the process, the physical path is determined via the logical path based on the operating system of the application server. The physical file name can be generic and may contain wildcards.

Use

The physical file name or physical path can contain parameters that are replaced at runtime. In the process, the freely definable parameters are replaced as follows:

  • Shift report for work centers and hierarchies (class used: CL_COCF_SR_PDF )

<PARAM_1>    Plant

<PARAM_2>    Type: A in case of work center, H in case of hierarchies or resource networks

<PARAM_3>    Work center or resource

  • Shift report for functional locations and equipments (class used: CL_COCF_SR_PDF_EAM )

<PARAM_1>    Functional location or equipment

Dependencies

In the path determined, only graphic files in the format GIF, JPG, PNG, TIF, EXIF, and BMP are taken into account provided this is not excluded by the physical file name.

Example

Logical file name:    Shift Report

Physical file name:    xmii_*.gif

Logical path:    SHIFTREPORT

Physical path (Unix):    /shiftreport/<param_1>/<param_2>/<param_3>/

Physical path (Windows):    C:\shiftreport\<param_1>\<param_2>\<param_3>\

With these settings, a shift report for work center WORKCTR in plant 0001 would search for the graphics to be represented on the application server in the following path, depending on the operating system:

Unix:    /shiftreport/0001/A/WORKCTR/xmii_*.gif

Windows:    C:\shiftreport\0001\A\WORKCTR\xmii_*.gif

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