Do you have any question about this error?
Message type: E = Error
Message class: APB_FPM_CORE - FPM messages
Message number: 714
Message text: Action name &1 contains unallowed characters
The action names defined by the feeder class can consist only of English
uppercase letters (A-Z), numbers (0-9) and an underscore (_).
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Correct the feeder class implementation so that the actions contain only
the allowed characters.
Error message extract from SAP system. Copyright SAP SE.
APB_FPM_CORE714
- Action name &1 contains unallowed characters ?The SAP error message APB_FPM_CORE714 indicates that the action name specified in your application contains characters that are not allowed. This error typically arises in the context of SAP Fiori applications or Web Dynpro applications where action names are defined.
Cause:
The error is caused by the use of invalid characters in the action name. Action names in SAP applications usually have restrictions on the characters that can be used. Common disallowed characters include:
To resolve the error, you should:
Check the Action Name: Review the action name that is causing the error. Ensure that it only contains valid characters. Typically, valid characters include:
Modify the Action Name: If the action name contains any invalid characters, modify it to conform to the allowed character set. For example, replace spaces with underscores or remove special characters.
Update the Configuration: If the action name is defined in a configuration file or in the application code, make sure to update it there as well.
Test the Changes: After making the necessary changes, test the application to ensure that the error no longer occurs.
By following these steps, you should be able to resolve the APB_FPM_CORE714 error and ensure that your action names comply with SAP's naming conventions.
Get instant SAP help. Start your 7-day free trial now.
APB_FPM_CORE713
The field &1 has no description given by the feeder class
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
APB_FPM_CORE712
The description of the field &1 given by the feeder class is ambiguous
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
APB_FPM_CORE715
Field properties: the special group &1 is not defined
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
APB_FPM_CORE716
Field properties: the field &1 is not in the feeder catalog
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.