InterviewSolution
| 1. |
What Is The Difference Between C (check) And U (unmentioned)? |
|
Answer» Background: When defining authorizations using Profile GENERATOR, the table USOBX_C defines which authorization checks should occur WITHIN a TRANSACTION and which authorization checks should be maintained in the PG. You determine the authorization checks that can be maintained in the PG using Check Indicators. It is a Check Table for Table USOBT_C. In USOBX_C there are 4 Check Indicators. 1. CM (Check/Maintain)
2. C (Check)
3. N (No check)
4. U (Unmaintained)
Background: When defining authorizations using Profile Generator, the table USOBX_C defines which authorization checks should occur within a transaction and which authorization checks should be maintained in the PG. You determine the authorization checks that can be maintained in the PG using Check Indicators. It is a Check Table for Table USOBT_C. In USOBX_C there are 4 Check Indicators. 1. CM (Check/Maintain) 2. C (Check) 3. N (No check) 4. U (Unmaintained) |
|