SAP DYNAMIC PROG TECHNIQUE - Guide

Get Example source ABAP code based on a different SAP table
  



Dynamic Programming Techniques
Dynamic programming techniques are all techniques whose functions or effects are detectable only at runtime of a program in the runtime environment.
Using Dynamic Programming Techniques
Runtime Errors in Dynamic Processing
Using Dynamic Data Objects
Memory Consumption of Dynamic Memory Objects
Administration Costs of Dynamic Memory Objects
Accessing Data Objects Dynamically
Generic Programming

ABAP Code Snippet

Security Note

ABAP Code Snippet If used wrongly, dynamic programming techniques can present a serious security risk. Any dynamic content that is passed to a program from the outside must be checked thoroughly or escaped before being used in dynamic statements. This can be done using the system class CL_ABAP_DYN_PRG or the predefined function escape.
ABAP Code Snippet
ABAP Code Snippet