SAP AG software company based in germany. SAP offers business software, targeting small and medium-sized companies, just as whole software solutions for major corporations. The company's best known products are its SAP ERP & BusinessObjects.
-1
votes
0answers
17 views
Is the SAP Enterprise Services Explorer for .net Free or not ? [closed]
Is the SAP Enterprise Services Explorer for .net Free or not ? Can you show me the proof?
If it is not free then how much does it cost ?
0
votes
2answers
66 views
Select different fields than GROUP BY in SQL Server
I am trying to run a query in SQL Server where the columns I select are different than how it is grouped. This query is used in SAP.
The problem, is that if I group by all the same columns that are ...
4
votes
0answers
75 views
SAP Simple Transformation with unknown XML
I have XML of unknown structure and I want to apply ST (Simple Transformation) on it to get "somehow" that content out of XML into ABAP structures.
For now I have following test report:
report ...
-3
votes
0answers
19 views
edit a form template downloaded from SAP by design using Adobe life cycle designer [duplicate]
I am in need of urgent help.
I have my form template in SAP by design and I want to edit it using Adobe life cycle designer and I am unable to do that.
The template is in SAP by design. If I ...
-1
votes
0answers
14 views
Will the client independent datas will be copied during client copy from different host [closed]
I have a question regarding client copy from different host.
Will the Client Independent data will be copied when Client copy is done from other system. If so, will it affect thje other client which ...
0
votes
1answer
25 views
Within BOE XI, using the Java SDK, when scheduling a report, is there a way to store some string attributes onto the actual instance?
Within BOE 4, using the Java SDK, when scheduling a report, is there a way to store some string attributes onto the actual instance?
-4
votes
0answers
31 views
SAP bydesign edit template using Adobe life cycle designer [closed]
I am in need of urgent help. I have my form template in SAP by design and I want to edit it using Adobe life cycle designer and I am unable to do that. Please help me. I am very new to this.
How can I ...
-2
votes
0answers
27 views
Send Idoc to SAP using Nco 3.0
im trying to send an Idoc to SAP using VB 2010 and the SAP .Net Connector 3.0.
I allready achieved to receive Idocs with "IDOC_INBOUND_ASYNCHRONOUS" from the SAP-System. But i dont get it how to send ...
0
votes
0answers
19 views
SAP Solution Manager endpoint configuration in WSO2ESB
I use the webservice interface ICT_SERVICE_DESK_API from SAP Solution Manager.
I activate the webservice in SAP. I get a connection with the tool soapui.
But I have no idea how i configure the ...
0
votes
0answers
27 views
SAP HANA XS File upload with UI5
I'm trying to implement a file upload in a UI5 application on a HANA XS Server.
I can't find many informations how to do that - somebody got an idea? Thanks!
1
vote
1answer
37 views
Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path
In my java web application, trying to connect SAP Server. This error is generated. I have placed the sapjco3.dll and sapjco3.jar in WEB-INF/lib/ and also configured in the Java Build Path.
I have also ...
-6
votes
0answers
51 views
VBA Excel 2007 - SAP business objects XI [closed]
Would you happen to have a sample VBA code in excel 2007 that will automatically extract data from SAP business objects XI?
Thanks.
-1
votes
0answers
26 views
How do I use RPY_BOR_TREE_EXPAND to read relevant subtrees? [closed]
Background:
This is accessing SAP BOR(Business Object repository) using JCo(Java)
Information:
Function module RPY_BOR_TREE_INIT returns the BOR tree structure containing the component hierarchy ...
1
vote
1answer
46 views
SAP Management Reporting
I'm an ICT & Business student, currently doing an internship in a quite big company. My assignment is to find a way to deliver Management Reports to Line Managers.
The company is using SAP ...
0
votes
1answer
31 views
Drill Through Issue in Cognos using SAP BW Data Source
We created 2 reports,
Parent and Child, using a package created out of BEX query of SAP BW.
This BEX query consist of mandatory variables and these are prompted in the reports.
Problem what we are ...
2
votes
2answers
77 views
What is the significance of the CHANGING keyword when a method is called in ABAP?
I understand what IMPORTING and EXPORTING keywords do, but what is the significance of the CHANGING keyword?
2
votes
1answer
78 views
Database-table default value for a column in SAP
In the context of my SAP Application I added a column to an existing table and would like to define a default value for it, so that old code working with the table (code that is inserting lines ...
2
votes
1answer
63 views
Program behaves differently when user can debug
We encountered an annoying heisenbug: A few users (not all) of an ABAP program complain about a problem we are unable to reproduce (the search help for contract accounts in transaction FKKORD1 ...
0
votes
0answers
27 views
Business objects XI 3.1 how to deploy and run the java jar file on to the server
I'm newbie to SAP Business objects XI 3.1. I would like to run the sample java class on the BO XI 3.1 server. when I login to XI 3.1 console, couldn't find a way to deploy the java class and run it on ...
1
vote
1answer
109 views
SAP .net connector error Please enter sold to party or ship to party
I am trying to integrate SAP with a .net web application using SAP nco 3 .net connector. I have successfully connected to the SAP system but when i try to create a sales order in SAP using BAPI ...
0
votes
0answers
46 views
SAP Catching Data with RFC_CALL_TRANSACTION RFC VB
I become an errorcode 1001, an SAP Remote error?
I've googled alot but didn't find anything.
Maybe someone knows whats the Problem here.
Im using SAP 720.
...
1
vote
3answers
39 views
How to find the Change Request with my modifications?
I've copied 2 Function Modules (QM06_SEND_PAPER_STEP2 and QM06_FM_TASK_CLAIM_SEND_PAPER) to analogous Z* Function Modules.
I've put these FuBa's inside a ZQM06 Function group (which was created by ...
3
votes
2answers
78 views
Is there an advantage of using direct Rfc calls instead of the BAPI?
I'm not very familiar with working with SAP but my current task is to utilize Rfc calls for creating purchase orders in SAP via a c# project I'm working on.
Is there any advantage to using direct Rfc ...
3
votes
2answers
74 views
How to increase the length of select-options in ui
As I understood, select-options in abap just takes 45 characters from ui.
Whatever i assign the type of select-option, it doesnt take more then 45 characters.
SELECT-OPTIONS: s_key FOR ...
3
votes
1answer
44 views
Is it possible not to show dialog boxes in download function
I'm using "DOWNLOAD" function of abap to download something as txt file. But "DOWNLOAD" function shows some dialog boxes that shows where the file is being downloaded and asks if there is another file ...
1
vote
0answers
56 views
binding data with Xml using Sapui5
XML:
setXml : function(){
oXMLModel = new sap.ui.model.xml.XMLModel();
var sXML ...
3
votes
3answers
78 views
Given a field symbol pointing to a table, how do I assign it to a structure field symbol?
I have a field symbol <lt_something> which points to a table. This table has a single line as content. How do I assign that line in the table to a new field symbol, say <ls_something> ?
I ...
0
votes
0answers
93 views
How to decode unicode special character stored by SAP on SQL Server 2008?
I've a web service reading data from a table T on SQL Server 2008. Table T is populated by an SAP job.
When selecting from the table on SQL client and our web service, we see special characters 'É' ...
0
votes
1answer
50 views
Getting error attempting to Iterate over a JCoTable using java.util.iterator
Am trying to implement some Java patterns (Facade, and Iterator) against JCo objects.
Here, I'm trying to create an Iterator over the JCoTable much like I would any collection in Java. Below is my ...
0
votes
1answer
73 views
How to encode JSON in ABAP
As Horst Keller mentioned in his ABAP and JSON post, "with Releases 7.02 and 7.03/7.31 (Kernelpatch 116) JSON is supported natively in ABAP".
Appartently 7.02 in my case of too generic because the ...
1
vote
1answer
32 views
In what transaction can we maintain the print programs, routines and Forms, to be printed in transaction QM02?
I need to modify a standard form, and to do this, I'm copying it to a Z* form, and I'd like to know where my print program and SapScript form is being assigned to the workflow.
Anyway, since a lot of ...
3
votes
3answers
73 views
How to write character type number with points
I am holding the number in character format in abap. Because I have to take the minus from right to left. So I have to put the number to character and shift or using function 'CLOI_PUT_SIGN_IN_FRONT' ...
0
votes
2answers
161 views
Reading characters in a string in ABAP
How can I read each character in a String in ABAP? For example, I want to read each character in String "a7m4d0". After that I want to verify that each character is a character or a number. Any tips ...
1
vote
1answer
129 views
Configure SAP .NET Connector for SNC using config file in C#
We have a number of applications developed in C# that interface with SAP using the SAP .NET Connector 3.0. I'm very familiar with this, and have recently been asked to look at securing this interface ...
1
vote
0answers
31 views
RFBVBIC2 Updating program documentation when implementing SAP Correction 1737484
we updated Report RFBVBIC2 (Transaction Code BIC2) implementing SAP Note 1737484. Furthermore we found a zip file "RFBVBIC2-ITF.zip" in the attachment section.
The program documentation wasn't ...
0
votes
0answers
31 views
Archiving Interactive Forms
Problem: I have created an Invoice pdf using adobe interactive forms in abap and want to print and archive this form to an outside source. I know how to archive the form if I created the program that ...
0
votes
1answer
39 views
SAP-Oracle Connection solution?
I am searching for the best way to connect SAP with Oracle. I need both directions with getting huge SAP data into Oracle and store only few data back. Mainly I need the connection inside PLSQL but ...
3
votes
3answers
170 views
Automation Testing web services
I work for a Midtier team & I've been pretty much testing web services Manually using SOAP UI. I got a task of getting the regression testcase to be Automated. We dont have any Automation team ...
0
votes
0answers
49 views
Exporting SAP lists into Google Spreadsheet
SAP users can define and view any kind of lists ad-hoc and export them to Excel by making use of SAP ALV (ABAP List Viewer). How can I export such lists into Google Spreadsheet?
1
vote
2answers
48 views
What kind of enhancement is this (FORM USEREXIT_*), and how do I implement such an enhancement
I have an include RV60AFZZ, and a form USEREXIT_NUMBER_RANGE.
On one system, this form contains an addition
*{ INSERT ASDF555555 1
"Custom code ...
0
votes
0answers
52 views
SAP Error in SUM for Kernel entry [closed]
In the SUM on : Extraction - Initial Software Extraction step
They request :
Enter mount points for the DVDs required for the procedure
Enter at least the mount point containing Kernel DVD for ...
0
votes
1answer
90 views
Displaying UTF-8 characters in PDF
I am trying to display a PDF by converting it into a binary string from the backend.
This is the ajax call I am making
$.ajax({
type : 'GET',
url : '<url>',
...
2
votes
2answers
47 views
Why is this custom program name outside of customer space?
I found a 'Z' transaction calling a program not in the customer space.
This program "seems" to be something developed by the customer, meaning its name is
"AQZZZFI_ABC=====ZPYORD========", where "ABC" ...
1
vote
0answers
18 views
How do I add an optional selection criteria to a SAP HRFORMS print program?
I'm trying to add a checkbox to the standard payadvice driver program to enable the user to e-mail the form instead of printing it.
Because the print program is automagically generated from the print ...
0
votes
0answers
61 views
Splitter control in SAPUI5
I am trying to implement SAP UI5 splitter button/control that accepts one Label and one button like Linked in. Like linked in when you add your skills, text display along with delete button. If you ...
0
votes
2answers
70 views
SAML 2.0 Single Log Out (SLO) issue with iOS & PhoneGap
I am using Phonegap and jQuery AJAX calls to perform logout like below
$.ajax({
url: logoutURL,
type: "POST",
data: {},
cache: false,
success: function(data, textStatus, jqXHR){........},
error: ...
0
votes
0answers
60 views
Web Service SAP with Android: XmlPullParserException
I have a problem trying to connect a Web Service made in SAP with Android. I know That are already a lot of questions with this Thread, but I tried a lot of solutions and nothing worked. I'm having ...
0
votes
0answers
49 views
Error Handling in SAP Gui API
I'm new to the SAP Gui API; but I manage to create a simple program (with C#) to automate data entry into SAP with reference from How do I automate SAP GUI with c#.
For the past few days I have tried ...
3
votes
1answer
50 views
ABAP feature lists
So I just discovered String templates and they are amazing.
Is there a resource where I can find what each SAP release brings to ABAP ?
Not strictly an SO question, but it will make all ABAP ...
3
votes
0answers
133 views
How to Consume SAP WSDL services in Objective c?
To use WSDL servies i am referring the code from http://code.google.com/p/wsdl2objc/wiki/UsageInstructions. My code is
ZESRV_PM_SEARCH_PARAMETERS *binding = [[ZESRV_PM_SEARCH_PARAMETERS alloc] ...



