cancel
Showing results for 
Search instead for 
Did you mean: 

Push Button event not getting triggered

former_member628395
Active Participant
0 Kudos

Hi All,

I am working on a scenario where I have to scan a barcode and perform certain subsequent activities from a hand held device. I have developed a custom module pool and created a internet service based on the screens. When I execute the service on the HHD, I get the standard login page and after logging in, the first screen of my module pool gets displayed. After entering the relevant details, when I click the push button(to fetch certain details from DB before scanning the barcode), the device shows that the request is being processed but it does not come out of that 'loop'.

When i tried the same scenario on a android mobile device, it works as expected. Also when I put a external break point when testing from Android, it(obviously ) gets triggered. But when I try the same on the HHD, the external break point does not get triggered suggesting that the request does not reach ECC at all.

The HDD a Motorola manufactured device with Windows CE 6.0 installed and the browser is IE. Could anyone please help me understand if I am missing anything here.

Thanks in advance.

Regards,

Sagar

View Entire Topic
0 Kudos

Hi Sagar,

Did you get solution to this issue?
I am facing similar kind of issue, User/client created new html progrms/templates(from module pool) but external breakpoint is not getting triggered for this new templates/program when i kept external breakpoint in sap gui and activated in sicf also. It is triggering for the first t-code/program when execute the ur(which is maintained at sicf level t-code)l. After displaying the screen in browser for further actions(like double click button) it is not getting to trigger external breakpoint.

Appreciate if you help on this