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: 

table for IP Address

Former Member
0 Kudos

in which tables stores the IP Address?

i think the the field is "HOSTADDR". how can i find table?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

check the table USRINFO for this HOSTADDR field.

Or

Check the table USR41

Or

How to find the table name for a given field -

DD03L (Table fields) in this table give the fieldname as HOSTADDR then we can get the table name.

Regards

Lekha

7 REPLIES 7

Former Member
0 Kudos

Hi,

check the table USRINFO for this HOSTADDR field.

Or

Check the table USR41

Or

How to find the table name for a given field -

DD03L (Table fields) in this table give the fieldname as HOSTADDR then we can get the table name.

Regards

Lekha

former_member181995
Active Contributor
0 Kudos

Fm TERMINAL_ID_GET

Former Member
0 Kudos

Hi

Try CL_GUI_FRONTEND_SERVICES=>GET_IP_ADDRESS

OR

FM TERMINAL_ID_GET

With Regards

Nikunj Shah

Lakshmant1
Active Contributor
0 Kudos

Hi Babu,

Check table USR41.

Thanks

Lakshman

former_member387317
Active Contributor
0 Kudos

Hi Babu JD,

Use below FMs

TERMINAL_ID_GET

Also hv a look on USR41 table

Be Specific about your req...

If you want the IP add of Application server

then Try FM RFC_HOST_TO_IP with sy-host as import parameter value.

Or else have a look on below thread where Rich has given a solution..

Also have a look on below thread

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

GauthamV
Active Contributor
0 Kudos

hi,

check these tables.

CCMSESSION

GST04SRVRS

SSPICSPRST

SSPICSTRHEAD

TNETMONINF.

Former Member
0 Kudos

VSPICSPRPL

VSPICSPRTR