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

R/3 System level functions

rajeshkumar_kaveti
Participant
0 Likes
758

Hi,

To establish FTP connection with R/3 we deal with few system function calls. Can anybody tell me in which TCODE are these System Functions maintained. One example to such functions is 'AB_RFC_X_SCRAMBLE_STRING'.

Regards,

Rajesh

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
704

Hello,

These system call programs are basically C programs which are stored on the server. SO, I doubt they are stored in any table.

Regards,

Naimesh

Hi,

To establish FTP connection with R/3 we deal with few system function calls. Can anybody tell me in which TCODE are these System Functions maintained. One example to such functions is 'AB_RFC_X_SCRAMBLE_STRING'.

Regards,

Rajesh

4 REPLIES 4
Read only

Former Member
0 Likes
704

Hello,

The transaction code is SM59 to establish RFC connectivity.

Reward if helps.

Thanks,

krishna

Read only

naimesh_patel
Active Contributor
0 Likes
705

Hello,

These system call programs are basically C programs which are stored on the server. SO, I doubt they are stored in any table.

Regards,

Naimesh

Read only

Former Member
0 Likes
704

For FTP you need to call system commands. for that make sure FTP is registered in SM49.

regards,

Sumit.

Read only

andreas_mann3
Active Contributor
0 Likes
704

hi,

look function group SFTP

and demo RSFTP004

regards Andreas