In this article I’d like to present different possible approaches on accessing data and working with it dynamically. Continue reading
ABAP – Working with dynamicallly accessed data
Reply
In this article I’d like to present different possible approaches on accessing data and working with it dynamically. Continue reading
It’s not a trivial thing to add new field into already existing itab during run time, but there is a way how to modify the ITAB strucuture. You can add, remove or modify order of the components (fields) in the itab. Continue reading