‎2008 Jun 26 6:48 AM
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.
‎2008 Jun 26 6:51 AM
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.
‎2008 Jun 26 6:51 AM
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.
‎2008 Jun 26 6:59 AM
Well , how to check whether the table maintenance generator is created or not. The table i am referring is VBAP.
‎2008 Jun 26 7:08 AM
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.
‎2008 Jun 26 7:13 AM
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.
‎2008 Jun 26 7:22 AM
hi,
for setting default values in selection screen of se11 check this exit,
SEDD0001 Customer exits in ABAP/4 Dictionary
‎2008 Jun 26 6:54 AM
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.
‎2008 Jun 26 7:02 AM
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.