cancel
Showing results for 
Search instead for 
Did you mean: 

Passing values in between internet services

Former Member
0 Kudos

Hello All,

I have created internet services and create its template with classic option.

My problem is I have to pass the values of some variables from one internet service to other internet service.

Right Now I am trying to pass the value throughthe following code

but it is not working.


<A href sap/bc/gui/sap/its/Zservice/?client=500&P_LOGTYP='E'>test Link</A>

or there is any option so that we can directly call the Ztransaction from the internet service.

Points must be rewarded.

Thanks & Regards

Aashish Garg

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

there is a specific forum for ITS .

coming to your question, to call a Z transaction using Integrated ITS you have to call the following url.

sap/bc/pgui/sap/its/webgui/?~transaction=<tcode>&sap-client=<clientno>

Regards

Raja