Show TOC

Syntax documentationset_item_provider Locate this document in the navigation structure

Use this method to specify a reference variable that points to the source for items that are to be loaded on demand.

Syntax Syntax

  1. CALL METHOD list_model->set_item_provider
    	EXPORTING item_provider = item_provider.
End of the code.

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.