‎2013 Mar 07 4:59 PM
We have a simple Z function module that reads a file from the database server and updates a Z table. This function module is remote enabled as it's initiated by our EDI systems. I'd like to add code to the FM to throw an error and record an error if it can't read the file so our BASIS people can review within SAP. Not sure how to do this.
‎2013 Mar 07 5:17 PM
Hi,
Consider using Application Logging.
http://wiki.sdn.sap.com/wiki/display/Snippets/Application+Logging+in+SAP+Using+ABAP
or a Workflow scenario
Br,
Andrei
‎2013 Mar 07 5:17 PM
Hi,
Consider using Application Logging.
http://wiki.sdn.sap.com/wiki/display/Snippets/Application+Logging+in+SAP+Using+ABAP
or a Workflow scenario
Br,
Andrei