SAP Managed Tags: ABAP Development hI AL11 is a tcode for SAP directories.So every directory contain files.If you want to delete the files than you must have to delete the directrories. So no way you can delete the files without deleting the directory and directory can be deleted by the BASIS people only...
SAP Managed Tags: ABAP Development Hi prem, No, you add them in tcode AL11. Click on "Configure" In the field "for Directory Name" you enter the path and directory name. In the field "Alias Name" you enter the name you want e.g DIR_MYDIR In the field "Server name" you enter...
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...
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...
SAP Managed Tags: ABAP Extensibility Hi, List of User exits for CG3y t.code. C1020001 EHS: Menu Exit 1 of Specification Management C1020002 EHS: Menu Exit 2 of Specification Management C1020003 EHS: Menu Exit 3 of Specification Management C1020004 EHS: Menu Exit 4 of Specification Managem...
SAP Managed Tags: ABAP Development Hi , create a CSV file Try FM: SAP_CONVERT_TO_CSV_FORMAT a sample of the same.. codeTYPE-POOLS:TRUXS. DATA: BEGIN OF ITAB OCCURS 0, VBELN LIKE VBAP-VBELN, POSNR LIKE VBAP-POSNR, END OF ITAB. DATA: ITAB1 TYPE TRUXS_T_TEXT_DATA. SELEC...
SAP Managed Tags: ABAP Development, MAN (Manufacturing) 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...
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 Dany Reply All forum topics Previous Topic Next Topic 2 REPLIES former_membe...
SAP Managed Tags: ABAP Development Then it must be something wrong either in the logic (concurrent users writing to the same file? or there's maybe an issue if you used SAP lock objects and didn't release a lock in dialog mode? etc.), or a problem with file system (did you searc...
suresh_s9 Participant In response to praveen_hannu 2009 Oct 30 9:35 AM 0 Kudos 1,874 SAP Managed Tags: ABAP Development ya praveen i tried these tcode, but in bw we dont have these, and i am doing the same what you said, here what we are trying is, on selection scre...