cancel
Showing results for 
Search instead for 
Did you mean: 

Transporting Information via URL

christof_kohler
Explorer
0 Kudos

Hey,

we have an application which is called via ITS.

Is there a possibility to get the URL Information out of the browser into the SAP System? Actually i only have the calling transaction code!

Thank you!

Kind Regards

Christof

Accepted Solutions (1)

Accepted Solutions (1)

former_member228142
Active Contributor
0 Kudos

Hi Christof,

maybe function module its_import_context helps you.

Best regards,

Klaus

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

wat kind of info do u wish 2 retrive?

is it any parameter (values), ?

gaurav.

christof_kohler
Explorer
0 Kudos

Hey,

thank you for your help.

The function module "ITS_IMPORT_CONTEXT" gives me all information that I need. It is no problem to transmit additional information by appending a parameter with "&~parameter=" to the url. You will find this parameter in the interface of the function module.

That helped a lot!

Kind Regards

Christof

Former Member
0 Kudos

Hi,

I am not very sure what exactly you want

but if you are talking about only url for this case, then it will be:

http<s>://<server_name>:<port_number>/scripts/wgate/<transaction_code>/!

Hope this helps.

regards,

Sudhir

athavanraja
Active Contributor
0 Kudos

within the called application you could call FM

ITS_GET_URL to get the url of the current application.

Regards

Raja