Steps to combine SAP screens:
- Navigate to the transaction you want to simplify and refresh Designer.
- Press Record on Designer.
- Perform the full transaction. Designer will create a function to automate the process you are performing.
- When the process is complete turn off the recording.
- Rename function1 to anything more descriptive. "Save as" the InputScript.sjs with any name you want.
- In the screen script use the "load" command to have access to the function you created.
- Create a button to use the function.
- Right-click -> Properties and check "Process". Type in the function name.
- Remove any unnecessary fields.
- Save in Designer and all the changes will appear in SAP.