sap

Use SAP Connector for .NET in VB6

Is it possible to use the SAP Connector for .NET in VB6 respectively can be used as COM-Component (COM-visible) or is it better to write a COM-visible wrapper, which hides everything of the connector ? I must access from an old vb6 application to SAP and don't want to use the SAP DCOM Connector. ...

abap date formatting

Hi there, I'm new to abap and just writing my first application. Now I got a date of the type SYDATUM and wondering how to format it in a format like m/d/y. I've found some snippets on the web, but they were not really helpful. -thanks yor your help. ...

How to import data to SAP

Hi, As a complete stranger in town of SAP, I want to transfer my own application's (mobile salesforce automation) data to SAP. My application has records of customers, stocks, inventory, invoices (and waybills), cheques, payments, collections, stock transfer data etc. I have an additional database which holds matchings of records. ie. A...

Send Message from SAP to MSMQ

Is it possible to send a message from SAP to MSMQ ? ...

2 Column Array in SAP ABAP A = 1, B = 2... ZZZ = ?

I need to create a 2 column array in ABAP so that a program can look up a record item (defined by the letters A - ZZZ) and then return the number associated with it. For example: A = 1 B = 2 C = 3 ... Z = 26 AA = 27 AB = 28 ... AZ = BA = ... BZ = CA = ... ... ZZZ = Please can you suggest how I can code this. Is t...

How do I Transport SAP Standard Texts?

SAP Standard text is not automatically added to a transport request. What do I have to do to add it? ...

JCo | How to iterate column wise

The data from SAP is returned as a JCo.Table. However, we don't want to display ALL the columns in the VIEW. So, what we have done is, we have created a file called display.xml which has the JCO.Table columns to be displayed. The display.xml is converted to a List and each field is verified if it is present in the display list(see the c...

ERPConnect (Theobald Software): RFC authorization

I want to call a remote SAP function via ERPConnect (Theobald Software): R3Connection con = new R3Connection("host", 1, "user", "pw", "EN", "700"); con.Open(false); RFCFunction func = con.CreateFunction("FUNCTION_NAME"); Here I get the folliwing exception: User ... has no RFC authorization for function group RFC1 Is it generally neces...

Communicating to SAP XI through .NET - IDOC XML

Hi Friends, I have a situation where in we need to send IDOC things to SAP XI from .NET application. It is like both sending and receiving. I guess that it is having something connected to translate IDoc to XML and vice versa and then communicate. Can you just some technical knowledge on how to achieve this communication between SAP XI ...

How can SAP tRFC server tell client through JCo that function has been carried out?

SAPs "Transactional RFC Technical Description" document (release 4.0, see http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ee6bca90-0201-0010-5792-d9693e2eac83?QuickLink=index&overridelayout=true ) says in section Transactional RFC on page 6: "Finally, the server tells the client, that the function has been carried ...

SAP B1 : Read from Matrix

I'm trying to read from a Matrix. The code that I have until now is: SAPbouiCOM.Matrix matrix = (SAPbouiCOM.Matrix SBO_Application.Forms.ActiveForm.Items.Item("38").Specific; SAPbouiCOM.Column col = matrix.Columns.Item("1") ; SAPbouiCOM.Cells cells = col.Cells; String cell = cells.Item(2).Specific.ToString(); String f = ce...

SAP Business One: Connection Error When I try to connect to UI API

Hi All, I got this error message "Connection - Could not find SBO that match the connection string [66000-85]" when I try to connect SAP Business One UI API. I connect like the following : private void SetApplication() { SAPbouiCOM.SboGuiApi SboGuiApi = null; string sConnectionString = null; SboGuiApi = new SAP...

Accessing SAP trough PHP, how is it ?

Q: I've been asked to work with SAP. I never used it, I've read a few lines and I'm still going to read more about it. But from what I've seen, in code, its basicly Webservice access ?! Is this truth ? If so, I supose its easy, to just Read. Will I need any specifc training to accept this type of job ? If so, I would like to know wha...

How to fill a webdynpro table binded to a BAPI initially?

Hello SAP-Gurus, im fairly new to webdynpro abap and have the following problem: I created a service returning a set of all existing customers. This function works well, if i test it in a litte program simply printing out the lines. now i created a webdynpro containing a table to display these customers. I also did the binding! AND it ...

How to get the selected entry in WebDynpro ABAP table?

Hallo, i have a webdynpro containing a table displaying numerous lines. after the user clicks the delete button i want to delete the selected line of the table. my problem right now is, that i don't know how to implement this in the event-call. How can i identify the selected line of the table? Best regards Philipp ...

SAP NetWeaver PI 7.1 - Team size

I was wondering if some of you could share their experiences with SAP PI regarding the admin/basis team size. How many people were involved in the differents teams? (Dev, admin, basis, etc) I know the size of the Dev team will be impacted by the size of the project/number of interfaces, but I would like to have a general idea. ...

Usage of the "SAP Function OCX"

Does it make sense to use the "SAP Function Control" (wdtlog.ocx in connection with wdtlog.ocx and wdtaocx.ocx) to access (via the Interop-Assemblys SAPFunctionsOCX.dll, SAPLogonCtrl.dll and SAPTableFactoryCtrl.dll) to SAP with RFCs instead of the no longer supported SAP Connector of .NET ? I know there is also the product ERPConnect o...

RFC for remote call transaction in SAP

How do I call the SAP report (for example RSPARAM) with help JCo? What RFC may be used to remotely call SA38 transaction with RSPARAM (e.t.c.) as parameter and then return results for later work ? ...

Transforming XML in a SAP BusinessObjects report

We have a database that has columns containing XML. We need to create some reports in SAP BusinessObjects. The reports are very simple, but in the output we'll need to transform the chunks of XML into something human readable. I'm entirely new to BusinessObjects - can I do XML transforms in a BusinessObjects report? ...

Connect PHP to SAP R/3 using SAPRFC - Unable to initialize module

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 On restart of Apache, application event reported this error: PHP Startup: saprfc: Unable to initialize module Module compiled with build ID=API200...