Message type: E = Error
Message class: CRM_CUMULATED_I - Error messages for quantity/value update
Message number: 006
Message text: Entry of an item GUID (or list) requires a return table
Incorrect call of function module CRM_CUMULATED_I_READ_OB:
Either an item GUID (IV_ITEM_GUID) or a list of item GUIDs
(IT_ITEM_GUIDS) copied to the function module CRM_CUMULATED_I_READ_OB.
This is not a unique key, and, as a rule, a complete set of data
records is found as the answer. This means you must use the table
ET_CUMULATED_I_WRK as as import parameter when you call up the function
module.
This table, however, was not copied, or the structure
ES_CUMULATED_I_WRK was copied additionally.
ES_CUMULATED_I_WRK is not supplied, and an error is triggered.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Correct the corresponding call position for the function module
CRM_CUMULATED_I_READ_OB.
Error message extract from SAP system. Copyright SAP SE.
CRM_CUMULATED_I006
- Entry of an item GUID (or list) requires a return table ?The SAP error message CRM_CUMULATED_I006 typically occurs in the context of SAP CRM (Customer Relationship Management) when there is an issue with the handling of item GUIDs (Globally Unique Identifiers) in a function module or method that expects a return table but does not receive one.
Cause: The error message indicates that a function or method was called that requires a return table (a table structure to hold results), but the input provided does not meet this requirement. This can happen due to several reasons: Incorrect Function Call: The function module or method being called may not have been provided with the necessary parameters, particularly the return table. Data Structure Issues: The data structure expected by the function may not be correctly defined or initialized. Programming Errors: There may be a coding error in the ABAP program where the function is invoked, leading to the absence of the required return table.
Configuration Issues: There might be
Get instant SAP help. Sign up for our Free Essentials Plan.
CRM_CUMULATED_I005
Entry of an object GUID requires a return structure
What causes this issue? Incorrect call of function module CRM_CUMULATED_I_READ_OB: An object grid (IV_OBJECT_GUID) was copied to the function module ...
CRM_CUMULATED_I004
CUMULATED_I data for ITEM_GUID &1 could not be changed (Change)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CRM_CUMULATED_I007
Units of measure &1 and &2 cannnot be converted into each other
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CRM_CUMULATED_I008
Error during currency conversion for &1 and &2
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.