‎2009 Aug 21 10:43 AM
Hi Friends,
While executing the function module "HTTP_POST" ,sometime we are getting the error "System_Failure" exception.
Can anyone tell what could be the reason for this exception,any configurations need to be done on SAP???
For this FM we are passing the RFC destination"SAPHTTPA" as one of the paratmeter and
The two import paramters we are passing to this FM are
URI :
Destintion : SAPHTTPA
Thanks all in advance.
Regards
Dharmaraju
‎2009 Aug 21 1:33 PM
Hi,
Check if any proxy is maitained in the client by going into transaction
SICF-> Goto-> HTTP Client Proxy -> HTTP LOG TAB.
If there is anything maintained under Host name and port, if yes you need to specify the IP address while calling FM HTTP_POST
under PROXY as
192.168.0.1:8080 where first part is IP address & 2nd part(8080) is port.
Also test connection for SAPHTTPA under SM59 to see if its properly configured.
Regards,
Amit
‎2009 Aug 21 1:55 PM
Hi Amit,
Thanks for your answer.I have checked both client proxy settings and SAPHTTPA settings both are good.
The issues I'm getting the System_failure error randomly,
what could be the reason for getting this error randomly.
Thanks & Regards
Dharmaraju
‎2009 Aug 21 1:57 PM
Have you reviewed the ICM trace file? Set the trace file setting on the highest level, clear the file, and re-run your post. What version are you using? Why the old function module and not the object oriented method?
‎2009 Aug 21 2:11 PM
‎2009 Aug 21 2:16 PM
Hi Brad,
Thanks you.
How can set the trace file to the higeht level and how can I view the log?
Regards
Dharmaraju
‎2009 Aug 22 6:57 PM
Hi,
No idea about trace file or anything beyond it.
Regards,
Amit
‎2009 Sep 01 7:09 AM
Hi Brad,
Can you provide me with the name of the class and method for replacement to "HTTP_POST" function module?
Thanks in advance.
Regards
Dharmaraju