Ansicht
Dokumentation

COCB310-13 - Define ABAP Table

COCB310-13 - Define ABAP Table

RFUMSV00 - Advance Return for Tax on Sales/Purchases   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.
SAP E-Book

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:

  • You can use external tools to access ABAP/ 4 tables.
  • You can sort the message data in the tables according to your needs.
  • By distributing the data of different messages to several tables, you help to improve system performance.

Define the required ABAP/4 tables.

  • You can only use transparent tables as message destinations.
  • The table name must be within the name range reserved for customers and partners. The following customer name ranges are permitted:
  • The table name must start with Y or Z.

  • As of Release 4.6C, you can now also reserve your own customer-specific development name ranges apart from those starting with Y and Z.

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.
  • The table must be created in the ABAP/4 Dictionary and active on the database.
  • The table key must contain the following fields:
  • MANDT (client): First key field. The domain must define the same data type and the same field length as the domain MANDT.

  • MSID (message number): Second key field. The domain must define the same data type and the same field length as the domain CO_MSID.

  • The table must contain the field WERK (plant). The domain must define the same data type and the same field length as the domain WERKS.
  • Data type and length of the table field should correspond to the format of the characteristic value transferred to the field. If this is not the case, the value is converted according to the rules valid within ABAP/4. The characteristic formats are processed in the following ways:
  • Characteristic format CHAR, DATE, and TIME like data type C

  • Characteristic format NUM like data type F






PERFORM Short Reference   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 3085 Date: 20240523 Time: 152230     sap01-206 ( 49 ms )