CRM Database View: Document + Related Information
by BMG on Wednesday, March 24th, 2010 | No Comments
Database views are very useful to gather information from various related tables. Especially when programming….
SAP CRM provides some database views in a way that can be easy to collect massive data about documents.
One example: if you want to get information about partners from a document, you can use database view CRMV_LINKPARTNER.
Another example: if you want to get information about organizational data from a document (header level), you can use database view CRMV_LINKORGMAN.
Check for database views with prefix CRMV_LINK*, for more combinations.

