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

Changing default value in a standard table. ?

Former Member
0 Likes
968

Hi,

I need to change the default value of a field in a standard table in SE12.

Can someone tell me how to do this.

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
856

Check whether table maintenance ggenerator is created for this table.

If yes, then go to sm30 in change mode and change the field value.

Reward if useful.

7 REPLIES 7
Read only

Former Member
0 Likes
857

Check whether table maintenance ggenerator is created for this table.

If yes, then go to sm30 in change mode and change the field value.

Reward if useful.

Read only

0 Likes
856

Well , how to check whether the table maintenance generator is created or not. The table i am referring is VBAP.

Read only

0 Likes
856

There is no table Maintenance on VBAP.

let me know the field whose value needs to be changed.

Please ellaborate your problem - It seems that you might require to change any default field value appearing on VA01or VA02.

Eg. default plant

When you check that field it is referring to VBAP. but these are customizing settings and not coming for VBAP

Ask your functional consultant for the same.

Read only

0 Likes
856

Richa,

I need to change the value of MATNR field.

The requirement is, whenever we go to VBAP table and click to see the contents, the selection screen which comes, should be populated with a default value for MATNR.

Regards.

Read only

0 Likes
856

hi,

for setting default values in selection screen of se11 check this exit,

SEDD0001 Customer exits in ABAP/4 Dictionary

Read only

GauthamV
Active Contributor
0 Likes
856

hi,

don't unneccesarily change the database values becse thy may effect ur transactions.if must do using these.

Changing a database table

- MODIFY dbtab FROM wa.

- MODIFY (dbtabname) FROM wa.

- MODIFY dbtab FROM TABLE itab.

- MODIFY (dbtabname) FROM TABLE itab.

- MODIFY dbtab.

- MODIFY *dbtab.

1. UPDATE dbtab SET f1 ... fn. or

UPDATE (dbtabname) SET f1 ... fn.

2. UPDATE dbtab FROM wa. or

UPDATE (dbtabname) FROM wa.

3. UPDATE dbtab FROM TABLE itab. or

UPDATE (dbtabname) FROM TABLE itab.

Read only

Former Member
0 Likes
856

Hi,

We can change the field value of data element domain of standard table by asking for a access key to a BASIS guy.

But its always better not to change a standard data element domain.

hope this helps you.

thanks,

dhanashri.