SAP ABAP Data Element CO_IMPPAR (Import parameter name)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   PP-PI-PMA (Application Component) Process Management
     COCB_PIAS (Package) Process Instruction Assistant
Basic Data
Data Element CO_IMPPAR
Short Description Import parameter name  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type IMPORTIN_3    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
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 Import 
Medium 20 Import parameter 
Long 30 Import parameter name 
Heading 30 ImpPar. 
Documentation

Definition

Import parameter of the function module that is allocated to the process instruction.

Use

Import parameters are processed as follows:

  • A value must be provided for required import parameters when the function module is called.
  • Import parameters for which a default value has been defined in the function module are automatically marked as optional parameters. The default value is used if no other value is passed on in the function call.

Procedure

In dynamic function calls:

Specify how values are assigned in the function call for the following import parameters:

  • For all required parameters
  • For all optional parameters if you want to use a value other than the default value

In input validations:

  • Always assign variable X as the value of the value to be checked.
  • For all other parameters, the same rules apply as described for function calls.

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