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

Re: Regarding table name which link in between CR Number & Material Number

$
0
0

Hello Victor,

 

Easiest way out is to ask read_char_value itself.

 

    CALL METHOD cl_usmd_model_ext=>get_instance

           EXPORTING

             i_usmd_model = 'MM'

           IMPORTING

             eo_instance  = lo_model_ext

             et_message   = et_message.

 

    lo_model_ext->read_char_value(

       EXPORTING

         i_fieldname       = if_mdg_gw_fiori_constants=>gc_usmd_crequest

         it_sel            = lt_sel " Pass the Crequest data in this select options table

         i_readmode        = if_usmd_model_ext=>gc_readmode_all_inact    " Read mode

       IMPORTING

         et_data           = lt_objlist

         et_message        = et_message

     ).


et_data will return the required material details locked in the CR supplied.


BR,

Avinash


Viewing all articles
Browse latest Browse all 5383

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>