sap

Consuming flex3 components in Visual Composer 7.2 using Web Dynpro

Hi All, Is there a way to export Table data to a MIME Resource(Flex3 component) from Web Dynpro? I have a flex3 component(US heat Map) which accepts a arrayCollection (state and value pairs). I need to create a webdynpro wrapper for this to use in Visual Composer 7.2. What I am trying to do is migrate the flex components I made for Vi...

how to learn SAP ERP without buying it?

gHi everybody, I'm a developper and also has the student statut. I would like to learn SAP ERP (because many companies use it and I think it is the major ERP contributor in Europe). Is there a SAP ERP student edition? How do people practise SAP ERP? Trial version? If there is no way to download it free/trial, do you think that learning...

SAP Solution Manager: Which Application Life-Cycle Management Processes are getting covered?

As it is included in the licence (according to SAP) we would prefer using SolMan over other tools, for the entire life-cycle of software development. Or is it highly recommendet to use specific tools for the particular processes like Test Management? Any opinions?? Regards M. ...

How to get Extjs.data.store data with json format with POST method

Hi experts, How can i send the Ext.data.store's array to server side in json type??? thanks ...

How can I call ActiveX from SAP?

I have a custom ActiveX control that I would like to Call from SAP. In this case I cannot use PI, what other options do I have? ...

Hiding Extended program check errors for Includes in ABAP

How can I stop the ABAP extended program check (SLIN) from reporting errors in include libraries that I may not have write access to? I like to leave the extended check with as few errors & warnings as possible, usually when I intentionally use something in a way that may cause a warning, I use the pseudo comments ("#EC * etc) to hide t...

Using XML to generate SAP ABAP and/or SAPScript?

Has anyone got examples and/or experience of generating SAP ABAP or SAPScript form code from XML that came from an external application? This would help: creation of SAP-based applications in a data-driven way by automating the knowledge to do so from the export of XML from an external application automated inputting of knowledge from...

XML parsing with SAX | how to handle special characters?

We have a JAVA application that pulls the data from SAP, parses it and renders to the users. The data is pulled using JCO connector. Recently we were thrown an exception: org.xml.sax.SAXParseException: Character reference "&#00" is an invalid XML character. So, we are planning to write a new level of indirection where ALL special/ill...

What is SY-ONCOM?

What is sy-oncom used for? I've the following explanation from SDN but in my program I'm getting a value of 'T' and 'X'. SY-ONCOM On Commit flag. This system field is set to different values depending on the call status of an ABAP program. Of these, only the value of ‘P’ is guaranteed. If at all, SY-ONCOM must only...

Integrate SAP Webdynpro into a normal website (web appllication)

Is it possible to embed / integrate SAP Webdynpro pages / applications into nomral websites / web-applications (for example html, asp.net php, ...) ? ...

Usage of Biztalk SAP Adapter without Biztalk Server to connect .NET and SAP

Is it possible to use the Biztalk adapter pack whithout a Biztalk installation (Biztalk license is available)? I want to use the Biztalk Adapter for SAP RFC calls within a .NET Application (as a replacement of the SAP Connector for .NET, which is unfortunately no longer maintened by SAP and I don't can use third party products like "Er...

Are there videos/tutorials that show one or more technical SAP upgrade tasks from 46C R/3 to ECC 6.0?

Do you know about a web site that has videos/tutorials of one or more scenarios showing to brave girls/guys doing and explaining a technical SAP upgrade from 46C R/3 to ECC 6.0? I mean, screens showing the technical planning, preparation, upgrade and follow-up activities? Of course, I do not pretend to repeat the same scenarios but to h...

How to populate object dependencies with routing bapi

I'm using BAPI_ROUTING_CREATE to interface routing creation/changes from an external system. There doesn't seem to be a way to pass VC object dependencies for each operation. Does anyone know of a way to programmatically update object dependencies? I'd prefer to avoid BDCs if possible. ...

SAP .NET Connector

Hi all, I need to connect to SAP and do a simple update but it will be the first time for me connecting to SAP and i know almost nothing. After some search on web i learned that there is an API which works only in visual studio 2003 (SAP .NET Connector). But i have a win7 .net 3.5 sp1 system. Is there any free way to connect to SAP u...

Consuming SAP Web Service from ASP.Net

Hi, Next week i am supposed to develop an asp.net application which will connect to SAP, retrieve some data, change them and send back to SAP. We decided to use web services to achieve this and now i just want to know what diffuculties may i face with? I have URL of WSDL of the Web Service, will it be enough for me to adding web refer...

"NOT_SUPPORTED_BY_GUI" Exception in JCo

We are having a BAPI that uploads the specified document to SAP. The BAPI accept three parameters: ID, FILE_LOC and FOLDER_NAME. And I'm setting the values as follows in the JCo code: JCO.ParameterList paramList = function.getImportParameterList(); paramList.setValue("101XS1", "EXTERNAL_ID"); paramList.setValue("tmp", "FOLDER_NAME"); p...

Pentaho vs SAP Business Objects

Is there anyone out there that used these two technologies and could give me some comparison in the form of advantages and disadvantages of both? I'm currently working with BO and I have heard that open source Pentaho does pretty good job as well. Thanks in advance! ...

.NET SAP Connection Authentication via WEB Service

Hi, I am trying to connect to a web service served by SAP and i have authentication problem. I simply added the service by right clicking project, selecting add service reference, giving WSDL url for the service and clicking OK.(After clicking ok asked for credentials and i provided them) Then when i tried to call a method from the se...

Alternatives to the "SAP Connector for .NET"

Are there (free or cheap) alternatives to the "SAP Connector for .NET" ? ...

"SAP Connector for .NET": Generate proxies without Visual Studio 2003

Are there possibilities/ways to generate "SAP Connector for .NET"-proxies without Visual Studio 2003, so that they can be used in Visual STudio 2008 ? ...