diff --git a/docs/_checks/103.md b/docs/_checks/103.md index 5422f6ea..8c6dc2ff 100644 --- a/docs/_checks/103.md +++ b/docs/_checks/103.md @@ -7,7 +7,7 @@ index: 103 In S/4HANA many old DB tables have now replacement objects/proxy objects which in many case decrease the performance of old SELECT statements when the DB table is used in the OpenSQL. -In many cases usage of dictionary views based on that tables is much faster. But we have to make sure that the selected field is still stored in the DB level. (Check OSS Note: https://me.sap.com/notes/0002000002) +In many cases usage of dictionary views based on that tables is much faster. But we have to make sure that the selected field is still stored in the DB level. (Check OSS Note: [0002000002](https://me.sap.com/notes/0002000002)) ### Example MARC table has now replacement object and select on it can be really slow. If we replace it with V_MARC_MD it will be much faster to select basic plant level information.