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: BC_DATAMODEL_SERVICE - BC Training (All Courses)
Message number: 070
Message text: Able to generate the two large data records as batch only
You have selected "maximum data record" or "monster data record". Since
the available calculation time of an online work process would not be
enough, these two large data records must be generated in the
background.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Start the report in the background (using transaction SM36, for
example) and select a suitable variant for the required amount of the
data records.
Error message extract from SAP system. Copyright SAP SE.
BC_DATAMODEL_SERVICE070
- Able to generate the two large data records as batch only ?The SAP error message BC_DATAMODEL_SERVICE070 typically indicates that the system is unable to process a request due to the size of the data records involved. This error often arises when the data being processed exceeds the limits set by the system for a single transaction or request, leading to the requirement to handle the data in batches.
Cause:
- Data Size Limitations: The error is primarily caused by attempting to process data records that are too large for the system to handle in a single operation. This can occur in various scenarios, such as data uploads, report generation, or data extraction processes.
- System Configuration: The system may have specific configurations or limitations set for data processing, which can lead to this error when those limits are exceeded.
- Memory Constraints: Insufficient memory allocation for the process can also lead to this error, especially if the data being processed is extensive.
Solution:
- Batch Processing: The primary solution is to modify the process to handle data in smaller batches. This can involve:
- Splitting the data into smaller chunks before processing.
- Adjusting the batch size in the configuration settings if applicable.
- Adjusting System Parameters: If you have access to system configuration, consider adjusting parameters related to data processing limits. This may involve:
- Increasing memory allocation for the process.
- Modifying settings related to data handling in the relevant transaction codes or configuration settings.
- Reviewing Data Model: If applicable, review the data model to ensure that it is optimized for performance and does not contain unnecessary large records that could be split or summarized.
- Error Handling: Implement error handling in your code or process to catch this error and provide a user-friendly message or alternative processing method.
Related Information:
SE38
(ABAP Editor), SE11
(Data Dictionary), or SE80
(Object Navigator).If the problem persists after trying the above solutions, it may be beneficial to consult with your SAP Basis team or SAP support for further assistance.
Get instant SAP help. Sign up for our Free Essentials Plan.
BC_DATAMODEL_SERVICE069
&: Unable to lock number range object
What causes this issue? The flight data generator requires the following number range objects: SBOOKID, SBUSPID, SCOUNID and SFLTRIPID. At least &...
BC_DATAMODEL_SERVICE068
&: Number range object does not exist
What causes this issue? The flight data generator requires the following number range objects: SBOOKID, SBUSPID, SCOUNID and SFLTRIPID. At least &...
BC_DATAMODEL_SERVICE071
No detailed log for the large data records
What causes this issue? You have selected "maximum data record" or "monster data record" and and also want an extensive log list....
BC_DATAMODEL_SERVICE098
Object could not be locked
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.