Message type: E = Error
Message class:  DA - Dictionary: Compare, distribution, timer, instantiation 
Message number: 173
Message text: Table &1 does not exist in program &2
The table used in the schema was not defined in the calling program.
Instantiation was termianted as otherwise an ABAP runtime error would
be triggered.
Check the notation of the table name in the schema or define and
parametrize the table in the calling program.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
The SAP error message DA173 indicates that a specific table (denoted as &1) does not exist in the program (denoted as &2) you are trying to execute. This error can occur for several reasons, and understanding the cause is essential for finding a solution. Causes of Error DA173 Table Does Not Exist: The most straightforward cause is that the table you are trying to access has not been created in the database. This could be due to a missing transport or an incomplete installation. Incorrect Table Name: There might be a typo or an incorrect table name specified in the program. This can happen if the program was modified or if there are inconsistencies in naming conventions. Authorization Issues: Sometimes, the user executing the program may not have the necessary authorizations to access the table, leading to the perception that the table does not exist. Program Errors: The program itself may have errors or bugs
 Get instant SAP help. Sign up for our Free Essentials Plan.
Get instant SAP help. Sign up for our Free Essentials Plan. 
DA172 Irregular separation in result line &1: &2
What causes this issue?  The instantiated line is longer than the lines of the result table and cannot be broken down in the normal manner. The line w...
DA171 Row &1: Control structure '&2 &3' was not completed
What causes this issue?  The control structure was not closed with '}'.System Response  The system issues an error message and will not allo...
DA174 Line &1: Error in called subschema &2
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
DA175 Line &1: Called subschema &2 not defined
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.