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

Information about some function modules

Former Member
0 Likes
407

Hi!

Please can anyone give me some information about the following function modules:

CLBA_UPDATE_FILE_REMOTE_HOST

BP_MAP_SERVER_TO_HOST

RFC_HOST_TO_IP

RFC_IP_TO_HOST.

Thanks

Purnima.

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
361

Hello Purnima

BP_MAP_SERVER_TO_HOST does the following mapping:

- server = <host name>_<sysid>_<system number>

- host = <host name>

Input server -> output host (e.g. hostx0010_P01_00 -> hostx0010)

RFC_HOST_TO_IP and RFC_IP_TO_HOST convert host name to ip address and vice versa.

Regards

Uwe

Read only

0 Likes
361

And CLBA_UPDATE_FILE_REMOTE_HOST writes data to the file on remote host as the name suggests.