‎2008 Feb 11 8:30 AM
hi
why we need customized tables when we have standard tables give an example?
‎2008 Feb 11 8:35 AM
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
‎2008 Feb 11 9:11 AM
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..
‎2008 Feb 11 10:14 AM
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
‎2008 Feb 11 10:33 AM
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
‎2022 Jan 23 8:26 AM
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.
‎2022 Jan 23 5:12 PM
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'.