Do you have any question about this error?
Message type: E = Error
Message class: SCPR_ATC - Message class for ATC checks on BC sets
Message number: 019
Message text: View/table contains tables with different cascading attributes
The cascade property of a view/table consists not only of the delivery
class of the view or the primary table of the table, but also the
properties of all tables involved. That is, one of the following groups
of delivery classes must include all tables of the view/table:
o No client cascade: Delivery class 'C' and 'A'
o With client cascade: Delivery class 'S', 'E', 'G', and 'W'.
Probably table property was changed post creation of BC-Set.
The complete view/table cannot be added in the concrete BC set.
Activation of such BC-Set might lead to data inconsistencies.
Following options can be considered:
- Adjust the delivery classes of all tables/views under customizing
object to the same group of delivery classes.
- Split the tables/views into different BC-Sets which would be under
same group of cascading properties.
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.
SCPR_ATC019
- View/table contains tables with different cascading attributes ?The SAP error message SCPR_ATC019 indicates that there is an issue with a view or table in the ABAP Dictionary where the cascading attributes of the underlying tables do not match. This typically occurs when you are trying to create or modify a view that includes multiple tables, and those tables have different settings for cascading updates or deletes.
Cause:
The error arises when:
To resolve this error, you can take the following steps:
Check the Tables: Identify the tables involved in the view that is causing the error. You can do this by examining the definition of the view in the ABAP Dictionary (transaction SE11).
Review Cascading Attributes: For each of the tables, check their foreign key relationships and cascading attributes. You can do this by:
Align Cascading Attributes: Ensure that the cascading attributes for the foreign keys in the involved tables are consistent. You may need to:
Recreate the View: After making the necessary adjustments to the tables, you may need to recreate or modify the view to ensure it reflects the changes.
Test the Changes: After making the adjustments, test the view to ensure that it works as expected and that the error no longer occurs.
By following these steps, you should be able to resolve the SCPR_ATC019 error and ensure that your view or table is correctly configured.
Get instant SAP help. Start your 7-day free trial now.
SCPR_ATC018
SOBJ piece list for table/view in customizing object is not consistent
What causes this issue? The object piece list (SOBJ) of table/view in customizing object does not match the piece list of the table/view in the Dicti...
SCPR_ATC017
View/table was added to customizing object manually in SOBJ piece list
What causes this issue? The table/view was added to the object manually when the BC Set or request was created. It is not part of the object definiti...
SCPR_ATC020
View/table in object has incorrect cascading attributes
What causes this issue? The delivery class of table/view does not match the cascading property of customizing object. All tables/views in an object h...
SCPR_ATC021
Field in BC Set is not in the table/view
What causes this issue? A field of table/view as defined in BC Set is not present in DDIC definition. Corresponding field in the table / view has bee...
Click on this link to search all SAP messages.