Do you have any question about this error?
Message type: E = Error
Message class: DMS_MESSAGES -
Message number: 035
Message text: File ID is mandatory when LargeFileIndicator is 'TRUE'
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
DMS_MESSAGES035
- File ID is mandatory when LargeFileIndicator is 'TRUE' ?The SAP error message DMS_MESSAGES035 indicates that when the
LargeFileIndicator
is set toTRUE
, the system requires aFile ID
to be provided. This error typically occurs in the context of Document Management System (DMS) operations, particularly when dealing with large files.Cause:
The error arises because the system expects a
File ID
to be specified when theLargeFileIndicator
is set toTRUE
. This is a validation check to ensure that the system can properly manage and reference large files, which may have different handling requirements compared to smaller files.Solution:
To resolve this error, you need to ensure that you provide a valid
File ID
when you are working with large files. Here are the steps you can take:
Check Input Parameters: Review the parameters being sent in your request. Ensure that when
LargeFileIndicator
is set toTRUE
, a correspondingFile ID
is also included.Provide a Valid File ID: If you are generating or processing files, make sure that the
File ID
is correctly generated and passed along with the request. This ID should correspond to the file you are trying to manage.Review Documentation: Consult the SAP documentation for the specific DMS API or function module you are using. This will provide insights into the required parameters and their expected formats.
Debugging: If you are unsure where the issue lies, consider debugging the code or process that is generating the request. Check the values being set for
LargeFileIndicator
andFile ID
.Consult with SAP Support: If the issue persists after checking the above points, consider reaching out to SAP support for further assistance. They may provide additional insights or patches if this is a known issue.
Related Information:
By ensuring that the File ID
is provided when LargeFileIndicator
is set to TRUE
, you should be able to resolve the error and successfully manage large files in SAP DMS.
Get instant SAP help. Start your 7-day free trial now.
DMS_MESSAGES034
Binary object is mandatory when LargeFileIndicator is 'TRUE'
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DMS_MESSAGES033
File size is mandatory when LargeFileIndicator is 'TRUE'
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DMS_MESSAGES036
FileVersionID is mandatory when LargeFileIndicator is set to 'TRUE'
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DMS_MESSAGES037
File deleted successfully
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.