I\'m working on a program witch creates Business Partners in SAP IS-U system. For the creation of business partners I use function module BAPI_ISUPARTNER_CREATEFROMDATA
This is the error code : Line 115: ERROR: RFC_ERROR_SYSTEM_FAILURE Error in module RSQL of the database interface.NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.
I have to pull some data from an ERP system (SAP) in C#. Without going into details about SAP (I\'m sure you wouldn\'t want to know about it).
I am trying the po开发者_运维百科st an invoice to SAP using the F-47 transaction and using SHDB to record the transaction and learn how it works. I see there that sometimes BU and ZK BDC OK codes are
Is it possible to connect multip开发者_开发技巧le BW systems to one single R/3 system? Yes, you can.
a small report program requires me to enter profit center group valu开发者_运维百科es.How can i view the valid values of profit center groups .i picked up a few values from cepc tables that are not wo
My company is thinking to upgrade SAP from 46C to ECC 6.0 EHP开发者_如何学C 5 and we have the next 3 questions:
I have very little SAP ERP knowledge.I wrote some code to create a Manual Call Work Order in the Plant Maintenance module.The code seems to have worked but when I try to create another manual call wor
Is the SAP RFC SDK (wdtfuncs.ocx, wdtlog.ocx respectively Interop.SAPFunctionsOCX.dll, Interop.SAPLogonCtrl.dll) an acceptable / recommended way to connect (Microsoft) applications via RFCs with SAP ?
Goal: use PHP 5.3 to connect to SAP ECC 6 Config: Windows XP desktop. Using SAPRFC PHP open source extension. Added php_saprfc_530.dll to the php ext directory and added extension to php.ini