Quantcast
Channel: SCN: Message List - Internet Transaction Server (ITS)
Viewing all 818 articles
Browse latest View live

Re: RF MOBILE with Win10 and Edge

$
0
0

Hi Tom,

 

not sure if this is the correct forum. Are you calling an ITSMobile service?

If not what is the service that you are calling?

Can you outline the URL that you are calling?

 

Regards,

 

Oisin


Re: RADIO FREQUENCY LOGON

Re: How to use CL_GUI_HTML_VIEWER in ITS mobile's cust_control

$
0
0

Hi Matthias,

 

did you find a solution for your problem?

 

Thanks

 

Max

Re: RF MOBILE with Win10 and Edge

$
0
0

Hi Tom,

 

Please be sure that the system have the minimum prerequisites from the SAP Product Availability Matrix (PAM).

 

If you are trying to use ITSmobile, then visit our Wiki page for more details on the technology.

 

I also follow Oisín's line of reasoning: it would be helpful to know the service called or the URL.

 

Regards,

Cris

How to use CL_GUI_HTML_VIEWER in ITS mobile's cust_control

$
0
0

Dear Experts,

 

as ITS mobile defines a list of supported controls, we know that CL_GUI_HTML_VIEWER in a cust_control is NOT part of this list.

 

But nevertheless, we try to understand & adopt the scripts in internet service ITSMOBILE/99/CUST_CONTROLS

`function cust_control(name, width, height)

  if (^name.type == "gridview")

    include(~service="itsmobile", ~theme="99", ~name="alv_grid.html");

    alv_grid(name, width, height);

  elsif (^name.type == "image")

    include(~service="itsmobile", ~theme="99", ~name="image.html");

    image(name, width, height);

  else

    `<``!-- unsupported custom control --``>`

  end;

end;`

 

We got that the ^name.type is "htmlview". So we run to the else branch with "unsupported custom control"

 

Now we like to place code here to extract the HTML code generated by the CL_GUI_HTML_VIEWER (may be out of the name variable) and put it into HTML output stream so that the contedt of the control is displayed.

 

The WebGUI for HTML does the same somehow in the internet service SYSTEM/DM/TEMPLATELIBRARYDYNPRO

 

But we are not HTMLB experts and it is hard to understand how ...

- the name variable is structured

- the syntax to mix HTMLB / JavaScript / HTML

 

Any ideas to get new input in that topics ?

 

Thanks in advance & best regards,

  Matthias

Re: RF MOBILE with Win10 and Edge

$
0
0

it is ITS mobile

 

here is part of the URL

 

/sap/bc/gui/sap/its/zrf_mobile

Re: RF MOBILE with Win10 and Edge

$
0
0

Hi Tom,


What about the GUI Configuration used?

Have you generated all the templates for the application? Which generator was used?

 

Regards,

Cris

Re: RADIO FREQUENCY LOGON

$
0
0

Hi Antonietta Martino,

 

In case you do not explicit typing of username/password, you can use X.509 Certificates for Single-Sign On. When you scan your batch (say your company ID card), it creates a X.509 certificate on your machine which can be used for automatic login into the system. Also for the SAP landscape that you are logging into, you will have to enable 'SNC Logon with Single-Sign On'. For more information you can refer to SAP Library - BC Connector Framework and X.509 Client Certificates - User Authentication and Single Sign-On - SAP Library .


Re: How to use CL_GUI_HTML_VIEWER in ITS mobile's cust_control

$
0
0

Hi Max,

 

we talked with SAP ITS product owner Ralph Resech and he gives us good reasons, why SAP does not like to support a embedded browser by CL_GUI_HTML_VIEWER within the ITS framework ... it'll open pandora's gate to hell ;-) due the possibility of complex interactions between the embedded browser and the surrounding ITS environment. The result might be hard to support ...

 

So we had to find another solution ...

 

As our demand was not a full blown HTML browser within ITS (only a HTML subset of tables/spreadsheets), we were able to map the demand to IGS functionality.

 

We dynamically feed data to IGS and render the output in backend each time the ITS HTML page is shown. The IGS rendering output is a plain bitmap, which we can embed in ITS mobile screen now.

 

Maybe this may help you also

 

Best regards,

Matthias

Re: RF MOBILE with Win10 and Edge

$
0
0

sorry i dont have anymore info on that sort of detail.

 

all i know is that it feels incompatible, i know i have provided next to no information for you to be able to assist, but i was hoping for a quick answer..

 

i dont this the RF mobile app out of the box is designed for a tablet 10" device, without some sort of customisatin

Re: RF MOBILE with Win10 and Edge

$
0
0

Hi Tom,

 

ITSMobile is not for tablet device - rather for Industrial Handheld Devices.

You might be best to call the transaction in question as an IAC and using the WEBGUI service to generate the screen.

Do you know what transaction the service zrf_mobile is calling.

 

Regards,

 

Oisin

LT01 RF

$
0
0

Dear all,

 

Im trying to create LT01 using ITS with some default value like movement type.

Please suggest me the way to reach that.

 

Regards,

 

Jhonny

Re: LT01 RF

$
0
0

Hi Jhonny,

 

I would first suggest to visit the ITSmobile Wiki.

About having default values, maybe you can read this Wiki page too (valid for WEBGUI).

 

Regards,

Cris

Re: LT01 RF

$
0
0

Hi Chris,

 

Thanks for the prompr reply.

Is there any sample howto create one transaction in ITS?

 

Regards,

 

Jhonny

Re: LT01 RF

$
0
0

Hi Jhonny,

 

You can use KBA 2242078 - ITSmobile: How to create a sample service [VIDEO]

 

Regards,

Cris


Re: ITSMOBILE LM00 multiple login issue

$
0
0

Hello Everyones,

 

I have the same issue here. My beginning transaction is LM00, the handler is CL_HTTP_EXT_ITS and logon abap class is CL_MOBILE_SYSTEM_LOGIN.

 

At login, i only see the screen saying that the user is already logged on. I dont get the screen as it was with older SAP web console to give the option to close current session to log on.

 

Into service, Logon data is configured as following ;

Procedure : Alternate Logon Procedure

Authentication : Internet User

Logon Procedure : no #1 is Logon Through HTTP fields.

 

 

Someone can help with this?

 

Thank you in advance,

 

Regards,

Michel

 

Message was edited by: Brank to NEW discussion. Previous thread was last updated 6 years ago Oisin ONidh ITS SCN Moderator

Re: ITSMOBILE LM00 multiple login issue

Re: How to use CL_GUI_HTML_VIEWER in ITS mobile's cust_control

$
0
0

Hi Matthias,

 

thank you for your quick response.

I made a html-include for CL_GUI_HTML_VIEWER which includes the url over iframe. In my case it works.

 

Best regards,

 

Max

Meaning of number 3.109 in URI /sap/bc/gui/sap/its/webgui/3.109/data

$
0
0

Dear Gurus,

 

For security reasons we have a webdispatcher where we scan the incoming URI's and only allow a specific set of URI calls from HR Renewal to the SAP backend system. There are some URI's that have a number range. For example: /sap/bc/gui/its/webgui/3.109/data. We would like to know what the meaning is of number 3.109 in this example so that we can filter the numbers that are relevant for our setup.

 

We can work with a wildcard after /webgui so every number is allowed but this doesn't feel right. If we know what the meaning is of those numbers we can filter on a specific number ranger at our webdispatcher wich is more secure.

 

Hope you can help!

 

Kind regards,

Re: How to use CL_GUI_HTML_VIEWER in ITS mobile's cust_control

$
0
0

Hi Max,

 

Just keep in mind that this approach is not supported.

 

Kind regards,

Cris

Viewing all 818 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>