cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger Button push on screen display

Former Member
0 Kudos

Hi

I m new to ABAP web dynpros. I have two questions as follows

How to set default value for text box ???

can we trigger button click as soon as screen get displayed ???

Regards

Ammad

Accepted Solutions (1)

Accepted Solutions (1)

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

I hope you might have binded the text field to the context attribute. In context, for that attribute, mention the default value as desired.

If you want the button to be triggered immediately after screen display, write the code in WDDOINIT method.

Former Member
0 Kudos

i got the 1st step thanks for it .. .but can u help me with the code ???

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Triggering the action depends on the requirement.

Check this link. You can find lot of materials.

http://www.sdn.sap.com/irj/scn/articles-webdynpro-all

Former Member
0 Kudos

yap i wrote the code written on button in said method its working thanks a lot

Answers (0)