cancel
Showing results for 
Search instead for 
Did you mean: 

ITS Mobile screen - one input field does not take value to backend

RatneshSisodiy1
Active Participant
0 Kudos

Hi,

I developed RF transaction.

On my screen there are four input fields. when I enter values into them and press enter and run the program in debug then one of the field is not transferred from browser screen into variable in back end sap. other three fields are transferred as expected.

Please advise.

Note : I have re-created HTML templates but still the issue is only with one field.

Regards,

Ratnesh

Accepted Solutions (1)

Accepted Solutions (1)

RatneshSisodiy1
Active Participant
0 Kudos

Issue is resolved. I renamed the input Field with problem and regenerated HTML template.

Regards,

Ratnesh

former_member194364
Active Contributor
0 Kudos

Hello Ratnesh,

was the field name in conflict with another field of the same name?

Regards,

Oisin

RatneshSisodiy1
Active Participant
0 Kudos

Not sure it's field name conflict or something else.

The same field was being used in many screens.

I deleted it and re-created but no success.

when I renamed it. It worked.

Answers (1)

Answers (1)

cris_hansen
Advisor
Advisor
0 Kudos

Hello Ratnesh,

Is it a regular input field?

You can use Fiddler to trace the resulting submit in a regular web browser.

You can also set the ICM trace level to 3, so you can have a dump of the HTML code that is received by the backend (before the ICM handover the content to a work process, that will call the ITS code from the kernel). Thus, you can check whether the content is being received by the SAP system.

Kind regards,

Cris