cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Add Sort option to TREE UIBB in Floor Plan Manager (FPM)

RAJU_DEV
Newcomer
0 Kudos
261

Hi,

Our requirement is to add the Sort option/Functionality to the TREE UIBB.

     RAJU_DEV_0-1738607022390.png

in the screen shot, when user places the cursor/Click on the header field, the Sort option should appear, and the User can click/select their preferred sorting option.

When i right click and open the Technical help, i can see the Component Configuration, and when i open this, i see the TREE UIBB, here i don't see an option to select the Sort option for a field.

      RAJU_DEV_1-1738607202136.png

I tried with the logic, In the method IF_FPM_GUIBB_TREE~GET_DEFINITION i tried passing 'X' to SORT_ALLOED but it is not working.

How can i find the Exact Webdynpro layout where i can find the Sort option to enable/Disable. (Or can you please try to explain how to add the Sort option to this TREE UIBB).

Thank you so much for your help,

Regards,

Raju.

 

 

 

Accepted Solutions (0)

Answers (1)

Answers (1)

simon_hoeg
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Raju,

see the test application configuratioin FPMGB_TEST_OIF_TREE_NEW_SORTING and Feeder Class CL_FPMGB_TREE_TEST_NEW_SORT (-> method GET_DEFINITION). You have to allow for the sorting also on field descriptor level, in addition to the enablement ini the Tree component configuration (-> General Settings).

Best regards,

Simon