Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ztables

Former Member
0 Likes
459

1) In what real time senario do we create ztables and view .

2) how do we use views in abap program

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
428

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

3 REPLIES 3
Read only

Former Member
0 Likes
429

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

Read only

Former Member
0 Likes
428

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

Read only

Former Member
0 Likes
428

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