Quantcast
Channel: SCN: Message List - SAP Master Data Governance
Viewing all articles
Browse latest Browse all 5383

Re: Class for reading the Staging tables in MDG material

$
0
0

Hi Bhuvaneswari,

 

And if you use:   i_readmode  = if_usmd_model_ext=>gc_readmode_all_inact?

 

Else try:

 

 

TRY.
    cl_usmd_gov_api=>get_instance( iv_model_name = 'MM' )->
get_crequest_data

( EXPORTING   iv_crequest_id          = id_crequest

    IMPORTING   et_entity_data_inactive = lts_data_entity ).

  CATCH cx_usmd_gov_api.
* Your handling
ENDTRY.

 

henk.


Viewing all articles
Browse latest Browse all 5383

Trending Articles