What is the difference between view and table ?
Answer Posted / tuhiram singh mca
table is collection of rows and columns it physical exist in
memory but view is aso collection of rows and columns in not
physical exiest in the memory it create at the run time .it
like as tempory table
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Can multiple abap systems connect to abap database?
What will happen when we use fully buffered in abap?
What are the events in screen programming?
Differentiate between transparent tables, cluster tables and pooled tables
after creating lock object if does n't access record by second user what should we do?
What is the difference between upload and ws_upload ? : abap bdc
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What is the difference between select statement and provide statement ? : abap hr
Can i Have Some Realtime Examples on Badi ?
Can we use transfer dataset to transfer data in internal table ?
What are the different methods of bdc? : abap bdc
What is lock mechanism? How do we create lock objects in abap?
How would you set the formatting options statically and dynamically within a report?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)