cancel
Showing results for 
Search instead for 
Did you mean: 

Create Custom Reports in CRM

Former Member
0 Kudos

Hi Experts,

I want to create custom report in CRM. I want to create a view for search and another one for result table. Should I create a new component for this, or should I enhance an existing component? How are UI developments done from scratch in CRM UI.

Creating ABAP report and calling the transaction is not an option I have(or would like to use). The development should look inline with the standard CRM UI look and feel.

Thanks,

Abdullah Ismail.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you requirement matches any of the standard search objects like Account, contact,activity, opportunity other business transaction then you can create a new component and copy those standard search/search result views to your z-component.

You can then create a GENIL class for you new component and assign it to your custom comp.

Or if you want from scratch check the below link, hope it will help.

[http://weblogs.sdn.sap.com/cs/blank/view/wlg/18478]

Regards,

Shobhit

Former Member
0 Kudos

Thanks a lot. I searched the forums, probably I did not use the correct keywords.

Answers (0)