Saved Bookmarks
| 1. |
Difference Between Client Dependent And Client Independent Tables? |
|
Answer» TABLES which can be access by all USER are client independent (no mandt field in table) Tables which can be access by some specific user are client DEPENDENT (use mandt field in table) Tables which can be access by all user are client independent (no mandt field in table) Tables which can be access by some specific user are client dependent (use mandt field in table) |
|