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

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

Flashcards in 16. Authorization, passing data between programa, catching runtime errors Deck (4)
Loading 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.

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.

3
Q

DUMMY option

A

Suppresess the authority check for the field indicated

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).