Do you have any question about this error?
Message type: E = Error
Message class: EDATEX - Messages for Data Exchange Processes
Message number: 090
Message text: Function module &1 does not support processing of &2 &3 &4
Data exchange basic process CHCD_OUT can be called according to the
configuration settings for the following events:
CH_ACCOUNT,,Contract Account Changed
CH_COADDR,,Connection Object Address Changed
CH_CONTR,,Contract Changed
CH_EXT_UI,,Point of Delivery ID Changed
CH_FACTS,,Installation Facts Changed
CH_INSTLN,,Installation Changed
CH_LPASSGN,,Profile Allocation to Installation Changed
CH_NBSERV,,Non-Billable Services Changed
CH_PARTNER,,Business Partner Changed
CH_PREMISE,,Premise Changed
CH_UISETTL,,Allocation of Point of Delivery to Settlement Unit Changed
EXCH_DEVIC,,Device Replaced
As standard, the corresponding module ISU_COMPR_VDEW_UTILMD_CHCD_OUT for
format VDEW_UTILMD only handles events CH_COADDR, CH_EX_UI, CH_LPASSGN,
CH_PARTNER, and CH_UISETTL. This error is produced if one of the other
events is called.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
If you want to use the events that are not handled by format VDEW_UTILMD
of data exchange basic process CHCD_OUT as standard, you can define your
own format in enter it in the data exchange definition. You can use
function module ISU_COMPR_VDEW_UTILMD_CHCD_OUT as a template for your
format module and incorporate the handling of additional events.
If you do not want to use the events for data exchange process CHCD_OUT,
restrict the data exchange processes for the event you do want to use
(CH_COADDR, CH_EX_UI, CH_LPASSGN, CH_PARTNER, CH_UISETTL) by means of
the parameters in the data exchange process. If you do not enter any
parameters in the data exchange process, the definition applies to all
events.
You can also use enhancement ISU_IDE_DATEXCONNECT to suppress data
exchange for specific master data changes.
Error message extract from SAP system. Copyright SAP SE.
EDATEX090
- Function module &1 does not support processing of &2 &3 &4 ?The SAP error message EDATEX090 indicates that a specific function module does not support the processing of the given parameters. This error typically arises in the context of Electronic Data Interchange (EDI) or IDoc processing, where certain function modules are expected to handle specific types of data or messages.
Cause:
- Unsupported Function Module: The function module specified in the error message (
&1
) is not designed to handle the type of data or message indicated by the parameters (&2
,&3
,&4
).- Incorrect Configuration: The configuration for the EDI or IDoc processing may not be set up correctly, leading to the use of an inappropriate function module.
- Version Mismatch: There may be a version mismatch between the data being sent and the function module's capabilities.
- Data Format Issues: The data being processed may not conform to the expected format, causing the function module to reject it.
Solution:
- Check Function Module: Verify that the function module specified in the error message is the correct one for the type of data you are trying to process. You can do this by checking the documentation or the SAP Help Portal.
- Review Configuration: Ensure that the EDI or IDoc configuration is set up correctly. This includes checking the partner profiles, message types, and any relevant settings in transaction codes like WE20 (Partner Profiles) and WE21 (Port Definition).
- Data Validation: Validate the data being sent to ensure it meets the expected format and structure. You may need to adjust the data mapping or transformation logic.
- Debugging: If you have access to the system, you can debug the function module to see why it is rejecting the data. This may provide insights into what is going wrong.
- Consult Documentation: Refer to SAP notes or documentation related to the specific function module and the data types you are working with. There may be known issues or additional configuration steps required.
- Contact SAP Support: If the issue persists and you cannot find a resolution, consider reaching out to SAP support for assistance.
Related Information:
By following these steps, you should be able to identify the root cause of the EDATEX090 error and implement an appropriate solution.
Get instant SAP help. Start your 7-day free trial now.
EDATEX088
Redefinded definition for data exchange def. deleted; synchronize tasks
What causes this issue? You have deleted the redefined definition of a data exchange definition. However, data exchange tasks have already been gener...
EDATEX087
DE def. changed in generated area; Synchronize tasks
What causes this issue? You have changed the due date control for the data exchange definition. This change affects due dates for which data exchange...
EDATEX091
Function module &1 does not support sending of reversed MR results
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
EDATEX092
&1 meter reading documents from &2 were reversed/archived
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.