cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Distribution channel ID in WEB UI Billing search criteria

former_member552168
Participant
0 Kudos

Hi,

I want to get Distribution Channel ID on Web UI service billing search criteria.

Drop down of the search it is showing Distribution Channel ID, but under Result list Personalization it is not showing Distribution Channel ID.

And also i Checked in Show Configurable Area, there i didn't find any Distribution Channel ID filed (Available & Display).

Can any one suggest how to add Distribution Channel ID on Web UI service billing result list.

For your reference I am attaching all the images, plz.

Regards,

JK

Accepted Solutions (0)

Answers (2)

Answers (2)

deepika_chandrasekar
Active Contributor
0 Kudos

Hi,

You find Search result structure and do append structure for z fields.

Then add code in CRM_BADI_RF_Q1O_READ badi implementation.

Refere my document

Regards,

Deepika.

former_member552168
Participant
0 Kudos

Hi,Deepika,

Thankz for your suggestion, we'll forward same to Technical team,

Regards,

JK

dharmakasi
Active Contributor
0 Kudos

Hi JK,

You can achieve by 2 ways, One is just creating a display field in result view and have to code in GET method of the new attribute. This will display not have any relation with BOL entity.

Another way is you can enhance the result entity bol structure and have to code in a enhancement spot. This way you can use the field wherever you are executing the query object.

You have to create enhancement CRM_BADI_RF_Q1O_READ, for more details refer below link



Best Regards,

Dharmakasi.

former_member552168
Participant
0 Kudos

Hi,Dharmakasi,

Thankz for your suggestion, we'll forward same to Technical team,

Regards,

JK