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

Create a custom table

Former Member
0 Likes
8,385

Hi All,

I have to create a custom table for sales dept. Can some one please give me the entire process to create a custom table.

Thanks,

Veni.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
932

Hi,

Please refer to the link below:

http://www.saptechnical.com/Tutorials/ABAP/TableCreate/page1.htm

Thanks,

Sriram POnna.

3 REPLIES 3
Read only

Former Member
0 Likes
933

Hi,

Please refer to the link below:

http://www.saptechnical.com/Tutorials/ABAP/TableCreate/page1.htm

Thanks,

Sriram POnna.

Read only

Former Member
0 Likes
932

Go to transaction SE11.

Enter table name as per naming conventions(it should start with z or y)

go to table fileds and enter the required filds, remeber to have mandt as first table field.

the enetr the key fields as per your requirement.

assign foreign keys as applicable.

create data elements and domains if required.(or craete them before craeting the table so that you can directly use)

finally after entring the all table filds activate it.

Read only

kyo_choi73
Active Participant
0 Likes
932

In order to really use it in production environment, follow the following document to create few more fields to maintain who updated/created records.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-876528725...