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

table for IP Address

Former Member
0 Likes
6,663

in which tables stores the IP Address?

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,879

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

in which tables stores the IP Address?

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

7 REPLIES 7
Read only

Former Member
0 Likes
2,880

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

Read only

Former Member
0 Likes
2,879

Fm TERMINAL_ID_GET

Read only

Former Member
0 Likes
2,879

Hi

Try CL_GUI_FRONTEND_SERVICES=>GET_IP_ADDRESS

OR

FM TERMINAL_ID_GET

With Regards

Nikunj Shah

Read only

Lakshmant1
Active Contributor
0 Likes
2,879

Hi Babu,

Check table USR41.

Thanks

Lakshman

Read only

Former Member
0 Likes
2,879

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

Read only

GauthamV
Active Contributor
0 Likes
2,879

hi,

check these tables.

CCMSESSION

GST04SRVRS

SSPICSPRST

SSPICSTRHEAD

TNETMONINF.

Read only

Former Member
0 Likes
2,879

VSPICSPRPL

VSPICSPRTR