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

custom table

Former Member
0 Likes
520

how to create a custom table with a primary key

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
501

Do you consider yourself an ABAP Programmer, since you asked a very basic question? There certianlly is the SAP Help to guide you through creating a Custom Table. Yuu may also create a maintenance view if you wish to insert the data manulay or you could write a z program to load your data.

4 REPLIES 4
Read only

Former Member
0 Likes
501

hi,

If I understand correctly, Ur asking for creating a Z-table with a P.key?

If so, go to SE11: give a suitable name in the field table name and say create and assign the necessary package etc.. U'll have to create the fields of the table in the screen that follows with the P.key(s) of the table 1st and then the other fields. Check the checkboxes initial & key for the relevant fields to indicate P.key.

I hope this helps.

<removed_by_moderator>

Rgds,

Raghu.

Edited by: Julius Bussche on Jun 23, 2008 10:48 PM

Read only

0 Likes
501

what are the various attributes i need to fill in this creation of table and i want to insert data thru insert statement how do we do this?

Read only

Former Member
0 Likes
501

Tran code is SE11

Read only

Former Member
0 Likes
502

Do you consider yourself an ABAP Programmer, since you asked a very basic question? There certianlly is the SAP Help to guide you through creating a Custom Table. Yuu may also create a maintenance view if you wish to insert the data manulay or you could write a z program to load your data.