Hmm... Many module developers at SAP now try to tie into SAP RCM - but why are they all trying to do their own thing? SAP ERP is about integration of modules and tightly tie them together, whilst keeping them seperate spaces of development...
A generic implementation of RCM for a module should consider:
- Make use of GOS to jump from business object to record or case (or multiple)
- Make use of Business Object Events to create records or cases upon a certain condition
- Provide for a generice method to recheck module security aspects within record, case or document.
Currently i am looking at ways of how to easily make availabe branches of records or documents within a record to other RCM based applications. Requirements are usually all the same: There might be a purchasing document that is of relevance for a real estate record or a project record too. Or vice versa... How to know once a document is created within one record, if it is for relevance of another record?
A little problem still unsolved...