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

user exit

Former Member
0 Likes
253

hi

when do enhancement, do we need to maintain seperate database tables for storing values.

regards

prasad

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
238

That depends on your requirements. If it is data related to already existing data (e.g. additional values for a sales order item) you can just add an append to the standard table (in my example it would be VBAP). If the data is completely unrelated to any existing object you should store it in a custom table.

Hope that helps,

Michael

1 REPLY 1
Read only

Former Member
0 Likes
239

That depends on your requirements. If it is data related to already existing data (e.g. additional values for a sales order item) you can just add an append to the standard table (in my example it would be VBAP). If the data is completely unrelated to any existing object you should store it in a custom table.

Hope that helps,

Michael