Questions tagged [netweaver]

SAP NetWeaver is a service-oriented application and integration platform.

SAP NetWeaver is both a development and runtime environment for SAP applications. It uses ABAP as its primary programming language but also employs other generic languages like C++ and Java.


Related tags

186 questions
3
votes
1 answer

OData binding with $expand

We have to bind a OData url to UI5's ODataModel https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZCD204_EPM_DEMO_SRV/BusinessPartners('0100000000')/SalesOrders/?$expand=SalesOrderItems We are able to bind root level items that belong to each…
ykay
  • 193
  • 1
  • 3
  • 7
3
votes
1 answer

Can I generate a WSDL file without binding and service information?

I came across an issue where a customer is able to open a SAP WSDL using net-beans as well as in .NET but not in SOAPUI. When I checked the WSDL I found that service as well as binding tags are not defined or no such tags included. WSDL ends with…
sruthy
  • 115
  • 1
  • 2
  • 9
3
votes
3 answers

Web-services granularity with SAP project?

In a project that comes as a third-app on top of SAP to extent its functionality thru SOAP web-services, I am wondering how should be defined the web-services themselves ; should we implement dozen of web-services that achieve simple & atomic…
Olivier BOISSIN
  • 208
  • 3
  • 7
2
votes
1 answer

SAPUI5: OData V2 returns error "The Data Services Request could not be understood due to malformed syntax"

I'm trying to use OData V2 as suggested in this comment. The issue is whenever I use sap.ui.model.odata.v2.ODataModel rather than the deprecated sap.ui.model.odata.ODataModel, I get this error from SAP Gateway Error Log The Data Services Request…
Abdulelah
  • 77
  • 3
  • 10
2
votes
1 answer

Cached value while retrieving template in UDM_DISPUTE

I'm trying to retrieve templates in Dispute Management (TCODE: UDM_DISPUTE). The first time, it doesn't retrieve them because the document is still initial and it has to create a connection. Somewhere along the line, it gets the ID of the template,…
Dorien De Wallen
  • 173
  • 5
  • 13
2
votes
1 answer

Jasper quits PDF generation with Error while loading available fonts

On my local jBoss machine, generation of PDFs works fine. However, when I try publish (so far it seems so) basically anything on NetWeaver deployed same code of application, generation crashes with this error: 08-06-18:00:46:45 [HTTP Worker…
Pavel Janicek
  • 14,128
  • 14
  • 53
  • 77
2
votes
1 answer

Install NWRFC with PyRFC in Windows

I am trying to install PyRFC with NWRFC SAP library... After a lot of work, and problems, I install everything, but now when I start python import pyrfc I get Traceback (most recent call last): File "", line 1, in File…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
2
votes
1 answer

How do I enable SAP GUI scripting on my Cloud Appliance Library Instance?

I am a DevOps noob so please bear with me, and I would really appreciate it if you could provide step by step instructions. I am trying to enable SAP GUI Scripting on my Cloud Appliance Library SAP instance that is running NetWeaver 7.5 hosted on…
2
votes
1 answer

QTP find object in a Browser frame in a Java frame in an IE window?

So we have a bit of an unusual setup in our software. On a webpage, we have a Java applet. QTP can handle objects on the webpage itself or the Java applet itself quite easily. The problem comes when the Java applet then includes an internal…
Riddari
  • 1,713
  • 3
  • 26
  • 57
2
votes
5 answers

SAP NetWeaver 7 trial and SAP .NET connector 3.0 - available functions?

I am using the SAP .NET Connector 3.0 to connect to some NetWeaver instance running on another machine. It all works nice, but the tutorial only connects to one function called STFC_CONNECTION. To do this, I am using this code: function =…
grady
  • 12,281
  • 28
  • 71
  • 110
2
votes
2 answers

RSAP package to connect to SAP through R (windows)

I'd need to be able to grab data straight from into R without going through using its GUI. I've found that the RSAP package seems to be exactly what I'm looking for. I followed the steps recommended by Piers and Alvaro Tejada Galindo (made it work…
homer3018
  • 309
  • 2
  • 15
2
votes
2 answers

OData: Unable to create working get_entity method (RFC nore ABAP)

I have created a simple table for testing purposes and want to implement the get_entity method in SEGW for this. I have an RFC that gets the two keys and returns the matching entry. SELECT SINGLE * FROM ZORDER INTO ORDERRETURN WHERE ORDERADVENCO…
stackmonkey
  • 115
  • 2
  • 11
2
votes
1 answer

SAP Design Time Repository Branching like Git or SVN

In SAP NetWeaver Design Time Repository is there an equivalent to SVN or Git style branching? I would like to be able to branch a SC for some development work on particular features while maintaining a main development trunk. Also it would be useful…
David Findlay
  • 1,296
  • 1
  • 14
  • 30
2
votes
1 answer

Why is precision lost if resolving of the type left to the compiler?

What is the reason of the lost of precision if the decimal type of the variable is left to be defined by the compiler? Is this documented anywhere? DATA: gv_1 TYPE p LENGTH 15 DECIMALS 2 VALUE '56555.31'. DATA: gv_2 TYPE p LENGTH 15 DECIMALS 2 VALUE…
Jagger
  • 10,350
  • 9
  • 51
  • 93
2
votes
1 answer

Cannot edit specific Web Dynpro Java views in project

I can't seem to edit some Web Dynpro Java views, whenever I try to edit the code it prompts me to logon to DTR and when I do logon, a DTR console appears at the bottom and still I can't edit. I repeat this step over and over again no luck. Any…
21stking
  • 1,191
  • 11
  • 19
1
2
3
12 13