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

get ms/http_port

Former Member
0 Likes
1,516

Hi,

There is a Fm /Method/RFC that can bring ms/http_port of the system.

Regards

1 ACCEPTED SOLUTION
Read only

Lakshmant1
Active Contributor
0 Likes
1,276

Hi Micheal,

Use Function module MS_GET_PROFILE_VALUE by passing the parameter ms/http_host.

Check for the usage of FM in program RSPOR_SETUP

Hope this helps.

Thanks

Lakshman

Hi,

There is a Fm /Method/RFC that can bring ms/http_port of the system.

Regards

9 REPLIES 9
Read only

Former Member
0 Likes
1,276

Hi friends ,

Any Help .

Thanks

Read only

0 Likes
1,276

check this function module.

DX_GET_FILE_PORT

Read only

0 Likes
1,276

HI Gautham,

thanks but what i have to put int import data?

Regards

Read only

Former Member
0 Likes
1,276

HI,

you can check out the transaction RZ11 . Search for parameters that start with ms/,.

Regards

Vasavi kotha

Read only

Former Member
0 Likes
1,276

Hi.

Check this Function module HRGPBS_FILE_SERVER_EXPORT

Regards.

Jay

Read only

Former Member
0 Likes
1,276
Read only

Lakshmant1
Active Contributor
0 Likes
1,277

Hi Micheal,

Use Function module MS_GET_PROFILE_VALUE by passing the parameter ms/http_host.

Check for the usage of FM in program RSPOR_SETUP

Hope this helps.

Thanks

Lakshman

Read only

0 Likes
1,276

HI Lakshman,

Thanks ,

i use this FM like :

CALL FUNCTION 'MS_GET_PROFILE_VALUE'

EXPORTING

NAME = 'ms_host_fqn'

IMPORTING

VALUE = MSHOST_FQN

EXCEPTIONS

OTHERS = 0.

or with : ms/http_port and i didn't get any output maybe u have idea way?

Regards

Read only

GauthamV
Active Contributor
0 Likes
1,276

check this program which will give you an idea about that function module.

RSM51000_CHANGE_PARAMETER.