SAP ABAP Data Element DMC_PC_PARAM (MWB: Pseudocode Parameter)
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_PARAM
Short Description MWB: Pseudocode Parameter  
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 Parameters 
Medium 15 Parameters 
Long 20 Pseudocode Parameter 
Heading 20 Pseudocode Parameter 
Documentation

Definition

A pseudo code can have 0 to N parameters. Definition of the parameters is part of the overall definition for a new pseudo code. The parameter number indicates the position of the parameter in the pseudo code call. The parameters are grouped into logical blocks and numbered consecutively from left to right within a block, 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