Wow,
Srinivas, thank you so much.
I have a question:
In step 7,
if iterator IS BOUND.
lf_ent ?= iterator->get_current().
else.
lr_ent ?= collection_wrapper->get_current().
endif.
Is there any mistake? since iterator is BOUND, why do you want to execute iterator->get_current() ?
and furthermore I don't find a clarification for iterator too.
Can you please clarify?
Thank you.
Jerry.