Hi All,
I am able to get the entities of a change request with below piece of code.
CALL METHOD lref_obj_conv_api->if_usmd_conv_som_gov_cr~get_crequest_data
RECEIVING
rt_entity_data_inactive = li_entities.
When I test I am ready with the entities for a CR which is newly created and is nnot yet approved.
Like wise how can I get the similar data (entities) for a CR which is approved already.
Please respond.
Thanks