cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent: CRM table for service process order

Former Member
0 Kudos

Hi,

Which table holds the next document GUID or transaction number for a CRM service process order.

Info similar to the FM: CRM_DOC_FLOW_READ_OB

Thanks,

sam

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Sam,

All transactions are stored in CRMD_ORDERADM_H, there you'll find the GUID and OBJECT_ID (and some other generic header data) of the service order. Just query the table with PROCESS_TYPE = <your Z transaction type for service order> to get all service orders.

Hope this helps,

Regards,

Joost

Former Member
0 Kudos

I am aware of this table but I am looking for the next order linked to a order in the data flow. this relation is not available within this table