what are views? And how many types of views are there?
Answers were Sorted based on User's Feedback
Answer / sridhar kasthuri
View is imaginary table which does not contain any records
at database level, but be populated during runtime of
program. Which works as joining of multiple tables based on
some key relationship.
Types of views.
Database View.
Help View
Projection View
Maintanace View
Is This Answer Correct ? | 20 Yes | 3 No |
Answer / sateesh
View: view is acting like a table but it is not a real
table it is a virtual table mean it is access
specialised futures and retrieve the data from
database tables. view are to join some table.
1> database view
2> projection view
3> maintain view
4> help view
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / preethi
we have four types of views available in sap
those are
data base view
projection view
maintanence view
help view.
Is This Answer Correct ? | 9 Yes | 5 No |
Answer / saurav tandon
View is imaginary table which is acting like a table but
it is not a real table it is a virtual table. It does not
contain any records at database level, but is used during
runtime of program. Which works as joining of multiple
tables based on some key relationship.
Types of views:->
Database View.
Help View
Projection View
Maintanace View
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / toufeeq emraan
view is collection of data that is distributed among several
database tables that is data from several tables can be
combined in a meaningful way.
Types of views:
database view
projection view
help view
maintainence view
Is This Answer Correct ? | 6 Yes | 4 No |
Answer / sreenivasulu lakku
VIEW IS A VIRTUAL TABLE.IT IS ACTING AS A TABLE BUT IT IS
NOT REAL TABLE.VIEW IS WORKING AS JOINIG OF MULTIPLE
TABLES.TYPES OF VIEWS
1.PROJECTION VIEW
2.DATA BASE VIEW
3.MAINTENACE VIEW
4.HELP VIEW
Is This Answer Correct ? | 2 Yes | 2 No |
How to debug rfc function module?
What are the differences between macro and subroutine?
Why long time required to copy the file than delete the same file.
What are the errors occurred in a report?
Explain what is the step-by-step process to create a table in data dictionary?
in scripts how to upload logo (it's saved in .bmp file ) i am asking procedure?
what is RFC?types of RFCs?please any one can give me the interfaces in sap abap with example?
Where the payroll results are stored
What two statements are required in an abap program to output an icon using a write statement?
Give few names of pooled tables in sap ?
How to convert the Unit for 'Distance' (The value from one Unit to another).
Can multiple abap systems connect to abap database?