Hi,
I want to use CRM_ORDER_READ to read certain opportunities, along with their pricing, text and other details. This is for a report. So I do not want to read all the attributes. For example, I want to read the following attributes of ORDERADM_H:
GUID
PROCESS_TYPE
OBJECT_ID
DESCRIPTION
CREATED_AT
And for OPPORT_H:
GUID
EXPECT_END
STARTDATE
EXP_REVENUE
Since I have to read this for thousands of GUIDs, the FM is extremely slow. I feel that we can speed up the process by specifying only the attributes of my interest. How do I do that? I tried using the IT_OBJECT_FILTER parameter, but could not quite succeed.
Best regards,
Rohan.