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

update table

Former Member
0 Likes
413

Hi ,

I am updating a one column in standard table ,is itadvisable?

thanks

3 REPLIES 3
Read only

Former Member
0 Likes
376

Hi!

How are you updating that column? - if you are using any BAPI or FM.. it would be ok... If you are updating it using manual codes in ABAP, it might be a risky move...

Is that column in standard table a Custom Column? if yes, then, it would be safe. There would be either exits to update it - you can use your own code to udpate it - if this IS a CUSTOM field.

Hope this helps.

Best Regards,

Benedict

Read only

venkat_o
Active Contributor
0 Likes
376

Hi, <li>Are you updating standard table column? If you update with your own program instead std transaction, then it would be risky. <font color=red>or</font> <li>updating one column means adding custom new field to Standard table. You can append structures concept. Once you add you need to adjust database using SE14 (database utility). Thanks Venkat.O

Read only

Former Member
0 Likes
376

best method is to use BAPI, as it updates all related tables as well.