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 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, 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...
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 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 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 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...
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...
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...