in views..date base view can be used instead of join state ment in a program..it is one of reusable technique..is it correct???
Answer Posted / sandeep k
Views are different. Programs are different.
View is a psuedo-table which doesnt exist in reality.
It is only used as a se16d kind of a thing.
So u cant use a view in a program.
Instead u can use the logic (i.e., joining condition) of
the view inside the program.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Did you use buffering?
Print options in smartforms?
How to maintain lists?
What is delivery class? : abap data dictionary
In which table the material master data is stored?
What are the different types of the sap abap data dictionary objects?
What is the use of a pretty printer?
How can we create callable modules of program code within one abap/4 program? : abap modularization
Which infotype records can not be deleted ? : abap hr
What is the length of function code at user-command?
What is update task
How to call transaction in session method without recording?
How can we send data to external programs?
How can you find the field/data underlying a transaction?
What is the collect statement? How is it different from append?