SAP ABAP Message Class OL Message Number 400 (Function module &1 has references to data types that are not supported)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-BOB (Application Component) Business Object Builder
     SWO (Package) Business Object Repository Tools
Attribute
Message class OL  
Short Description Workflow object types: Run-time system    
Message Number 400  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20130531   
Message Text
Function module &1 has references to data types that are not supported
Help Document

Diagnosis

The insert wizard for function modules does not support all types of function module parameter. The following are not supported:

  • Parameters with generic types (for example TYPE C)
  • Parameters with the type TYPE

System Response

You can continue creating, but you will have to revise the method after insertion.

Procedure

The best way to proceed is as follows:

  1. Continue the insertion of the method. When transferring parameters, make a note of those to which you have not assigned a type.
  2. Do not generate any implementation for the method, because this will not usually be correct.
  3. Revise the parameter types after the method has been inserted.
  4. Now generate the implementation of the method by positioning the cursor on the method and choosing the button 'Program'.

Procedure for System Administration

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