cancel
Showing results for 
Search instead for 
Did you mean: 

How to read the values of FM CRM_DOC_FLOW_READ_DB?

Former Member
0 Kudos

Hi People,

Reading values from the FM for a single GUID is done but is there any way in which I can pass multiple GUIDs to get there data at once since the number of GUIDs that I need to fetch the data for is a huge one , so it'll be difficult to pass individual GUIDs one by one.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Prateek,

      You can call api CRM_ORDER_READ and read et_doc_flow by passing all the header guid in it_header_guid.


For performance set iv_only_spec_items = abap_true and before calling api send Doc_flow in IT_REQUESTED_OBJECTS.


Hope its resolve your issue


cheers!!

Tapan

Former Member
0 Kudos

Hi Prateek,

You may use CRM_ORDER_READ for your purpose. To avoid performance issues

set IV_ONLY_SPEC_ITEMS = abap_true and send DOC_FLOW in IT_REQUESTED_OBJECTS