SAP ABAP Data Element DMC_PC_BLOCK (MWB: Pseudocode Block)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_DMCM (Package) Data Mapping and Conversion: Maintenance
Basic Data
Data Element DMC_PC_BLOCK
Short Description MWB: Pseudocode Block  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type INT1   1-byte integer, integer number <= 255 
Length 3    
Decimal Places 0    
Output Length 3    
Value Table      
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 Block 
Medium 16 Pseudocode Block 
Long 20 Pseudocode Block 
Heading 16 Pseudocode Block 
Documentation

Definition

The parameters of a pseudo code are grouped into logical blocks. In the pseudo code notation, these blocks are included in brackets. The individual parameters of a block are separated by semicolons.

Thus, all impor parameters for calling a translation object are grouped into a block, while the name of the translation object and the export parameter have their own blocks:

MWB:TRANSLATE([<trobj_name>][<exp_param>][imp_param1;imp_param2;imp_param3])

The number in the block field indicates the block to which a parameter belongs. The blocks are numbered consecutively from left to right starting with 1.

Use

Dependencies

Example

Calling a translation object:

MWB:TRANSLATE(['trobj_01'][exp][imp1;imp2;imp3])

  • 'trobj_01'     = Block 1 Parameter 1
  • exp        = Block 2 Parameter 1
  • imp1        = Block 3 Parameter 1
  • imp2        = Block 3 Parameter 2
  • imp3        = Block 3 Parameter 3

History
Last changed by/on SAP  20141029 
SAP Release Created in 620