Where Used List (Function Module) for SAP ABAP Table OCS_FILE (Reads attributes of a file from file system)
SAP ABAP Table
OCS_FILE (Reads attributes of a file from file system) is used by
| # | Object Type | Object Name | Object Description | Package | Structure Package | Software Component |
|---|---|---|---|---|---|---|
| 1 |
OCS_GET_FILE_INFO
|
Reads attributes as size, date and time of a file or directory | ||||
| 2 |
OCS_GET_FILE_INFO VALUE(FILE_NAME) TYPE OCS_FILE-NAME DEFAULT '*'
|
Reads attributes as size, date and time of a file or directory | ||||
| 3 |
OCS_GET_FILE_INFO VALUE(DIR_NAME) LIKE OCS_FILE-NAME DEFAULT '$(DIR_EXECUTABLE)'
|
Reads attributes as size, date and time of a file or directory | ||||
| 4 |
OCS_GET_FILE_INFO DIR_LIST STRUCTURE OCS_FILE
|
Reads attributes as size, date and time of a file or directory | ||||