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: 

host address from raw to ip-format in abap...

Former Member
0 Kudos

hi.

i have a problem with getting an ip-adress from the host adress.

at first i use "CALL 'ThUsrInfo' ID..." to receive the host adress in raw4. now i want to convert the raw4 to a format like "123.25.255.255". i have no idea how this could work...

can anyone help me? any ideas welcome ;o)

thanks,

martin

1 ACCEPTED SOLUTION

athavanraja
Active Contributor
0 Kudos

use FM

GWY_IPADR2STRING

pass the raw and get back the ip address

Regards

Raja

1 REPLY 1

athavanraja
Active Contributor
0 Kudos

use FM

GWY_IPADR2STRING

pass the raw and get back the ip address

Regards

Raja