<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Folder creation on application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/folder-creation-on-application-server/m-p/11751796#M1950387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankar,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Run &lt;STRONG&gt;N2UX&lt;/STRONG&gt; transaction code or &lt;STRONG&gt;RN2LN205N&lt;/STRONG&gt; program.&lt;/LI&gt;&lt;LI&gt;Click on EDIT menu-&amp;gt;Execute Command-&amp;gt;Now enter mkdir /tmp_new/ Where tmp_new is the new directory.&lt;/LI&gt;&lt;LI&gt;If you want to create subfolder in the folder mkdir /tmp/temp_new/ Where tmp is the existing folder. temp_new is the subfolder.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Use the FM which Pranay Informed.&lt;/P&gt;&lt;P&gt;here is the example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;1. Copy FM 'BRAN_DIR_CREATE' to a custom FM 'ZBRAN_DIR_CREATE'.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;2. Change the TYPE to STRING from BRANINT-DIRNAME for import parameter DIRNAME&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;3. Change/Increase the length by 50 or more for the field COMMAND1 in source code line# 11.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;4. Change COMMAND1+9&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;(&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;55&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;DIRNAME. to COMMAND1+9&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;(&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;105&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;DIRNAME.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;FUNCTION ZBRAN_DIR_CREATE&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"----------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"*"Local Interface:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"&amp;nbsp; IMPORTING&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(DIRNAME) TYPE&amp;nbsp; STRING&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"&amp;nbsp; EXCEPTIONS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALREADY_EXISTS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CANT_CREATE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"----------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52" style="font-style: inherit; text-decoration: underline; font-family: inherit; font-weight: inherit; background-position: initial;"&gt;&lt;STRONG&gt;DATA&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; text-decoration: underline; font-family: inherit; font-weight: inherit; background-position: initial;"&gt;&lt;STRONG&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;: &lt;/SPAN&gt;COMMAND1&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;120&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-style: inherit; text-decoration: underline; font-family: inherit; font-weight: inherit; background-position: initial;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SRVNAME&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;20&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;OF &lt;/SPAN&gt;TABL &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;OCCURS &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;LINE&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;200&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;OF &lt;/SPAN&gt;TABL&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;OF &lt;/SPAN&gt;FILE_LIST &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;OCCURS &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;INCLUDE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;STRUCTURE &lt;/SPAN&gt;MSXXLIST&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;OF &lt;/SPAN&gt;FILE_LIST&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;CLEAR &lt;/SPAN&gt;FILE_LIST&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; SRVNAME &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;SPACE&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;'RZL_READ_DIR'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;EXPORTING &lt;/SPAN&gt;NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;DIRNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SRVNAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;SRVNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;TABLES&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;FILE_TBL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;FILE_LIST&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;EXCEPTIONS &lt;/SPAN&gt;NOT_FOUND&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARGUMENT_ERROR &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;2&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEND_ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;3&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;IF &lt;/SPAN&gt;SY&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;-&lt;/SPAN&gt;SUBRC &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;EQ &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;RAISE &lt;/SPAN&gt;ALREADY_EXISTS&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; COMMAND1&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;9&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;'mkdir -p '&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="font-style: inherit; text-decoration: underline; font-family: inherit; font-weight: inherit; background-position: initial;"&gt;&lt;STRONG&gt;COMMAND1+9&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;105&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;DIRNAME&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-style: inherit; text-decoration: underline; font-family: inherit; font-weight: inherit; background-position: initial;"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;'SYSTEM' &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;'COMMAND' &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;FIELD &lt;/SPAN&gt;COMMAND1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;'TAB'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;FIELD &lt;/SPAN&gt;TABL&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;-&lt;/SPAN&gt;*SYS*&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;CLEAR &lt;/SPAN&gt;FILE_LIST&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; SRVNAME &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;SPACE&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;'RZL_READ_DIR'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;EXPORTING &lt;/SPAN&gt;NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;DIRNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SRVNAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;SRVNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;TABLES&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;FILE_TBL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;FILE_LIST&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;EXCEPTIONS &lt;/SPAN&gt;NOT_FOUND&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARGUMENT_ERROR &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;2&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEND_ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;3&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;IF &lt;/SPAN&gt;SY&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;-&lt;/SPAN&gt;SUBRC &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;NE &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;RAISE &lt;/SPAN&gt;CANT_CREATE&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;ENDFUNCTION&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 May 2016 10:53:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-05-27T10:53:35Z</dc:date>
    <item>
      <title>Folder creation on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/folder-creation-on-application-server/m-p/11751794#M1950385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Hello Everyone,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to create a directory on the application server through programming without BASIS Team approach.&lt;/P&gt;&lt;P&gt;Will it possible?. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 08:57:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/folder-creation-on-application-server/m-p/11751794#M1950385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-27T08:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Folder creation on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/folder-creation-on-application-server/m-p/11751795#M1950386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Use function module 'BRAN_DIR_CREATE' for creating folder.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 09:00:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/folder-creation-on-application-server/m-p/11751795#M1950386</guid>
      <dc:creator>pranay570708</dc:creator>
      <dc:date>2016-05-27T09:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Folder creation on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/folder-creation-on-application-server/m-p/11751796#M1950387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankar,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Run &lt;STRONG&gt;N2UX&lt;/STRONG&gt; transaction code or &lt;STRONG&gt;RN2LN205N&lt;/STRONG&gt; program.&lt;/LI&gt;&lt;LI&gt;Click on EDIT menu-&amp;gt;Execute Command-&amp;gt;Now enter mkdir /tmp_new/ Where tmp_new is the new directory.&lt;/LI&gt;&lt;LI&gt;If you want to create subfolder in the folder mkdir /tmp/temp_new/ Where tmp is the existing folder. temp_new is the subfolder.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Use the FM which Pranay Informed.&lt;/P&gt;&lt;P&gt;here is the example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;1. Copy FM 'BRAN_DIR_CREATE' to a custom FM 'ZBRAN_DIR_CREATE'.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;2. Change the TYPE to STRING from BRANINT-DIRNAME for import parameter DIRNAME&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;3. Change/Increase the length by 50 or more for the field COMMAND1 in source code line# 11.&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;4. Change COMMAND1+9&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;(&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;55&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;DIRNAME. to COMMAND1+9&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;(&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;105&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;DIRNAME.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;FUNCTION ZBRAN_DIR_CREATE&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"----------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"*"Local Interface:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"&amp;nbsp; IMPORTING&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(DIRNAME) TYPE&amp;nbsp; STRING&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"&amp;nbsp; EXCEPTIONS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ALREADY_EXISTS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CANT_CREATE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;*"----------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52" style="font-style: inherit; text-decoration: underline; font-family: inherit; font-weight: inherit; background-position: initial;"&gt;&lt;STRONG&gt;DATA&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; text-decoration: underline; font-family: inherit; font-weight: inherit; background-position: initial;"&gt;&lt;STRONG&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;: &lt;/SPAN&gt;COMMAND1&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;120&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-style: inherit; text-decoration: underline; font-family: inherit; font-weight: inherit; background-position: initial;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SRVNAME&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;20&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;OF &lt;/SPAN&gt;TABL &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;OCCURS &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;LINE&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;200&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;OF &lt;/SPAN&gt;TABL&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;OF &lt;/SPAN&gt;FILE_LIST &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;OCCURS &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;INCLUDE &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;STRUCTURE &lt;/SPAN&gt;MSXXLIST&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;OF &lt;/SPAN&gt;FILE_LIST&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;CLEAR &lt;/SPAN&gt;FILE_LIST&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; SRVNAME &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;SPACE&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;'RZL_READ_DIR'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;EXPORTING &lt;/SPAN&gt;NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;DIRNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SRVNAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;SRVNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;TABLES&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;FILE_TBL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;FILE_LIST&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;EXCEPTIONS &lt;/SPAN&gt;NOT_FOUND&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARGUMENT_ERROR &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;2&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEND_ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;3&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;IF &lt;/SPAN&gt;SY&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;-&lt;/SPAN&gt;SUBRC &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;EQ &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;RAISE &lt;/SPAN&gt;ALREADY_EXISTS&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; COMMAND1&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;9&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;'mkdir -p '&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="font-style: inherit; text-decoration: underline; font-family: inherit; font-weight: inherit; background-position: initial;"&gt;&lt;STRONG&gt;COMMAND1+9&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;105&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;DIRNAME&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-style: inherit; text-decoration: underline; font-family: inherit; font-weight: inherit; background-position: initial;"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;'SYSTEM' &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;'COMMAND' &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;FIELD &lt;/SPAN&gt;COMMAND1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;'TAB'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;FIELD &lt;/SPAN&gt;TABL&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;-&lt;/SPAN&gt;*SYS*&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;CLEAR &lt;/SPAN&gt;FILE_LIST&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; SRVNAME &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;SPACE&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;'RZL_READ_DIR'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;EXPORTING &lt;/SPAN&gt;NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;DIRNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SRVNAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;SRVNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;TABLES&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;FILE_TBL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;FILE_LIST&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;EXCEPTIONS &lt;/SPAN&gt;NOT_FOUND&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARGUMENT_ERROR &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;2&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEND_ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;3&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;IF &lt;/SPAN&gt;SY&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;-&lt;/SPAN&gt;SUBRC &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;NE &lt;/SPAN&gt;&lt;SPAN class="L0S32" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;RAISE &lt;/SPAN&gt;CANT_CREATE&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;ENDFUNCTION&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 10:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/folder-creation-on-application-server/m-p/11751796#M1950387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-27T10:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Folder creation on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/folder-creation-on-application-server/m-p/11751797#M1950388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If developers are allowed to create directories, this may become a mess in the directories, and I'm surprised that you want to bypass the administrators. At least, they should be implied in the process and agress of what is done. Maybe one day, an program will mass delete the directories, that will be fun &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;. That's a matter of domain of responsibility that you are about to break. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 11:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/folder-creation-on-application-server/m-p/11751797#M1950388</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-05-27T11:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Folder creation on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/folder-creation-on-application-server/m-p/11751798#M1950389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Talking of removing directories,&amp;nbsp; I wonder if anyone will try using the function module SXPG_COMMAND_EXECUTE with a command of rm -r......&lt;SPAN __jive_emoticon_name="mischief" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/111/images/emoticons/mischief.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 11:42:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/folder-creation-on-application-server/m-p/11751798#M1950389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-27T11:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Folder creation on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/folder-creation-on-application-server/m-p/11751799#M1950390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra Rossi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Being a novice and lack of enough knowledge on this particular concept ,I had given a try ,Finally the issue has been solved with the help of our fellow basis team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 13:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/folder-creation-on-application-server/m-p/11751799#M1950390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-31T13:50:01Z</dc:date>
    </item>
  </channel>
</rss>

