Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: WO - WF: Messages for Workflow Wizards
Message number: 808
Message text: Parameter type & does not allow & (only E or I)
You have passed an internal table of the structure RSPARAMS. The field
SIGN contain a value that is not permitted. If the field KIND contains
the entry 'S', the field SIGN can only contain 'I' or 'E'.
The method was terminated with an exception.
Check the table entries (the field KIND is in the 9th place and the
field SIGN in the 10th place in the character string). Start the task
again.
Error message extract from SAP system. Copyright SAP SE.
WO808
- Parameter type & does not allow & (only E or I) ?The SAP error message:
WO808 Parameter type & does not allow & (only E or I)
Explanation / Cause:
This error occurs when a parameter type is specified incorrectly in a function module, report, or user exit related to workflow or other SAP processes. The message indicates that the parameter type provided is neither E (Exporting) nor I (Importing), which are the only allowed parameter types in this context.
In SAP, when defining parameters for function modules or workflows, the parameter type must be one of the following:
If a parameter is defined as C (Changing), T (Tables), or any other type, the system throws this error because the workflow or the specific process expects only Importing or Exporting parameters.
Summary:
Aspect | Details |
---|---|
Error message | WO808 Parameter type & does not allow & (only E or I) |
Cause | Parameter type is not E (Exporting) or I (Importing) |
Solution | Change parameter type to E or I in function module or workflow |
Context | Workflow or function module parameter definition |
If you provide the exact parameter and its current type, I can help you with the exact correction.
Get instant SAP help. Sign up for our Free Essentials Plan.
WO807
Relational operator & is not permitted
What causes this issue? You have passed an internal table of the structure RSPARAMS and specified a relational operator that is not permitted in the ...
WO806
Parameter type & is not defined (only S or P)
What causes this issue? You have passed an internal table of structure RSPARAMS. You have specified a value in the field KIND of this structure, whic...
WO809
No list exists
What causes this issue? You wanted to create a list object from a report. However, no list was found.System Response The system issues an error mess...
WO810
Report & does not exist
What causes this issue? You have specified a report that is not available as a program of type '1'.System Response The system issues an er...
Click on this link to search all SAP messages.