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
Table | Description | Comments |
CRMD_ORDERADM_H | Header | OBJECT_ID – Order ID |
CRMD_ORDERADM_I | Items | CRMD_ORDERADM_I~GUID = CRMD_ORDERADM_H~GUID |
CRMD_PARTNER | Order partners | CRMD_PARTNER~GUID = CRMD_LINK~GUID_SET |
CRMD_LINK | Links for connection with other objects. | CRMD_LINK~GUID_HI = CRMD_ORDERADM_H~GUID |
Other SAP CRM TABLES
Table | Description |
CRMC_SORG_R3ORG | Connection Sales org CRM and ERP |
COMM_PRODUCT | Products SAP CRM |
BUT000 | Partners |
The article is under development and will be updated!