This website is not affiliated with, sponsored by, or approved by SAP AG.

AL11 replacement

Development (ABAP Development WorkBench, ABAP/4 programming)

Moderators: thx4allthefish, Snowy, Gothmog, YuriT

AL11 replacement

Postby quelquepart » Wed Feb 22, 2012 6:11 am

Hi,

I just have released another AL11 replacement.
Image

Extract of the header :
* This program extend AL11 basics functions :
* - Navigate in remote folders with graphical interface
* - Open remote file on your computer with default application (excel...) or with your text editor
* - Upload/download files by button or drag/drop
* - Manage file and folder (create, rename, remove, copy, move) with button and/or by drag&drop
* - Open server shortcut & path from clipboard
* - Copy path (server/local) to clipboard
* - Compress remote file/folder (TAR+BZ2)
* - Uncompress remote file (ZIP & TAR & BZ2)

Image

French presentation can be found here : http://quelquepart.biz/2012/02/04/cure- ... pour-al11/

And there is a direct download link (require SAPLINK to install) : http://quelquepart.biz/wordpress/wp-con ... AL111.nugg

Comments are welcome :)

Last edited by quelquepart on Tue Sep 25, 2012 3:33 pm, edited 1 time in total.
http://quelquepart.biz
quelquepart
 
Posts: 15
Joined: Wed Feb 22, 2012 6:02 am
Location: France

Re: AL11 replacement

Postby Gothmog » Wed Feb 22, 2012 6:37 am

Split from here.
68 74 74 70 3a 2f 2f 74 69 6e 79 75 72 6c 2e 63 6f 6d 2f 62 64 6f 37 6d 77 67
Gothmog
 
Posts: 1457
Joined: Wed Sep 12, 2007 4:46 am
Location: Probably not home

Re: AL11 replacement

Postby quelquepart » Wed Mar 07, 2012 6:21 pm

thank you for the split :)

New version : define a root path to restrict user acces
quelquepart
 
Posts: 15
Joined: Wed Feb 22, 2012 6:02 am
Location: France

Re: AL11 replacement

Postby Gothmog » Wed Mar 07, 2012 7:12 pm

Hmm... doesn't work with Windows NT servers - this root path determination seems the culprit.
68 74 74 70 3a 2f 2f 74 69 6e 79 75 72 6c 2e 63 6f 6d 2f 62 64 6f 37 6d 77 67
Gothmog
 
Posts: 1457
Joined: Wed Sep 12, 2007 4:46 am
Location: Probably not home

Re: AL11 replacement

Postby quelquepart » Wed Mar 07, 2012 8:30 pm

Comment in the header of the program :
This program is designed to run with a local pc under windows OS and a remote server under unix/linux compatible OS. If a different configuration is used, feel free to modify source code.

In fact, you need to change the root path and all the "unix comand"
http://quelquepart.biz
quelquepart
 
Posts: 15
Joined: Wed Feb 22, 2012 6:02 am
Location: France

Re: AL11 replacement

Postby quelquepart » Sun Mar 18, 2012 10:18 am

Hi, there is a new version 1.1 :
- Management of authorization access for each action
- Many bugfix
http://quelquepart.biz
quelquepart
 
Posts: 15
Joined: Wed Feb 22, 2012 6:02 am
Location: France

Re: AL11 replacement

Postby Rich » Mon Mar 19, 2012 5:18 am

To make your code O/S independant with reference to calling O/S commands, have a look at function module SXPG_COMMAND_EXECUTE and transactions SM49/SM69.
Regards

Rich

Image
Abap KC
SFMDR
Rich
 
Posts: 6919
Joined: Thu Oct 31, 2002 4:47 pm
Location: Geneva

Re: AL11 replacement

Postby quelquepart » Sun Mar 25, 2012 1:28 pm

I want to keep my code as portable as possible. So i think the creation of 12 or 15 system command as requirement to install my program is not really a nice way to make the code os independant (and there is no relation between os independant and SM49/69, i can easilly check which OS is used on the server and execute appropriate command directly in the code).

No the real problem is that i dont have enough sap servers to check all possible OS config ;)
http://quelquepart.biz
quelquepart
 
Posts: 15
Joined: Wed Feb 22, 2012 6:02 am
Location: France

Re: AL11 replacement

Postby quelquepart » Thu May 03, 2012 12:26 pm

Hi, there is a new version 1.1.1 :
- Add compatibility to ECC5 and BW3.5
- Add Gzip uncompression
- Some bugfix
http://quelquepart.biz
quelquepart
 
Posts: 15
Joined: Wed Feb 22, 2012 6:02 am
Location: France

Re: AL11 replacement

Postby quelquepart » Sat May 26, 2012 5:12 am

Minor update to extend server path max length (up to 400char now)
http://quelquepart.biz
quelquepart
 
Posts: 15
Joined: Wed Feb 22, 2012 6:02 am
Location: France

Re: AL11 replacement

Postby quelquepart » Fri Jul 27, 2012 4:41 pm

Many people ask me how to download/install it.
Just Right click on the link and choose "save link target as...", then use SAPLINK to install it :)
http://quelquepart.biz
quelquepart
 
Posts: 15
Joined: Wed Feb 22, 2012 6:02 am
Location: France

Re: AL11 replacement

Postby Rich » Mon Jul 30, 2012 1:29 am

and there is no relation between os independant and SM49/69


Yes there is. You define the O/S, then a command that does not necessarily need to be an actual command, followed by the o/s dependant command strings. If you then define a second O/s with the same command as you used the first time, followed by that o/s's dependant command strings you end up with an o/s independant command.

For example,

Code: Select all
SAP NET_ROUTING UNIX       netstat -rn   
SAP NET_ROUTING Windows NT route   print


In SXPG_Command_Execute you use the command NET_ROUTING, that then detects the O/S and runs the relevant command.
Regards

Rich

Image
Abap KC
SFMDR
Rich
 
Posts: 6919
Joined: Thu Oct 31, 2002 4:47 pm
Location: Geneva

Re: AL11 replacement

Postby quelquepart » Tue Sep 25, 2012 3:34 pm

I changed server, first post updated :)
http://quelquepart.biz
quelquepart
 
Posts: 15
Joined: Wed Feb 22, 2012 6:02 am
Location: France


Return to ABAP

Who is online

Users browsing this forum: No registered users and 5 guests




This website is not affiliated with, sponsored by, or approved by SAP AG.