16. Authorization, passing data between programa, catching runtime errors Flashcards

1
Q

Authority object

A

Is generally created by a security or system administrator based on the sensitivity of certain fields.
The authority object is checked in the ABAP program to ensure that the user has the appropriate level of authority.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

AUTHORITY-CHECK statement

A

Lists the fields to be checked and verifies what the user is attempting to do against what the user is authorised to do.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

DUMMY option

A

Suppresess the authority check for the field indicated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

CATCH/ENDCATCH block

A

Allows a programmer to catch ABAP runtime errors and assign these to a SY-SUBRC value so an error can be reported in a controlled manner (rather than with a short dump).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly