Application Development and Automation 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: 
Read only

default value to a screen field

Former Member
0 Likes
1,861

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
Read only

Former Member
0 Likes
904

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

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.

4 REPLIES 4
Read only

Former Member
0 Likes
904

Hi Praneeth,

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

Regards:-

Santosh.D

Read only

Former Member
0 Likes
904

Hi Praneeth,

Use DEFAULT addition along with your screen field.

Regards,

Prashanth

Read only

Former Member
0 Likes
905

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

Read only

Former Member
0 Likes
904

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