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, Script shouldn't stop. It should move to the next line after putting appropriate message in Comment field.
Can anyone throw some light how to identify whether SAP is facing some Error or Warning?
And if Error occurs how to get out of it i.e., how to handle that and move to next record submissions.