‎2008 Jun 23 6:24 PM
‎2008 Jun 23 6:39 PM
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.
‎2008 Jun 23 6:27 PM
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
‎2008 Jun 23 6:33 PM
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?
‎2008 Jun 23 6:27 PM
‎2008 Jun 23 6:39 PM
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.