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

Data has to be maintained in std table

Former Member
0 Likes
640

Dear experts,

I have a requirement where i have to add some data to a standard table. Can I add data to standard table directly without access key. After adding the data whether this table is again going to be transported.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
570

Hi Shilpa Kumari,

You should not Add/Change data(records) in standard SAP tables directly. If you have requirement for creating records then find the transaction code where the table is getting updated and with that transaction you can create records in the respective tables.

If you try to add data manually then it may lead to inconsistancy in database as SAP is highly integrated and changing one table will reflect at many other places..

Also you may violate the agreement for supporting from SAP if you will do so..

At last.. it's not advisable to Add/Change SAP Standard Table Data directly/Manually.

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

4 REPLIES 4
Read only

Former Member
0 Likes
571

Hi Shilpa Kumari,

You should not Add/Change data(records) in standard SAP tables directly. If you have requirement for creating records then find the transaction code where the table is getting updated and with that transaction you can create records in the respective tables.

If you try to add data manually then it may lead to inconsistancy in database as SAP is highly integrated and changing one table will reflect at many other places..

Also you may violate the agreement for supporting from SAP if you will do so..

At last.. it's not advisable to Add/Change SAP Standard Table Data directly/Manually.

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

Read only

Former Member
0 Likes
570

Thanks for your reply. But my doubt is actually in one of the note it is given that i have to maintain the data in the table t015z. As some entries are missing in that table. How do i update the data . Kindly give me the answer.

Read only

0 Likes
570

Hi Shilpa Kumari,

Go to T-Code SM30

Enter view V_T015Z

Press Maintain..

Now make changes wherever you want to make.. Also you can add new entries if required..

it will ask for reqeust give request number for that and then transport that request to other server..

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

Read only

Former Member
0 Likes
570

Thanks.