Saturday, March 12, 2011

ABAP Parameters

I recommend for ABAPers to as much as possible create your data types as global by creating it in se11 to avoid constraint later on esp. if you are doing applications that involve SF and ALV.


As much as possible create your program as dynamic as possible i.e create a dynamic method parameters.

EX. To declare a dynamic table type in  a method


EX: for any flat structure data type




NOTE: You cannot create a dynamic data type or table type in a class attribute

No comments:

Post a Comment