Message type: E = Error
Message class: /ACCGO/DGR -
Message number: 190
Message text: Pass either source or destination indicator to read data
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.
The SAP error message
/ACCGO/DGR190 Pass either source or destination indicator to read data
typically occurs in the context of the SAP General Ledger (G/L) accounting module, particularly when dealing with data retrieval or processing in the context of the Data Migration or Data Transfer processes.Cause:
This error message indicates that the system requires either a source or destination indicator to be specified in order to read the necessary data. The absence of these indicators means that the system does not know where to pull the data from or where to send it, leading to the error.
Solution:
To resolve this error, you can take the following steps:
Check Input Parameters: Ensure that you are providing the necessary parameters when calling the function or transaction that is generating this error. Specifically, check if you have specified either the source or destination indicator.
Review Configuration: If you are using a custom program or report, review the code to ensure that it correctly sets the source or destination indicators before attempting to read data.
Consult Documentation: Refer to the SAP documentation or help files related to the specific transaction or function module you are using. This can provide insights into the required parameters.
Debugging: If you have access to the development environment, consider debugging the program to see where the parameters are being set and why they might be missing.
SAP Notes: Check the SAP Support Portal for any relevant SAP Notes that might address this specific error message. There may be patches or updates that resolve known issues.
Contact SAP Support: If the issue persists and you cannot find a resolution, consider reaching out to SAP Support for assistance. Provide them with details about the error, including the context in which it occurs.
Related Information:
LTMC
(Legacy Transfer Migration Cockpit) or LTMOM
(Migration Object Modeler).By following these steps, you should be able to identify the cause of the error and implement a solution to resolve it.
/ACCGO/DGR189 Source or destination indicator required to read data
Self-Explanatory Message Since SAP believes that this specific error message is ...
/ACCGO/DGR188 &1 is not valid with combination to other entered fields
Self-Explanatory Message Since SAP believes that this specific error message is ...
/ACCGO/DGR191 Source or destination indicator required to display data
Self-Explanatory Message Since SAP believes that this specific error message is ...
/ACCGO/DGR192 Pass either source or destination indicator to display data
Self-Explanatory Message Since SAP believes that this specific error message is ...
SAP messages fall into 3 different categories: Error messages
(message type = E), Warnings (W) or Informational (I) messages.
An error message will prevent you from continuing your work - it is a hard stop and you need to fix the error before you can proceed. A warning message will stop your work, however, you can then bypass the warning by pressing the Enter key on your keyboard. That said, it is still good practice to investigate the cause of the warning message and address it. An information message will not stop your work and is truly just for informational purposes.
Click on this link to search all SAP messages.