In the CAOR transaction, I'm trying to record a script for the steps I perform to "Import from Text File" on a multiple selection for the Receiver Order field.
I have turned on the recorder, performed all the steps, and looked at the resulting InputScript.txt file.
I am not seeing the screen functions for the file picker dialog that opens for me to choose the text file.
The Input script only shows these two screen sections:
// Multiple Selection for Order
Screen SAPLALDB.3000
Enter "/23"
// Multiple Selection for Order
Screen SAPLALDB.3000
Enter "/8"
The filepicker dialog should be in between those two Screen commands, but the recorder didn't pick anything up.
What script commands or Screen functions do I need to supply the filepath and filename for my text file?
Thanks!