cancel
Showing results for 
Search instead for 
Did you mean: 

Link bewteen Service Contract and Service Order in CRM

former_member462348
Participant
0 Kudos

Hi Experts,

Can anyone help me on, how to find the Service orders attached to an service contract.

provide me some tables are FM which helps in finding out the orders linked to an service contract.

Thanks

Rufus

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi  Rufus

You do not want to use tables to obtain this. Rather use function module CRM_ORDER_READ.

The linked objects should be visible in one of the returned tables. I think it would be named something like...DOCUMENT or FLOW..

Regards

Arden

former_member462348
Participant
0 Kudos

Hi Arden,

Thanks a lot, I could find the document GUID's in ET_DOC_FLOW internal table.

Rufus

ceedee666
Active Contributor
0 Kudos

Hi Rufus,

depending on what you are trying to do I'd suggest to first try to use the BOL to read this information. Only if you are in an area where the BOL is not an option I'd recommend using the CRM_ODER_READ function module.

Christian

Answers (0)