cancel
Showing results for 
Search instead for 
Did you mean: 

web dynpro view jumps up on any action after display of messages

ArtiBhat
Associate
Associate
0 Kudos

Hi Experts,

The scenario is like as described under:

1. On clicking of a button system checks if the mandatory input fields are filled or not. If they are not filled then error messages are displayed.

2. Now the user tries to fill the Input fields, this time he observes on clicking inside the input field to type text, view jumps up little and the action done by user is ignored and it's very annoying. I don't know why this is happening.

I expect the solution from experts.

Best Regards,

Arti.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hey ,

can you give sample code how to achieve scenario 1 ?

many thanks

asa

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Go to application and select the radio button to display meaasge component permanently. if any code is written in WDDOMODIFYVIEW, put it in condition

if first_time = abap_true.

endif.

Regards

Vishal kapoor

Former Member
0 Kudos

hi

check the STRETCHED HORIZONTALLY and STRETCHED VERICALLY properties of ur rootelemnt container

in which ur button is there

regards,

amit

Former Member
0 Kudos

Hi,

If you have any code in the nodifyview method then comment it and tets it..

the user should explictily click or place the cursor in the input field when this error arises..

eventhough it is highlighted by the framework..

Regards,

Lekha.