2016 Jan 19 11:48 AM
Hi Experts
I am looking for standard Odata service of Move-In , Move-Out and Business Partner Creation in SAP CRM.
I have check the standard project which are provided by SAP, But i am not able to find any standard Odata service.
Please help me!!!!
Thanks
Arjun gupta
2016 Jan 19 12:16 PM
2016 Jan 19 12:22 PM
Hi Tammy
Thanks for your quick response.
I have checked, But didn't found any Odata service project for BP creation,Move In and Move Out.
2016 Jan 19 1:14 PM
Hi Arjun,
If you look in the documentation of the MCF you'll find the required service for BP creation (Account - SAP Multichannel Foundation for Utilities and Public Sector - SAP Library) and move out (MoveOut - SAP Multichannel Foundation for Utilities and Public Sector - SAP Library)
As far as I know there is currently no standard OData service for Move-In in SAP CRM. Therefore, custom development is needed for this service. We have implemented Move-In service in SAP CRM in a few projects. If you do the same I'd suggest that you implement the move in service based on the process framework used in the CRM UI. This way you are able to use the same logic and checks in the service and the CRM UI. However, there are some caveats to this approach. Its one the blogs I need to write....
Christian
2016 Jan 19 2:19 PM
Hi Christian, I would like to put some clarity. BP creation is not allowed via MCF OData services (there is no POST method implemented for OData entity Account). It can only be allowed in one case -> in deregulated market, prospect is interested in products of a Utilitiy company, signs up and creates a user on the portal of a utility company. So, BP creation is only allowed in MCF in that scenario in OData service CRM_UTILITIES_UMC_URM.
Now, regarding move-in/out in CRM, in other words contract management, we do support all scenarios (move-in/out) which are based on process framework.
Create contract: POST on entity ContractItem (ContractItem - SAP Multichannel Foundation for Utilities and Public Sector - SAP Library)
End contract: MoveOut - SAP Multichannel Foundation for Utilities and Public Sector - SAP Library
Change product on contract: ChangeProduct - SAP Multichannel Foundation for Utilities and Public Sector - SAP Library
On ERP side we have OData entities that support move-in/out based on EC70 transactions.
Best Regards, Yevgen
2016 Jan 19 3:03 PM
2016 Jan 20 6:45 AM
Hi Yevgen
which entity will be used for creating a new contract account?
Thanks
Arjun gupta
2016 Jan 20 1:10 PM
2016 Jan 21 9:55 AM
Hi Yevgen
I have decided to go with CRM_UTILITIES_UMC_URM . But when i am checking this in my CRM system, This Project is not available in the CRM.
2016 Jan 21 12:49 PM
I mentioned in my blogs, this service is redefining a service NW GW that was created not using SEGW transaction, you would need to extend it manually. Check the blogs.
Thanks Yevgen