‎2008 Jan 18 7:14 AM
Hi Experts
I have done coding for connecting VB and SAP to create Sales Order.
I am getting the error as
An internal RFC-Error occured.
Error-key : RFC_ERROR_SYSTEM_FAILURE
Description : See RFC trace file or SAP system log for more details
cpic-status : ??
Internal State : ??
and denotes the error line as
Set boOrder = bapictrl.getSapobject("SalesOrder")
What could be the reason, and how to correct.
Pls help me.
Thanks in advance.
Regards
Rajaram
‎2008 Jan 18 7:23 AM
Hi Rajaram
Please check whether the Business object to be referred is "BUS2032" and not "SalesOrder" in the statement,
Set boOrder = bapictrl.getSapobject("SalesOrder")
Regards
Ranganath
‎2008 Jan 18 7:58 AM
I just coded in VB only, i have not done anything in SAP system.
Pls advise me to follow your instructions regarding business objects.
Thanks in advance.
Regards
Rajaram