In case you'd like to change the sort order of the premises in the hit list within the identification you have to proceed the following steps:
For example, the source code could be as follows (in case you'd like to sort the premises by the house number supplement):
IF child_nodes IS BOUND.
CALL METHOD child_nodes->sort
EXPORTING
iv_attr_name = 'VS_HOUSE_NUM2'
iv_sort_order = 'A'.
ENDIF.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.