Description
When running a script that only returns data, the error returned is "No batch input data for screen SAPLGL_ACCOUNT_MASTER_MAINTAIN 2001" (FS00 transaction)
This script will then be chained to a journal upload script - the Field Status Group will be used as a condition to ensure the correct screens and fields are input (the missing columns in the script attached would be filled in by the journal entry fields)
Is it possible to suppress this error?
Is there a better way to return the Field Status Group?
Applies to
Transaction 10.X
Immediate Workaround
As the Transaction script is not updating data, the error returned doesn't mean anything. There is a way to change the message output.
1. Open the script
2. Click on the Edit menu item
3. Click on the last icon on (page with a pencil)
4. Do a search for +RS1
5. Add the following on a new line below: +MT00-344=Data Downloaded (you can change Data Downloaded to what you want to appear in the log column)
6. Click save and run the script again. The message is now changed.
For more information, please see the attached PDF.
Comments
0 comments
Please sign in to leave a comment.