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

ddic

Former Member
0 Likes
708

hi

why we need customized tables when we have standard tables give an example?

6 REPLIES 6
Read only

Former Member
0 Likes
638

it depends on the requiermet, if the client needs a custome application to be developed, there might be a need for going in for a custom table, not all the cases you will be going in for creating a custom table.

example : if you need to develop a sample hotel management system in SAP.

Reward points if its helpfull.

regards

Ravi

Read only

Former Member
0 Likes
638

hi,

some times standard tables in abap are not useful for particular applications, in these cases we need to define and use custom tables, which can be defined as per the needs of the developer.

reward if helpful..

Read only

Former Member
0 Likes
638

Hi,

here is the use of customized tables briefly.

suppose if you are developing an object under which based on some scenarios you are going to call some particualr function module dynamically. in such cases you have to create an customized table according your requirement in which the table contains field for scenario, and field for function module. then you have to enter the values in the table like different scenarios and different function modules.

Reward if helpful.

Regards

Venkat

Read only

Former Member
0 Likes
638

Hi,

Based on the requirements some times need to create custom tables.

Recently i worked on user exit in QM module. In that i used one ztable ZPPS which is already created by other developer. In QE51n, when user enters serial numbers, those are checked in ztable ZPPS based on some conditions. Here this ztable uses for validating serial numbers.

Now i am working to devolp custom transaction of two screens. For this requirement i used two ztables which are already created by some other developers.

I modified one script. In that client many branches throughtout the world. Based the country, have to display logo. For this i created one ztable and stored the logo name and country. At run time based on the country it will display the logo.

With regards,

Malli B

Read only

swathi
Explorer
0 Likes
638

hi,

Based on the requirement we have to choose , if the requirements needs a new thing to develop which is not existed then we go for customized tables vice versa.

Read only

shivani08
Participant
0 Likes
638

Hi,

We use customized tables when the developer want to create the table as per his requirement whereas standard tables are already exist.

example for standard tables: mara, vbak, vbap etc.

example for customized tables: tables which start with 'Z' or 'Y'.