FILE_METADATA_PATH

Definition


The FILE_METADATA_PATH table contains the paths of the different data files generated by SAP Convergent Charging

Description


During the execution of the different processes handled by SAP Convergent Charging, data files are generated for multiple purposes such as integration with third-party systems, error management, notifications, and so on.

This table contains the list of file system paths related to the generated data files, used in the FILE_METADATA table.

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


The FILE_METADATA_PATH table is defined by the following columns in your back-end database. See the column details for more information.

Name PK FK IX Uses Used by Definition
OID PK_FILE_METADATA_PATH       

The unique identifier of the path, used in the FILE_METADATA table
PATH        

    The file system path

    Column Details

    The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

    OID

    Definition The unique identifier of the path, used in the FILE_METADATA table
    Type DECIMAL(8), NOT NULL
    Primary Key PK_FILE_METADATA_PATH

    PATH

    Definition The file system path
    Type NVARCHAR(1000), NOT NULL

    Primary Key Details

    See the primary key information:

    PK_FILE_METADATA_PATH

    Column(s) OID
    Tablespace MONITORING_INDX