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

Problem in changing the standerd table

Former Member
0 Likes
1,072

hi,

i am trying to change the data in EQUZ,it is having attribute disply/maintenence allowed with restriction,can i change the data in the table.

Thanks,

Rammohan.

hi,

i am trying to change the data in EQUZ,it is having attribute disply/maintenence allowed with restriction,can i change the data in the table.

Thanks,

Rammohan.

10 REPLIES 10
Read only

Former Member
0 Likes
1,005

try thru table maintenance generator

thx

murthy

Read only

Former Member
0 Likes
1,005

U should create a maintenance view by trx SE54

Max

Read only

Former Member
0 Likes
1,005

Hi Ram,

No i dont think you have acess to change the data.

Thanks

Vikranth khimavath

Read only

Former Member
0 Likes
1,005

Hi,

It is not advisable to change the data in Standard tables using DML statements. Make use of any existing Standard transaction to change the data You want.

thanks,

sksingh

Read only

Former Member
0 Likes
1,005

Hi Rammohan,

Yes you can.

Better way to change the data is through maintance view (SE11) & table maintanance generator (SE54).

If your business requirement demands, then lock the entries which is going to change,change it , and unlock the entries (to avoid accidential data loss).

Regards

Bhupal Reddy

Read only

Former Member
0 Likes
1,005

This is a standard SAP table. You should only change the contents through standard SAP programs.

Rob

Read only

Former Member
0 Likes
1,005

use append structures

Read only

Former Member
0 Likes
1,005

Yes,

You can..

Only through programming, you can change the Data in the Table EQUZ.

Be carefull while changing its data, you will be responsible person for the its contents.

for any further information mail or IM me on [email protected].

Thanks,

Kunal

Read only

Former Member
0 Likes
1,005

Hi ,

You can change the data either through the table maintenance generator,

through standard transactions

or through ABAP programs using the UPDATE or Modify statements.

Regards,

Sunmit.

Read only

Former Member
0 Likes
1,005

HI,

If you really want to change the data in the table, check the where-used list for this table and see if there is any FM existing to change the entries of this table.

If you find it, then, you can directly pass the values to the appropriate parameters and change the table.

or

Write a piece of code to change the entries in the table. This is very very simple. But note that the changes you make should not affect other tables.

Regards

Subramanian