
How to get Month Shortname in ABAP OO
March 15, 2020
How to fix “Invalid JDK directory or JVM version too old or not a 64bit JVM” in SAP Connector
May 31, 2020Get the Domain key Text by Calling public method Get_Domain_text from CL_WER_SERVICES
Sample Code:
DATA: lv_Str TYPE String. lv_Str = cl_wer_services=>get_domain_text( i_domname = "YourDomainName" i_key = "DomainKey" ). Write:/ lv_str. |