SAP SECURITY HINT FOR CALLS TEXT

Get Example source ABAP code based on a different SAP table
  


ABAP Code Snippet If used wrongly, dynamic calls of program units can present a serious security risk. Names of program units that are passed to a program from the outside must be checked thoroughly before being used in dynamic calls. The system class CL_ABAP_DYN_PRG , for example, can be used to do this.