SAP ABAP Data Element MCPOOLTAB (View or pooled table of matchcode ID)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SMAC (Package) R/3 Matchcode Development
Basic Data
Data Element MCPOOLTAB
Short Description View or pooled table of matchcode ID  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SQLTABLE    
Data Type CHAR   Character String 
Length 10    
Decimal Places 0    
Output Length 10    
Value Table DD06L    
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Pool.table 
Medium 15 MC pooled table 
Long 20 MC pooled table 
Heading 10 Pool.table 
Documentation

Definition

Name of the pooled table belonging zu a physically implemented matchcode ID or name of the view belonging to a transparent matchcode ID.

A logical pooled table in which all the matchcode records of the particular ID are written is created in the pool of the corresponding matchcode object for each physically implemented matchcode ID (update type A, S or P).

When a matchcode ID is created, a definition of the corresponding pooled table is automatically generated in the ABAP Dictionary. The name of the pooled table comprises the prefix 'M_', the name of the matchcode object and an appended ID.

On the other hand, the matchcode is implemented with a view on the database for a transparent matchcode ID (update type I). The name of the view comprises the prefix 'M_', the name of the matchcode object and an appended ID.

Use

Procedure

Examples

The matchcode object name 'XXXX' and matchcode ID 'A' are used to define the name of the pooled table or view 'M_XXXXA'.

Dependencies

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