cancel
Showing results for 
Search instead for 
Did you mean: 

Can custom Javascript be written in ITS based services? Any limitations?

Former Member
0 Kudos

Hello All,

Wondering if  custom Javascript can be written and used in ITS based service pages? Any limitations?

As it is browser based, i assume IFRAMES will be supported by default.

Please let me know, I need to integrate custom Javascript with ITS, and I don't see any related documentation in SCN.

TIA

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Yes. We can write custom javascript in the .js files for that ITS service & then call them in the ITS template wherever required.


For example: <body onload=“javascript:<FUNCTION>();“>

We can write the Function() in the .js javascript files.

and then of course, we can jump between HTML code & javascript code using the operator -> ` [next to 1 on the keyboard]

Let me know.

Former Member
0 Kudos

Thank you Utkarsha, I appreciate your response.

It turned out that, for our customer, we simply had to use Transaction Launcher mechanism. With a handful of configurations in CRM and ECC, I was able to mimic the SAP GUI custom functionality in Web browser(via ITS), without any coding(ABAP or JavaScript).

Thanks again,

Kumar

Answers (0)