SAP ABAP Message Class /SAPTRX/ASC Message Number 088 (Master table &1 is incompatible with extractor &2 in &3 &4.)
Hierarchy
PI_BASIS (Software Component) Basis Plug-In
   SCM-EM-AS (Application Component) Application System
     /SAPTRX/ASCU (Package) Application System customizing and communication
Attribute
Message class /SAPTRX/ASC  
Short Description Event Manager: Messages from application server customizing    
Message Number 088  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20090618   
Message Text
Master table &1 is incompatible with extractor &2 in &3 &4.
Help Document

Diagnosis

The system cannot process the specified extractor because either the Customizing or the extractor coding is incorrect.

System Response

Procedure

Procedure for System Administration

Check your Customizing settings for the application object type.

Make sure that you have assigned a master table (on the Control Tables tabstrip) that is compatible with the extractor coding, so that the extractor can be processed.

If the master table assignment is correct, check the extractor coding.

For example, the following is the coding for the expected event extractor:

* Loop at application objects for getting Shipment item data

LOOP AT i_app_objects INTO ls_app_objects.

* Read Main Object Table (Shipment Item - VTTP)

ASSIGN ls_app_objects-mastertabref->* TO <ls_xvttp>.

In this case, the master table must be Shipment Item. Otherwise, the system cannot create an expected event.

History
Last changed on/by 20090618  SAP 
SAP Release Created in