‎2007 May 24 1:09 PM
1) In what real time senario do we create ztables and view .
2) how do we use views in abap program
‎2007 May 24 1:12 PM
Hi
Generally when we are developing some Z transactions with our own data
then we create our Own Z TABLES and use them.
Views we rarely create.
they are nothing but combination of more than 2 tables.
Reward points if useful
Regards
Anji
‎2007 May 24 1:12 PM
Hi
Generally when we are developing some Z transactions with our own data
then we create our Own Z TABLES and use them.
Views we rarely create.
they are nothing but combination of more than 2 tables.
Reward points if useful
Regards
Anji
‎2007 May 24 1:19 PM
Hi,
1) For particular business process specific to client requirement we create table
& view.
2) View are nothing but combination of two or diff. table & you can call it using
normal select query. You cant perform updates on view.
Thanks
Sandeep
Reward if helpful
‎2007 May 24 1:22 PM
HI Vijay,
The answer for your question is YES. We do create Ztables in real time scenario. Again this is not a rule that all the implementation projects would have a requoirement of developing Ztables.
The creating of a Ztable is done only if the client's requirement will be satisfied only if it is done so.
I can give u one realtime scenarion in which i have created a table , The client would not post the invoices directly into MIRO , Instead would require a table in which the details can be stored . In a predefind time interval,The end user would upload the details from the table to the MIRO which will be done through a program deve.loped by us....
Views are of many types , There is a MAintanance view which can be created and through which the cklient can maintain the data for the Ztable which we created. It would just look like the tables that u would come across in customizing