SAP ABAP Message Class W8 Message Number 020 (The interface of function module '&1' does not correspond to conventions)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWA (Package) Business Workflow: Expressions, binding
Attribute
Message class W8  
Short Description Workflow: Expressions, data flow    
Message Number 020  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20110908   
Message Text
The interface of function module '&1' does not correspond to conventions
Help Document

Diagnosis

Function module does not correspond to the convention for program exit for dataflows. The function modules for dataflow have an adjusted interface which must be as follows:

Import parameters

  • DATAFLOW with reference SWABINDEF-DATAFLOW

Table parameters

  • CALLED_CONTAINER with structure SWCONT
  • CALLING_CONTAINER with structure SWCONT

Procedure

You should adjust the binding function module to accord with this convention or use the function module SWA_TEMPLATE_EXECUTE_DATAFLOW as a copy model.

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