Message type: E = Error
Message class: EARC - IS-U: Archiving
Message number: 011
Message text: The &1 table in function module &2 was transferred without data in it
IS-U Archiving:
When the &V2& function module was called the &V1& table was transferred
without any data in it. However the function module requires entries in
the table if it is to carry out its function properly.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Make a note of:
the message text and message number
the name of the internal table and the name of the module/form
the transaction/report
the entries that caused the error
Send a problem message with this information to SAP.
Error message extract from SAP system. Copyright SAP SE.
The SAP error message EARC011 indicates that a specific table (denoted as &1) in a function module (denoted as &2) was transferred without any data. This typically occurs in the context of data processing where a function module expects a table to contain data, but it is empty when the function is called.
Cause: Empty Input Table: The most common cause is that the input table being passed to the function module is empty. This can happen if the data retrieval logic prior to the function call did not fetch any records. Incorrect Logic: There may be a logical error in the program that leads to the table not being populated correctly before it is passed to the function module. Data Filtering: If there are filters applied to the data retrieval process, it might result in no records being selected. Timing Issues: In some cases, timing issues in asynchronous processing can lead to situations where
Get instant SAP help. Sign up for our Free Essentials Plan.
EARC010
The log type 'erron. docs in detail log only' is invalid
What causes this issue? If the archiving run is started as a test run, the <LS>erron. docs in detail log only</> log type is not availabl...
EARC006
Program started in test run
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
EARC012
Print document line items could not be selected
What causes this issue? IS-U Archiving: No document line items could be determined for the print document numbers provided.System Response The syste...
EARC013
An error occured in FM &1 during reload from a print document archive
What causes this issue? IS-U Archiving: An error occured in function module &V1& during reloading of archived print document data. The system...
Click on this link to search all SAP messages.