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

abap query

Former Member
0 Likes
363

What is the difference b/w adding entry in database table directly through code and through maintenance view?

Moderator message: please search for available information/documentation before asking, use meaningful subject lines when posting.

[Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers]

[Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]

locked by: Thomas Zloch on Oct 1, 2010 1:09 PM

2 REPLIES 2
Read only

prasenjit_sharma
Active Contributor
0 Likes
333

Nothing, unless the maintenance view takes care of adding entries to the dependant tables as well.

Regards

Prasenjit

Read only

_IvanFemia_
Active Contributor
0 Likes
333

Hi,

maintenance view can be easily added to SPRO and gives a standard interface for data entry. It's very useful for custom customizing table.

Create a report for business logic, create a maintenance view for data entry.

Regards,

Ivan