set_item_provider 
Use this method to specify a reference variable that points to the source for items that are to be loaded on demand.
Syntax
CALL METHOD list_model->set_item_provider EXPORTING item_provider = item_provider.
Parameter and Type |
Opt. |
Description |
|---|---|---|
item_provider TYPE REF TO IF_LIST_TREE_MODEL_ITEM_PROV |
Reference variable pointing to the object from which the items are loaded. For further information, refer to Loading Items on Demand. |