Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

regarding command creation

Former Member
0 Likes
315

Hi,

I need to create OS level command using SM69 and need to pass it to function module SXPG_CALL_SYSTEM for transferring file to FTP.The result should be similar to when we execute the below one.

ftp

ftp> open domain.name

Connected to domain.name

220 antigonous FTP server ready.

User (domain.name:(none)): User-Name

331 Password required for user-name

Password: password

230 User user-name logged in.

ftp>

then go particular directory

ftp> cd /web

The following command will copy a file from the local system to the remote system.

ftp> put d:\simoweb1\filename.txt

200 PORT command successful.

Opening ASCII mode data connection for filename.txt

226 Transfer complete

ftp>

Thanks,

Venkatesh.

1 REPLY 1
Read only

Former Member
0 Likes
281

Check if this is useful:

1-http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a8023505211d189550000e829fbbd/content.htm

2-http://www.sap-img.com/ab003.htm

Regards

Neha

Edited by: Neha Shukla on Nov 27, 2008 5:06 PM

Edited by: Neha Shukla on Nov 27, 2008 5:07 PM