Do F1 help on INSERT. This should give you what you need.
Regards,
Rich Heilman
If you mean how to do it in an ABAP program, then Rich has sent you in the right direction.
If you need to add an entry to a table for testing purposes or for some non-programming need, then transactions SE16 and SM30 might be available depending on how the table has been defined. SE16 is a standard table browser function with update available if turned on via SE11. SM30 is the table maintenance transaction and needs to be generated for each table. If you are talking about a Z* table, then you would need to generate the maintenance via SE54 before you can use SM30.
Add a comment