cancel
Showing results for 
Search instead for 
Did you mean: 

Need a function module to read some std. fields in service process in CIC

Former Member
0 Kudos

Hi All,

Process is -


> user creating service process doc. in/from CIC (win client). SAP CRM 3.1 Version.

Under service document's interaction record there are few fields (category, priority, reason, status, result). Using FM: crm_order_read, am able to read/find category, priority & status. But am not able to read/find reason & result. Can you please help me for this which function module i need to use. Or is there any other method is there to find out.

Sunil

Accepted Solutions (1)

Accepted Solutions (1)

saumya_govil
Active Contributor
0 Kudos

Hi Sunil,

You would find the reason data in ET_SERVICE_OS output parameter of CRM_ORDER_READ.

Go to ET_SERVICE_OS ->OSSET ->SUBJECT-> CODEGRUPPE, CODE, KURZTEXT, CODETEXT.

Hope this helps!

Regards,

Saumya

saumya_govil
Active Contributor
0 Kudos

Hi,

The result field would be in ET_SERVICE_OS ->OSSET ->SUBJECT-> LISTCODE.

Regards,

Saumya

Answers (2)

Answers (2)

Former Member
0 Kudos

This message was moderated.

former_member813607
Contributor
0 Kudos

I am not sure but just for a trial can you see crmd_service_h ( or crmdserv ) table

Regards, Sudeep..