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 in SM30

Former Member
0 Likes
3,677

Hi,

can we have a default value in SM30? e.g if user goes to sm30 from report and if he fills the table leaving one field and if he doedsn't fill that field , then some defulat value automatically fills that space.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,934

Hi,

1. SE11, go to Utilities - Table Maintenance Generator or SE55

2. Go to Environments – Modifications – Events

3. Create your Form routines to be called from view maintenance

Event could be “Before saving the data in the database”.

The FORM routine must belong to the function group, to which the maintenance modules for the view are assigned.

Hopefully it will help,

Alexander

4 REPLIES 4
Read only

Former Member
0 Likes
1,934

HI

what evre entries you create for that table will display in that SM30 so

if there are some values in that then when you go to that from some program it will display that entries as the default value s

Read only

Former Member
0 Likes
1,934

hi,

we can set default values by modifying the generated program for that view .

regds

Chalam

Read only

0 Likes
1,934

HOW CAN WE DO THAT???

Read only

Former Member
0 Likes
1,935

Hi,

1. SE11, go to Utilities - Table Maintenance Generator or SE55

2. Go to Environments – Modifications – Events

3. Create your Form routines to be called from view maintenance

Event could be “Before saving the data in the database”.

The FORM routine must belong to the function group, to which the maintenance modules for the view are assigned.

Hopefully it will help,

Alexander