I m using SAP GUI Scripting code for bulk record submission through SAP form. It picks records one by one from Excel file and submits in SAP system.
My Question:
I want to include error handling into it. So that if any error occurs at any particular record submission, the script shouldn't stop. It should move to the next line after putting appropriate message in the comment field.
Can anyone throw some light how to identify whether SAP GUI is facing some Error or Warning?
And if an error occurs, how to get out of it, i.e., how to handle that and move to next record submissions?