分类:
2009-09-28 11:45:12
COMM_PRODUCT : Products BUT000 : BP: General data |
In general: CRMCxxxx = Customising BUT* = Customer Master CRMC_PARTNER_FT = Partner function Description COMM_PRODUCT = Materials General Table SCATTSEG = Valid from/ Valid to CRMD_ORDERADM_H = Document Header Table CRMD_LINK = 连接到与order相关的其他信息数据表的guid GUID_HI = Header/ Line item Guid GUID_SET = Subset GUID CRMD_SALES = Sales Data CRMD_SHEDLIN = Schedule Line item CRMD_ORGMAN = Organisational Data CRMD_PRODUCT_I = Line item product detail Example: You want to list all complaints that partner no 31 appears as a header partner, and the partner functions: Select PARTNER_GUID from the table BUT000. Get all instances of that partner in the order/partner table: Select GUID PARTNER_FCT from CRMD_PARTNER Then get the order guid from the link table: Select GUID_HI from CRMD_LINK Get the Order No: Select OBJECT_ID from CRMD_ORDERADM_H |