SAP Message C0323 - - Error when assigning interface parameter &

Diagnosis
This process instruction is of type "dynamic function call".
Using characteristic PPPI_IMPORT_PARAMETER, you assigned interfaceparameter &V1& of the function module to the process instruction. Thisassignment is invalid for one of the reasons below:

  • No export parameter &V1& is defined in the function module you want to
  • call.
    • Characteristic PPPI_IMPORT_PARAMETER is assigned parameter name &V1&
    • twice in the process instruction.

      Procedure
      Check and correct the assignment of parameters in the processinstruction.