SAP Managed Tags: ABAP Development Hi, Tired of using the crappy AL11, i have done my own version, called ZAL11, with some enhanced features... Extract of the header : * This program extend AL11 basics functions : * - Navigate in remote folders with graphical interface * - Open remo...
0 Kudos 339 SAP Managed Tags: ABAP Development Hi Experts, I need to write a code to add a file/rename a file to SAP Directories (unix directory in application server). we can see these files using tcode al11. Thanks DanyReply ...
I am looking out for a solution to create folder (in AL11) from my ABAP program .This is to download everyday data in the application server (file name using sy-datum). But I am not able to create a folder from the program.Is it possible to create the folder in AL11 ? Is there...
An external command is a pre-defined operating system command that can be executed within the SAP system. Both the maintenance and execution of external commands is protected with SAP authorizations. You can maintain and execute external commands in dialog (from the CCMS menu) or in ABAP programs...
0 Kudos 14,947 SAP Managed Tags: ABAP Development how to delete a file in AL11 directory?Reply 1 ACCEPTED SOLUTION Former Member 2009 Mar 06 4:47 AM 1 Kudo 1,441 SAP Managed Tags: ABAP Development delete dataset filename. Reply ...
CALL 'C_SAPGPARAM' ID 'NAME' FIELD 'DIR_XXX' ID 'VALUE' FIELD searchpoints-dirname. 对于人手维护的目录, 它们保存在表user_dir里面, 这个表还是maintenance allowed AL11的user_dir创建 Step 1: 点configure Step 2: 点Save保存, Create这个键没什么用, 有兴趣的可以看看代码 Step 3: 查看结果 ...
SAP Managed Tags: ABAP Connectivity I can't delete file in tcode AL11. I dont have any button to delete it. Can someone explain how I can delete a file in the transaccion AL11? The directory where I save the file is Unix. ThanksReply...
SAP Managed Tags: ABAP Development Hi, FILE : AL11: By using this T-code, we can display SAP application server unix directory structure, even files and file contents. Even we can configure foldes in the application server. FILE: We can define logical file paths to the actual physical fi...
SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) Hello experts, I've done a transformation with the transaction STRANS, and now I want to create this XML information in an XML file in the AL11 transaction. I've tried severals ways, but the format ...
SAP Managed Tags: ABAP Development Hi all, when i run F110 (Payment Run). some files are getting generated for outbound. I can see some files that got generated in AL11 in some folders. Some files i can see them in REGUT table and i can see in the log of the run. But i am no...