cancel
Showing results for 
Search instead for 
Did you mean: 

SAPWebConsole - dropdown does not work

Former Member
0 Kudos

Hi All,

I am writing an RF transaction in ABAP using regular dialog programming. My transaction works fine in the GUI. But it does not work OK when I access the transaction over the web (using IE) via SAPWebConsole.

My issue is that on the SAPGUI I have a dropdown box that is populated with entries and I can choose an entry but on the same transaction on IE I cannot choose any entries in the same field as it does not have a dropdown option.

Am I doing something wrong here in the ABAP? Am I assuming incorrectly that SAPWebConsole can have dropdown lists? Can anyone assist?

Thanks,

N.

PS: I have posted a similar msg in the ABAP forum.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Niall!

WebSAPConsole has in it's own limitations with regards to Dialog Programming Development, but a much better version than SAPConsole(Text Based).You cannot have drop down on WebSAPConsole on RF Transaction,pl suppress it in you dialog programming, both F1 & F4.Pl look at the Supported Features in the WebSAPConsole USers Guide.

Let me know if you have any additional questions regarding this?

Thanks

Gisk

Message was edited by: Sivakumar Ganesan(Gisk)

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Gisk - also saw your post in the ABAP forum. Back to the drawing board for me

Cheers,

Niall