cancel
Showing results for 
Search instead for 
Did you mean: 

can not get field value from ITS service

former_member533538
Participant
0 Kudos


Hello experts,i created an ITS serivce for a custom ABAP dialog program,there are 2 fields(material、plant) in the screen,after i enter these 2 field value,the abap program only get the plant value,but the material field value seems can't not be transfer to abap program from ITS html web page,anyone konw it?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member533538
Participant
0 Kudos


please help me.

cris_hansen
Advisor
Advisor
0 Kudos

Hello Damon,

You can use Fiddler to examine the content of the web page generated.

You can also use the SM50 trace (checking WEBGUI as active component) and ICM trace level (2 or 3) to verify the values that actually reach the server.

If the server receives the values for both fields, then it might be a problem within the application.

If you have a custom transaction code, you can test it via WEBGUI service and see whether it works.

I hope this helps.

Regards,

Cris