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

SM59 - get URL from fields - function module

former_member246634
Active Participant
0 Likes
3,252

Hi experts,

I've created HTTP connection to external server in SM59. Is there a function module to build URL from fields RFCHOST, RFCSYSID and PFADPRE or anything else which will concatenate those fields?

//Edit: so far I used RFCDES-RFCDEST field for creating an URL, but it's not a pretty solution.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

former_member246634
Active Participant
1,581

I found the answer to my problem:

CALL FUNCTION 'RFC_READ_HTTP_DESTINATION'

1 REPLY 1
Read only

former_member246634
Active Participant
1,582

I found the answer to my problem:

CALL FUNCTION 'RFC_READ_HTTP_DESTINATION'