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

Userdefined tables

Former Member
0 Likes
620

Hi,

Re: why we are creating tables ? Already so many Predefined tables are there?.

regards,

rajesh

Message was edited by:

rajesh pattnaik

1 ACCEPTED SOLUTION
Read only

anversha_s
Active Contributor
0 Likes
595

hi,

we are creating table for the new requirements.

eg: some of the new requiremnet is not possible to store in standard SAP table.

for that we will create our own tables and store there.

hope u got an idea.

rgds

Anver

6 REPLIES 6
Read only

anversha_s
Active Contributor
0 Likes
596

hi,

we are creating table for the new requirements.

eg: some of the new requiremnet is not possible to store in standard SAP table.

for that we will create our own tables and store there.

hope u got an idea.

rgds

Anver

Read only

andreas_mann3
Active Contributor
0 Likes
595

hi,

for customer-programs (begining with Y or Z)

-> for customizing, master data and appl.-data

A.

Message was edited by:

Andreas Mann

Read only

Former Member
0 Likes
595

Sanjay,

User defined tables are needed to provide custom solutions and also to brigde the gap between AS is and To be scenario it is needed .SAP standard tables doesnt satisfy 100% customer need . Always there is need for more from customers at that juncture Custom tables are defined .

Hope this helps u ..Please ho through SAP Help ...

Regards

R. Ramvelu

Read only

Former Member
0 Likes
595

There are thousands of un used standard SAP tables still we create a lot of Y or Z-tables.

1. This because all the standard tables are pre-defined purpose and the user may use them for the intended "original" purpose in future. So the table should be available then.

2. Y and Z tables do not get affected by "upgradation".

3. It is less time consuming to create one then to find something matching your requirement (and not used)

4. All ABAPer enjoy doing it. (This I think is most important)

Thanks,

Ashish

Read only

Former Member
0 Likes
595

thank u all my frnds...

Read only

Former Member
0 Likes
595

Obviously for new requirements.

If a customer want to get the 25 fields data from more than 6 or 7 tables. Even we can get the data. Performace wise it will be slow. And some customers asks to maintain their own tables strictly.

Cheers.