in scripts/sap-data-extraction.py [0:0]
def _setResponse(success,message, data, numberofrecs):
response = {
'success' : success,
'message' : message,
'copy' : copy.format_exc(),
'data' : data,
'numberofrecs' : numberofrecs
}
return response