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???
Answers were Sorted based on User's Feedback
Answer / prafulla nayak
Yes, we can use views instead of join statement in program.
this will work as inner join concept.
This is preferred when database access time is more(in run time analysis - SE30 ).
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / 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 |
What will exactly the hide statement do?
Identify the valid statement when coding a field exit (a) SUBMIT RSCA101X. (b) MESSAGE E101. (c) MESSAGE I101. (d) BREAK-POINT.
What is the function of a data element?
What happens if only one of the commands set screen and leave screen is used without using the other?
can u call sub screen with in a sub screen? if so, then explain the flow of PBO and PAI between 2 sub screens.
17) How will you validate selection screen elements?
what is the BAPI to get list of quotations for a customer? what is the BAPI to view the details of a quotation?
Explain the different types of data dictionary objects?
most commonly used command in Interactive Reporting?
Explain what is the difference between primary key and unique key?
Define alv programming in abap?
How do you read files from the application server ? : abap bdc