cancel
Showing results for 
Search instead for 
Did you mean: 

PCUI Enhancement

Former Member
0 Kudos

I want to add 2 new Fields in the PCUI Screen for Service Orders in CRM 5.0 and make the search query based on them along with the other standard fields Available in the PCUI Screen. Can anybody give me the exact procedure on how to Enhance a PCUI Screen.

Accepted Solutions (1)

Accepted Solutions (1)

P000636
Active Contributor
0 Kudos

Hi Krish,

Add the values with eewb, after you have to rebuild your reporting framework. With you method and field.

The field and method of selection has to be in the crmc_repdy an crmc_repdy_db tables.

And add the query parts of your custom fields in the standard query.

Regards.

Manuel.

Former Member
0 Kudos

Hi Manual,

One of the Field is a Standard Field and the other one is a Z Field which i am going to add through EEWB. Can you please tell me where to write the Code for the search based on these 2 additional Fields.

P000636
Active Contributor
0 Kudos

Hi Krish,

At first, my name is Manuel.

After.. Do you have the method and fields in the customizing tables??

Regards.

Manuel

Former Member
0 Kudos

Hello Manuel,

May I ask you what you mean by rebuild the reproting framework?

When you add a field via eewb, is the search not working immediately in PCUI?

Thanks

Fred

0 Kudos

Fred,

This was the case in 4.0. But in 5.0 when you add your custom fields via EEWB system will generate all required objects to adjust the reporting framework. These custom fields will be enabled for search in one order application.

There is new badi for search in CRM5.0

Raj

Former Member
0 Kudos

hello Raj,

Thanks for the update.

Which BADI are you talking about?

Thanks,

Fred

0 Kudos

Its CRM_RF_SEARCH_EEW...you implement EXTEND_RF_QUERY by passing the fieldname and value which needs to be included in the query.

Raj

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check your fields are available in sap gui,if not goto eewb for your object(service order),add fields for wizard, the fields will include in the screen structure.It will take care all code to.You can find it in pcui tab.

Thanks

Former Member
0 Kudos

Hello,

The 2 new fields are standard or Z fields?

Regards,

Frederic