2008 Jun 24 6:31 AM
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
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
2008 Jun 24 6:35 AM
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
2008 Jun 24 6:38 AM
thanks for you reply
if i need to change how can i change
can you help me
2008 Jun 24 6:40 AM
2008 Jun 24 6:37 AM
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.
2008 Jun 24 6:40 AM
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
2008 Jun 24 7:05 AM
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
2008 Jun 24 7:43 AM
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.
2008 Jun 24 7:53 AM
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.
2008 Jun 24 10:28 AM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |