Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

default value to a screen field

Former Member
0 Kudos

Hi all!

I had created a screen field and associated a check table to it to provide possible input values.Now my requirement is to give a default value to the field everytime this program is run.

How to achieve this.Please advise..

Regards

Praneeth.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

If it is in module pool programming the you can do it in PBO of that screen. Define a module in the PBO in which you will assign the default value to the corresponding field.

Thanks and Regards,

Bharat Kumar Reddy.V

4 REPLIES 4

Former Member
0 Kudos

Hi Praneeth,

Assign a value in PBO or type the value in Screen Painter only.

Regards:-

Santosh.D

Former Member
0 Kudos

Hi Praneeth,

Use DEFAULT addition along with your screen field.

Regards,

Prashanth

Former Member
0 Kudos

Hi,

If it is in module pool programming the you can do it in PBO of that screen. Define a module in the PBO in which you will assign the default value to the corresponding field.

Thanks and Regards,

Bharat Kumar Reddy.V

former_member184619
Active Contributor
0 Kudos

Hi,

If u r using reports then

use

Select-options: ENSTEH FOR QALS-ENSTEHDAT <b>default sy-datum</b>.

Give the default value.

Hope this helps.

Regards

-


Sachin Dhingra