Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error -help me pls

Former Member
0 Likes
370

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

2 REPLIES 2
Read only

Former Member
0 Likes
350

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

Read only

0 Likes
350

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