cancel
Showing results for 
Search instead for 
Did you mean: 

BSP page navigation & enter on page

Former Member
0 Kudos

Hello!

I'd like to know how to, during OnInputProcessing, identifny that ENTER has been hit. In dynpro development, you can test against the value in sy-ucomm. In BSP, what event is triggered? How do I know 'ENTER' was hit?

Secondly, I'm currently making use of export/import to memory to get parameters from one bsp page to another. How else can it be done?

I'm using HTMLB tags.

Thanx all you clever people!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

GO through the weblog in which Brain has explained how to handle the events,

/people/brian.mckellar/blog/2004/07/28/bsp-programming-handling-htmlb-events

Regards,

Azaz Ali.

eddy_declercq
Active Contributor
0 Kudos

Hi,

You can do some test like in this example.

http://www.cs.tut.fi/~jkorpela/forms/enter.html

This one wants to prevent the enter key, but you can set an extra hidden form field when you that key is hit. That field is then available in the oninputprocessing.

Eddy

PS.

Put yourself on the SDN world map (http://sdn.idizaai.be/sdn_world/sdn_world.html) and earn 25 points.

Spread the wor(l)d!

eddy_declercq
Active Contributor
0 Kudos

Hi,

Pls don't forget to reward points and close the question if you find the answers useful.

Eddy

PS.

Put yourself on the SDN world map (http://sdn.idizaai.be/sdn_world/sdn_world.html) and earn 25 points.

Spread the wor(l)d!