Do you have any question about this error?
Message type: E = Error
Message class: DMEE_PAYMFORMAT - Messages for DMEE Payment Formats
Message number: 335
Message text: No field found that corresponds to field &1
No field was found in the structures FPAYH, FPAYHX, or FPAYP that
corresponds directly to field &V1&. It is possible that the content is
first converted and then transported to a new field.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Refer to the documentation for the individual structure fields of the
FPAY structures. You can also check the source code of the function
module FI_REGU2FPAY.
Error message extract from SAP system. Copyright SAP SE.
DMEE_PAYMFORMAT335
- No field found that corresponds to field &1 ?The SAP error message DMEE_PAYMFORMAT335 indicates that there is a problem with the Data Medium Exchange (DMEE) format configuration. Specifically, it means that the system is unable to find a field that corresponds to the specified field name (&1) in the DMEE tree structure. This typically occurs during the generation of payment files or when processing payment formats.
Cause:
- Field Not Defined: The field referenced in the error message is not defined in the DMEE tree structure. This could be due to a misconfiguration or an oversight in the DMEE format settings.
- Incorrect Mapping: The mapping of fields in the DMEE format may not be correctly set up, leading to the system being unable to locate the required field.
- Version Mismatch: If there are multiple versions of the DMEE format, the version being used may not have the required field defined.
- Changes in Configuration: Recent changes to the DMEE configuration or updates to the SAP system may have led to the removal or renaming of fields.
Solution:
Check DMEE Configuration:
- Go to the DMEE transaction (transaction code: DMEE).
- Open the relevant DMEE format tree and verify that the field in question is defined correctly.
- Ensure that the field is mapped properly in the tree structure.
Field Definition:
- If the field is missing, you may need to add it to the DMEE tree. This can involve creating a new node or modifying an existing one to include the required field.
Review Payment Format:
- Check the payment format settings in the configuration (transaction code: FBZP or similar) to ensure that the correct DMEE format is assigned to the payment method.
Test with Different Versions:
- If there are multiple versions of the DMEE format, try using a different version to see if the issue persists.
Consult Documentation:
- Review SAP documentation or notes related to DMEE configurations for any specific guidance or known issues.
Debugging:
- If you have access to debugging tools, you can trace the execution to see where the error occurs and gather more context about the missing field.
Related Information:
By following these steps, you should be able to identify the cause of the error and implement a solution to resolve it.
Get instant SAP help. Start your 7-day free trial now.
DMEE_PAYMFORMAT334
You do not have authorization to create or change DMEE trees
What causes this issue? To change or create a DMEE format tree, you need the following authorizations: S_TABU_DIS (for the "Change" activit...
DMEE_PAYMFORMAT333
Node &1: level increases by &3
What causes this issue? Node &V1& has the level &V2&. This means that its level is higher than that of the node directly above it in ...
DMEE_PAYMFORMAT336
You do not have authorization to display DMEE trees
What causes this issue? To display a DMEE format tree, you need the following authorizations: S_TABU_DIS (for the "Display" activity) S_DEV...
DMEE_PAYMFORMAT337
Node &1: aggregation not permitted using node &2
What causes this issue? In the aggregation data for node &V1&, aggregation is defined via node &V2& (by means of reference ID &V3...
Click on this link to search all SAP messages.