cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding rows of Advanced List Pane-C4C

Former Member
0 Kudos
624

Hi Everyone,

I have a custom BO and in my TI screen I have an advanced list pane.I need to hide certain rows based on the indicator field which is at the same level.How to make the rows dynamic based on the indicator.Please suggest a solution.

Regards

Arjun

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

I have a custom BO and in my TI screen I have an advanced list pane.I need to hide certain rows based on the indicator field which is at the same level.How to make the rows dynamic based on the indicator.Please suggest a solution.

former_member186648
Active Contributor
0 Kudos

Hi Arjun,

Refer: http://scn.sap.com/docs/DOC-72615

Thanks, Pradeep.

Former Member
0 Kudos

Hi Pradeep,

Thanks for the response.Actually am trying to hide the rows of Involved parties tab.In my case using valuation association am setting all the parties in BO level itself based on the role code

If I go to my Involved Parties tab in the TI screen all the Role codes are appearing in the rows without any other details .I need to hide those rows which are not having any Party ID assigned to it.Hope I have explained my scenario.

I have provided a screen shot for reference.Here the first row Administrator is appearing without any Party ID.I need to show this row only when Administrator Party is assigned.

Regards,

Arjun

former_member186648
Active Contributor
0 Kudos

Hi Arjun,

You can set condition in your association valuation.
Ex:

association <name> to <target> Valuation ( indicatorfield == abap_true );

Thanks, Pradeep.

Former Member
0 Kudos

Well, the best practice is to use different quries based on this indicator.
Create custom queries on the storage node of your object and then fire it based on the conditions.

Regards,

Saurabh