SAP DYN CALL SCRTY
Get Example source ABAP code based on a different SAP table
Dynamic Calls
In dynamic calls, the name of the called unit is specified as the content of a character-like data object. If some or all of this content originates outside of the calling program, there is a risk that units are called unintentionally. The only way of tackling this security risk is to perform a comparison with an include list. The class
Potential dynamic calls and hence a potential security risk when handling input can occur in the following cases:
Latest notes:
As well as checking intentional calls, it is also necessary to perform a sufficient
ABAP_HINT_END
Example ABAP Coding
In the following program section, a transaction name, when entered, is checked against an include list that contains only transactions from the ABAP example library.
ABEXA 01003
ABAP_EXAMPLE_END