Can I get value from the data selection?
I'm writing a text file in my UBE and part of the name of the text file is a value (Company) in the record. So users will put in the data selection a company to run this UBE and it will get all records for this company in F0902
In the Initialize Section of my UBE, I create the file name and run function Open Flat File. But how can I get the company's name so I can add it to the file name?
Since users will select a company to run in the data selection, I think I can get that value from the data Selection. Can I?