Skip to Content
0
Former Member
Dec 03, 2009 at 08:31 PM

Cursor not placed on the field

86 Views

Hi Gurus

I have created a transaction in ABAP and then an ITS Service with the following parameters:

~GENERATEDYNPRO 1

~TRANSACTION ZMYTRANSACTION

~NOHEADEROKCODE 1

~WEBTRANSACTIONTYPE EWT

~POPUPS 1

~THEME 99

In the PBO I have used the command SET CURSOR FIELD 'ZSTRU-MATNR' and it works fine if I execute the transaction from SAP. But when I try on the web browser (IE6), then the field changes the color (like it has the focus) but the cursor is not in it and I cannot type anything. In this case I always have to click on the field, to place the cursor there and enter the material number.

Does anybody have an idea what I'm doing wrong?

Thanks a lot in advance!

Fernando