Do you have any question about this error?
Message type: E = Error
Message class: GP - FI-SL and CO planning
Message number: 805
Message text: Table & has the dimension 'OCLNT', but table & does not
Table &V1& assigned to ledger &V3& has dimension 'OCLNT' in the
Repository definition, but table &V2& assigned to ledger &V4&
does not.
The model plan cannot be copied.
Use a different model plan.
Error message extract from SAP system. Copyright SAP SE.
GP805
- Table & has the dimension 'OCLNT', but table & does not ?The SAP error message GP805 indicates a mismatch between the dimensions of a table and the expected dimensions based on the context in which it is being used. Specifically, the error states that a certain table has the dimension 'OCLNT' (which typically refers to the client in SAP), but the table being referenced does not have this dimension.
Cause:
Dimension Mismatch: The primary cause of this error is that the table being referenced does not include the 'OCLNT' dimension, which is required for the operation being performed. This can happen if:
- The table is not defined correctly in the data dictionary.
- The table is a custom table that does not include the client field.
- There is a configuration issue in the data model or the way the tables are being used in the program.
Incorrect Table Usage: The program or function module may be trying to access a table that is not intended for the operation, leading to the mismatch.
Solution:
Check Table Definition: Verify the definition of the table in the Data Dictionary (transaction SE11). Ensure that the table has the 'OCLNT' field defined if it is supposed to be a client-dependent table.
Modify Table Structure: If the table is supposed to be client-dependent, you may need to modify its structure to include the 'OCLNT' field. This can be done by:
- Adding the 'OCLNT' field to the table.
- Ensuring that the table is marked as client-dependent in its properties.
Review Program Logic: Check the program or function module that is generating the error. Ensure that it is referencing the correct table and that the logic aligns with the expected data model.
Consult Documentation: If the table is part of a standard SAP module, consult the relevant SAP documentation or notes to understand the expected structure and usage of the table.
Testing: After making changes, test the program or transaction again to ensure that the error is resolved.
Related Information:
If the issue persists after following these steps, consider reaching out to your SAP Basis or development team for further assistance.
Get instant SAP help. Start your 7-day free trial now.
GP804
Field & does not exist in table &
What causes this issue? The planning parameters use the dimension &V1&. This dimension must exist both in the table assigned to the model le...
GP803
Complete the entries for the target data
What causes this issue? The entries for the target data are incomplete.System Response The system issues an error message and will not allow you to ...
GP806
The prefix 'RGPL' is reserved for reports in FI-SL planning
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
GP807
Caution: No plan line items are written when copying
What causes this issue? For technical reasons, no lone items are written when plan data is copied, even though the <LS>Write Line Items</>...
Click on this link to search all SAP messages.