‎2008 Feb 27 5:26 PM
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.
‎2008 Feb 27 5:28 PM
Hi,
Please refer to the link below:
http://www.saptechnical.com/Tutorials/ABAP/TableCreate/page1.htm
Thanks,
Sriram POnna.
‎2008 Feb 27 5:28 PM
Hi,
Please refer to the link below:
http://www.saptechnical.com/Tutorials/ABAP/TableCreate/page1.htm
Thanks,
Sriram POnna.
‎2008 Feb 27 5:32 PM
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.
‎2016 Feb 04 7:38 PM
In order to really use it in production environment, follow the following document to create few more fields to maintain who updated/created records.