Show TOC

Define ABAP Table

In this activity, you define the ABAP/4 tables that you want to use as message destinations.

If you use an ABAP/4 table as a message destination, the message data of each message received is written into the table in a separate entry. You can later evaluate the process message data stored in the table. Compared to the process message record, ABAP/4 tables have the following advantages:

Activities

Define the required ABAP/4 tables.

Notes on Table Maintenance

For general information on maintaining ABAP/4 table, see Application Help. In addition to this, note the following:

If the table name is within the name range reserved exclusively for your company, you need the namespace licence key to enable the use of object names in your name range.
For more information on namespaces, see the SAP Library under Basis Components -> Change and Transport System -> BC - Namespaces and Naming Conventions.