cancel
Showing results for 
Search instead for 
Did you mean: 

call reports

Former Member
0 Kudos
173

Hi,

Iam working in Mobile sales. Implementing PCUI using BSP and portal. In mobile sales there is application called Call Reports. in SAP both call reports and Opportunities are combined with business object BUS2000111. I need to separate the applications, but have almost same functionalities. Only i need to display separately on the portal.For example: The process type of an opportunity is a DDLb and shud have only the types of Opportunity. Similarly with Call reports. But SAP combined them. What is the best way to do this?.

What i have done is developed a new application called Call reports with same access model classes and structures. i did not changed a bit in them. Now am trying to find where exactly the code should be changed to have my Process type DDLB only call reports.

hopefully am clear with what i have to say.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

pramodhkapoor
Advisor
Advisor
0 Kudos

Hello Shailaja,

Please try the method FILL_EVENTGROUP of interface IF_CRM_BSP_MODEL_ACCESS_IL implmented by your model access class.

Also another suggestion since opportunity and call reports belong ot same business object and look similar, in that case just create a view on the oppoortunity application this would be a better approach rather than creating a copy of opportunity application.

Hope this helps.

Regards

Pramodh

Former Member
0 Kudos

hi Pramodh,

Thanks for the suggestion. I soved the problem by exporting the application name to the shared memory and modifying the code wherever the applications differ.

Thanks

Shailaja