Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

File Name length in Unix

Former Member
0 Kudos

Can any one tell me what is the length of file name in Unix server(ABAP related).

1 REPLY 1

athavanraja
Active Contributor
0 Kudos

I think its 200 (complete path). because in transaction FILE where you can maintain logical file name for physical file names, the physical file name (the complete path) is of length 200.

And the file name alone can be upt to 60 chars long. (check out table FILENAME)

Regards

Raja