0
votes

i want make a new directory in application server in sap system ,and send my file in it . for sending file in existing directory i find and use this transaction

CG3Z :/usr/sap/R3D/exe .

But i can not find a solution , neither with transaction nor abap codes . I know that we can see directory with AL11 but I want to make my own directory. I searched in SAP SCN and Stackoverflow but have not been able to find any similar problem.

1
...and as a further recomendation, I would remove the irrelevant whiny part at the end of the question. - vwegert

1 Answers

1
votes

Usually this is NOT done by application code but by a system administrator - otherwise you would have to add provisions for all supported operating systems. Also, there are a lot of other issues to take care of, like setting the proper file system permissions or making sure that a DFS is available on all application servers (writing stuff to application servers randomly depending on which server the user was logged on to usually won't do you any good). Have your system administrator setup a logical file name for you and use that.