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

customized tale

Former Member
0 Likes
460

hello abapers,

i want to know how we can customized tale in dictionary?why we create customized tale.plz send some real time example.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
441

SAP is developed for the business purpose.For taking decisions in running a business the all the data should be analysed and hence normalization of data is needed where your whole data is decomposed into sevaral tables each may having some relation ships like below:

Whole data Table:

EmployeeNo || Name|| Department || DeptName

needs more memory and more maintance and complexity is involved.

Hence decompose like below:

Table1(EMP)

EmpName|| Name||Department

and

Table2(Dept)

DEptNo || DeptName

Inorder to maintain data which may be of large data(millions of records)

we need to create tables(Custom) in SE11 and maintain relation ships between tables.There can be also a single table(is it is a small application)

Hope you understand why we need/create custom tables in SAP(Dictionary-se11)

Reward points if heplful

Regds,

Rama chary .Pammi

3 REPLIES 3
Read only

Former Member
0 Likes
441

nishith,

v create customized table, becoz of the requirement.

consider a realtime scenario, v need some table say zdealer, which contains details of the dealer, which is not available in the standard table. But for displaying the records of the dealer in the report, v need of a table.

V go for customized table when v can't find the fieldnames which match our requirement.

Regards....

Arun.

Reward points if useful.

Read only

Former Member
0 Likes
442

SAP is developed for the business purpose.For taking decisions in running a business the all the data should be analysed and hence normalization of data is needed where your whole data is decomposed into sevaral tables each may having some relation ships like below:

Whole data Table:

EmployeeNo || Name|| Department || DeptName

needs more memory and more maintance and complexity is involved.

Hence decompose like below:

Table1(EMP)

EmpName|| Name||Department

and

Table2(Dept)

DEptNo || DeptName

Inorder to maintain data which may be of large data(millions of records)

we need to create tables(Custom) in SE11 and maintain relation ships between tables.There can be also a single table(is it is a small application)

Hope you understand why we need/create custom tables in SAP(Dictionary-se11)

Reward points if heplful

Regds,

Rama chary .Pammi

Read only

Former Member
0 Likes
441

For more information abt creating database table click below link:

http://help.sap.com/saphelp_erp2005vp/helpdata/en/5b/d2215e43c611d182b30000e829fbfe/frameset.htm

regrds,

Rama chary. Pammi