Application Development 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: 

possibility using file transaction

Former Member
0 Kudos

Hi all,

below is my requirement.

I have ftp server details like below:

server:  abcdef12345.server.abc.com

user: test_user

password: test1

initially I have kept all the above details in customizing table, and based on system longin I am getting ftp server details from customizing table.

but my customer told that instead of table, keep all the details in file transaction.

so, using logical file I need to get corresponding ftp server details.

is it possible, if so please guide me to do.

Regards,

Prasad

2 REPLIES 2

Former Member
0 Kudos

Hi Prasad,

Go to T-Code FILE.

Click on Definition of Variable in the left.

On the right give the Variable name say SERVER, USER and PASSWORD

Then give the value in Variable Value column say abcdef12345.server.abc.com, test_user, test

SAVE it.


Now you can READ these variable from View V_PARAMVAL (just like you were doing from your customizing table).

Cheer!!

Raju Shrestha

0 Kudos

Hello Raju,

This is again like reading values from a table.

I am expecting a solution like, if I give logical path name for example to the function module FILE_GET_NAME, then I have to get the above said server name, user & password.

so, I am looking for linking logical path with server, user & password.

Regards,

Prasad