USOBT & USOBT_C
What different USOBT from USOBT_C in SAP开发者_Python百科?
USOBT contains the default values for the authorization check indicator and default values that can be maintained in su24 (what is there initially, and what will be there if you click the "sap defaults" button). USOBT_C contains the current values in your system for the authorization check indicator, if you never changed any values, USOBT and USOBT_C will be the same.
If I'm not mistaken, USOBT is for SAP only (table type W, system table), while USOBT_C is for customers (table type C, customizing table). You're not supposed to touch USOBT.
More info on security tables here
精彩评论