SAP CRM Order tables

Mains table which I using in SAP CRM in ABAP programs. In CRM more often we use Model for read data, but sometimes better use SELECT from database tables. Sometimes this variant easier and better for performance. Also this SAP CRM database table useful for check data for consultant.

Sales Order tables SAP CRM

TableDescriptionComments
CRMD_ORDERADM_HHeaderOBJECT_ID – Order ID
CRMD_ORDERADM_IItemsCRMD_ORDERADM_I~GUID = CRMD_ORDERADM_H~GUID
CRMD_PARTNEROrder partnersCRMD_PARTNER~GUID = CRMD_LINK~GUID_SET
CRMD_LINKLinks for connection with other objects. CRMD_LINK~GUID_HI = CRMD_ORDERADM_H~GUID
Order tables CRM

Other SAP CRM TABLES

TableDescription
CRMC_SORG_R3ORGConnection Sales org CRM and ERP
COMM_PRODUCTProducts SAP CRM
BUT000Partners
CRM Tables

The article is under development and will be updated!

Leave a Reply