Quantcast
Channel: ABAP Help Blog » OO Design patterns
Viewing all articles
Browse latest Browse all 10

Iterator Design Pattern to access Linked List in ABAP Objects

$
0
0

In the previous post, you have seen how to implement Iterator design Pattern. It also raised the question about the usefulness in ABAP as in ABAP, you have Internal Tables. The ITAB can handle all type of collection of objects easily. So, lets try to go away from ITAB usage for this post to see...



Iterator Design Pattern to access Linked List in ABAP Objects is a post from ABAP Help Blog.


Viewing all articles
Browse latest Browse all 10

Trending Articles