Message type: E = Error
Message class: C0 - PP-PI: Messages for PI Sheet and Syntax Checker
Message number: 658
Message text: Import parameter & is not defined
The current function call contains import parameter &V1&. However,
this parameter is not defined in the function module that has been
called up.
INCLUDE 'NA_FU_NO' OBJECT DOKU ID TX LANGUAGE E
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
INCLUDE 'NA_HA_TST' OBJECT DOKU ID TX LANGUAGE E
RESET N1
INCLUDE 'NA_HA_POS' OBJECT DOKU ID TX LANGUAGE E
Correct the process instruction in the process order.
INCLUDE 'NA_STREZ_NEU' OBJECT DOKU ID TX LANGUAGE E
<DS:TRAN.COR2>Change process order</>
INCLUDE 'NA_HA_PROD' OBJECT DOKU ID TX LANGUAGE E
The process instruction cannot be corrected for the current PI sheet.
INCLUDE 'NA_PLNREZ_HINW' OBJECT DOKU ID TX LANGUAGE E
<DS:TRAN.C202>Change master recipe</>
Error message extract from SAP system. Copyright SAP SE.
C0658
- Import parameter & is not defined ?The SAP error message C0658, which states "Import parameter & is not defined," typically occurs in the context of ABAP function modules or methods when an import parameter is referenced but not defined in the function interface. This can happen for several reasons, and understanding the cause is essential for resolving the issue. Causes: Missing Parameter Definition: The import parameter is not defined in the function module or method interface. Typographical Error: There may be a typo in the name of the import parameter when calling the function or method. Changes in Function Module: If the function module has been modified (e.g., parameters added or removed) and the calling program has not been updated accordingly, this error can occur. Incorrect Function Call: The function module is being called with incorrect parameters, or the wrong function module is being called. Solutions: Check Function Module Definition: Go to the function module in transaction SE37 (or SE80) and verify that the
Get instant SAP help. Sign up for our Free Essentials Plan.
C0657
Export parameter & is not defined
What causes this issue? The current function call contains export parameter &V1&. However, this parameter is not defined in the function mod...
C0656
System error when accessing function module &
What causes this issue? An error occurred when accessing function module &V1&. INCLUDE 'NA_FU_NO' OBJECT DOKU ID TX LANGUAGE ENSyst...
C0659
Variable & is not defined
What causes this issue? In the current function call, the value of variable &V1& is to be transferred to a parameter of the function module. ...
C0660
Invalid characteristic sequence in function call (charact. no. &)
What causes this issue? The sequence of the characteristics in the selected function call is not permitted. The characteristic with the number &...
Click on this link to search all SAP messages.