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

DD02L

Former Member
0 Likes
2,478

Hi

can any body help me how to chenge entries in DD02l table, I think maintainance view not exist for this table.

can any body help me.

regards

raadha

9 REPLIES 9
Read only

Former Member
0 Likes
1,902

hi,

It is not always suggestible to change the entries of a standard database table ...Because it is a table where all the master table names are being stored ...

Regards,

Santosh

Read only

0 Likes
1,902

thanks for you reply

if i need to change how can i change

can you help me

Read only

0 Likes
1,902

you mean its not possible to change through Z program also.

Read only

Former Member
0 Likes
1,902

hi Radha,

It is a std SAP Table, containing all the SAP-tables in the system. You can't change/ modify entries in this table.

Rgds,

Raghu.

Read only

Former Member
0 Likes
1,902

hi,

Just write a sample program(zprogram) and change the entry programatically ... But again this is not suggestible method to modify any of the database table entries ....

Regards,

Santosh

Read only

Former Member
0 Likes
1,902

hi,

DML entries are not recommended on SAP Standard Tables but however if you want to do the operations you can still do them in your program.

Warm Regards

R Adarsh

Read only

Former Member
0 Likes
1,902

HI,

Mostly its not recommended to do as its a standard table.

This can be done by program....

read that table with specified key ie Table name and delete that record from the table.

I had done by deleting the zprogram from related tables which stores that program details.

Hope this would help you.

Regards

Narin Nandivada.

Read only

Former Member
0 Likes
1,902

hi

It is highly recommended not to change data in the standard table.

But with help of Z program you can do this.

Read the Table and select the neccessary record using the key value.

perform the delete operation on it.

reward pionts if useful

Sumit Agarwal.

Read only

Former Member
0 Likes
1,902

hi radha,

DD02l is an sap standard table.It contanins all sap tables.We can't change the entries in the table.If u want add some new fields in this table ? yes is possible.

Using

Append Structure and

Include structure.

Regards,

sankaran.KR