SAP MDG x ABAP: How to call CR Type Description
Note: There are several ways; this blog is written about one of them.
DATA: lv_crtype_descr TYPE usmd_txtmi.
SELECT SINGLE txtmi
FROM usmd110t
INTO lv_crtype_descr
WHERE usmd_creq_type = 'ZMDGCRTYPE'
AND l...
sapmdg.hashnode.dev1 min read