Question about setting FileLayout name dynamically (PTools Ver 8.50)
I am reading a file and loading data into a table using FileLayout and App Engine. When I drag drop the file layout into the App Engine Peoplecode, it creates a default peoplecode where it sets the file layout. Is it possible to assign the name of the filelayout through a variable, instead of providing the exact filelayout name (show below)?
&FILE1.SetFileLayout(FileLayout.AH_TESTING_PIP_FL);
My intent is to pickup the name of the filelayout from a table and assign it to the variable instead of hardcoding the filelayout name.
Thanks
Venky