Creating Tables and Table entries

Question:
Hi guys,
Sorry for the basic questions:
Anyone know of a step by step guide to creating a table within SAP? Is it possible to maintain a self-made table without having to use ABAP programs?
I've now moved on from unit testing to creating tables, only problem is no-one wants to show me how to do this.
Thanks.
Answer:
Create tables with transaction SE11. SAPs Online Documentation is sufficient.
If you allow table maintainence you can maintain table entries directly whith SE11/ SE16. However, this is not recommended for complex processes.
Have some fun...
ynw
Answer:
Nice one Novice,
I'd also like to know this. Never done it so far but would be useful to know.
Cheers,
Arie
Answer:
Create maintence view to update tables...
Answer:
...and use transaction SM30 to maintain.
Regards
Henk

More Articles:

using Absolute type names with CREATE DATA?
Program to find manual path of Tcode?
table read?
WS_Download in Background Mode?
Table Control - (avoiding to user insert lines)?
Function module for Uploading data in version 4.7?