‎2012 Mar 27 4:00 PM
Hi Sap Network Community
I have a question on the solution manager. I have created an action with the crmd_order inside. The function works fine apart the Sap component extraction:
I also tried with this functions but lt_service_h is always empty
CALL FUNCTION 'CRM_ORDER_READ_OW'
EXPORTING
it_header_guid = lt_header_guid
it_requested_objects = lt_requested_objects
IMPORTING
et_orderadm_i = lt_orderadm_iw
et_partner = lt_partner
et_service_h = lt_service_h
EXCEPTIONS
document_not_found = 1
error_occurred = 2
document_locked = 3
no_change_authority = 4
no_display_authority = 5
no_change_allowed = 6
OTHERS = 7.
I need to read the Sap component and put the correct material in the order.
The empty field is
ll_component = lt_service-/AICRM/SAP_COMP.
‎2012 Mar 30 4:49 PM
Issue solved, there is a parameter missing in lt_requested_objects
‎2012 Mar 30 4:49 PM
Issue solved, there is a parameter missing in lt_requested_objects