Retrieve Description001 from F0005

tmackin

Reputable Poster
I need to retrieve the decription for country codes. I have not been able to find a business function and also tried the direct I/O approach to no avail! Can someone recommend a business function or code to use I/O. I setup variables for SY & RT and forced values 00 & CN. Used value of CTR in F0116 as third key, then passed the value of Description001 to a report variable.

Thanks in advance
 
Try using X0005.GetUDC

SystemCode = 00
RecordTypeCode = CN
UserDefinedCode = US (your country)

see attachment
 

Attachments

  • 169478-X0005.jpg
    169478-X0005.jpg
    113.4 KB · Views: 124
Back
Top