cancel
Showing results for 
Search instead for 
Did you mean: 

Activity Category (Communication Type)

Former Member
0 Kudos

Hi,

I need to fetch Activity Category (Communication Type) like email ,letter,phone

in CRM system.

What and ALLparameter needs to passed in fun module CRM_ORDER_READ to get Activity Category (Communication Type).

speciall what to pass to parameter it_requested_objects .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Shailendra,

You have to pass name of the output structure you want the data from.

For example in your case appending 'ACTIVITY_H' to it_requested_objects,

will return the values from structure et_activity_h.

This structure rather pulls data from CRMD_ACTIVITY_H table. It does has category field, however I am not sure if it will give you what you are looking for.

Normally the field category in above table is fetched from check table CRMC_ACT_CAT_T.

And BTW you also do need to pass header guid in, it_header_guid.

So you need to try it !

Good luck . Pl points if u are satisfied.

Regards,

Vallabh.