Tagged Questions
SAP (Systemanalyse und Programmentwicklung) is a product based company based in Germany AG. The company's best known products are its SAP ERP & BusinessObjects.
18
votes
10answers
5k views
How should I start learning about SAP?
I'm working as a MS developer working to provide bridging products between MS technology and SAP.
I'm used to the MS space which seems to have an absolutely different philosophy than SAP. And this is ...
16
votes
2answers
820 views
Helicopterview of ABAP
I don't know a thing about ABAP, apart from it has an OO side, and I would like to have some kind of helicopterview of it before I start to look at it in detail. I know I can find all of this when ...
12
votes
8answers
1k views
Microsoft and SAP
For many years I have used the old "SAP DCOM Connector" to communicate between Microsoft based applications and SAP. Unfortunately this old but good and performant technology is no longer supported by ...
8
votes
7answers
543 views
SAP vs webapplication development [closed]
i am a fresher just out of collge .Till now i have worked on java,Python,javascript,groovy,django and web application develop has been my only intrest.
But for a living i joined a company now and ...
7
votes
4answers
3k views
Connecting to SAP Web Service from C# .NET application
I've written a Windows Application to test a connection to a clients SAP web services. The web service call requires X509 certificate security.
After reading various articles on the internet I've ...
7
votes
4answers
2k views
Can SAP work with Python?
Let's focus on using SAP as the database engine and just doing different queries. Can I do it in Python?
6
votes
3answers
608 views
Crazy idea: Connect .NET and SAP with SAP JCo using IKVM.NET
Because the SAP Connector for .NET is no longer maintained by SAP, I am now looking for an alternative to connect the Microsoft world with the SAP world. I know there are third party products like ...
6
votes
1answer
637 views
ERPConnect for SAP R/3 RFCs - is it any good?
We are considering whether we should propose using Theobald Software's ERPConnector tool to give our .NET code a way of talking to SAP RFC. Has anyone got any experience using these together?
5
votes
2answers
91 views
Change parameter name on screen?
I'm trying to replace the parameter name when it is showed in the screen. Any ideas how this is done? For example when I have:
PARAMETERS pa_age TYPE age_type DEFAULT '18'.
It shows pa_age on the ...
5
votes
1answer
703 views
SAP Web Service from .NET via WCF
I'm trying to consume a SAP Web Service from .NET via WCF. I've generated the proxy and I have configured the app.config file.
Here is my test code:
WebServiceSAP.ZTEST_RFCClient myWCFService = new ...
5
votes
3answers
327 views
How to gain the skills for enterprise application integration (EAI)? [closed]
I keep seeing vacancies for software developers that require EAI experience.
From what I can figure, this means someone with experience developing with one of the large commercial off the shelf ...
5
votes
3answers
637 views
What is the significance for Ruby programmers of SAP's new implementation of Ruby?
SAP announced Blue Ruby, a version of Ruby that runs inside the ABAP Virtual Machine.
This seems to lend additional credibility to the Ruby language but, except for SAP developers, does this have any ...
4
votes
1answer
137 views
Communication between SAP and C#
I'm just a beginner and I'm trying to understand the communication between SAP and for example a C# application using the SAP-connector. I've searched numerous sites, but Ireally can't find an answer ...
4
votes
1answer
246 views
Abap - Create a byte array out of a file
I want my ABAP devs to be able to send me file through a function. I'm trying to find out if you can convert a file into a byte array in abap. If this is possible, does anyone have any example code?
...
4
votes
2answers
544 views
Integration with SAP
I am creating a system to integrate with SAP.
The client gave me the function and parameters, according to him, this function was usually performed in SAP but in my code when I try to retrieve the ...
4
votes
1answer
288 views
How do I access SAP BOR Object Macros in ABAP OO?
If you're used to accessing BOR objects via the macros in include <CNTN01>, you may attempt to do this within the ABAP OO context as well.
Due to the strong typing restrictions of ABAP OO this ...
4
votes
2answers
188 views
Integrating my RESTful web app with clients' SAP installations
My company runs a couple of B2B apps (written in Rails) dealing with parts and inventory and we've been trying to figure out the best way to integrate with some of our bigger users. We already offer ...
4
votes
3answers
468 views
Unit testing and SAP
I am looking for some tutorials and guides for unit testing on SAP platform.
So far, I have found some mention of ABAP Unit and of Ruby programming language being implemented on SAP platform, making ...
4
votes
3answers
563 views
What is SAP ? Where can I start learning it?
I have heard many times that SAP has a great career and SAP jobs have very good packages. I want to know what is SAP. Is it a framework like DotNet or a language or what ? Can I learn SAP on my own ...
4
votes
2answers
401 views
Future of the “SAP Java Connector”
Is the SAP Java Connector still a good way to connect a Java Application with SAP ? Will there be a support and maintenance of the connector in the future (especially in ECC 6.0) or is the one and ...
4
votes
1answer
910 views
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 ...
4
votes
3answers
2k views
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 ...
4
votes
2answers
944 views
Installing SAP ECC 6.0
Is it possible to install SAP ECC 6.0 on a local dev box? I need to test integrating with with SAP from another application (through BAPIs) and am having a hard time finding any type of developer ...
4
votes
2answers
171 views
How easily customizable are SAP industry-specific solutions?
First of all, I have a very superficial knowledge of SAP. According to my understanding, they provide a number of industry specific solutions. The concept seems very interesting and I work on ...
4
votes
4answers
809 views
ABAP how to write a date as a long text?
I need to split ABAP date like
20091101 --> "01", "november", "2009"
The "01" and "2009" are trivial, but how do I get the month name (which should be localized)?
Is there a function to ...
4
votes
1answer
3k views
ABAP Short Dump on append of a sorted table
Why does my ABAP program short dump when I append a line to a sorted table?
ST22 Shows ITAB_ILLEGAL_SORT_ORDER
data: sorted_tab type sorted table of ty_tab with non-unique key key,
line ...
4
votes
5answers
721 views
Transition to OO ABAP?
It appears that most of our SAP programmers are using the old version of ABAP, the one before object-oriented stuff. I also noticed that the language is much cleaner and more modern with OO (they ...
4
votes
4answers
1k views
ABAP Unit Test Classes - Good References
I'm looking for good reference material regarding the use of ABAP Unit Test Classes.
I'm interested in any of the following:
Documentation on the functionality
Best Practises
"How To Guides"
...
4
votes
3answers
10k views
Can I get SAP experience without working for the company using SAP?
Today's market is crazy. Most of the employers are looking for seniors and there are very little Junior positions if there are some at all. I want to work with SAP because it is a broad area however I ...
4
votes
4answers
3k views
How to set (unix) permissions when creating a file in SAP ABAP?
you would think this would be obvious, but searching through documentation, SAP forums, Googling, etc., I've been spectacularly unsuccessful. I'm creating a file in ABAP on a solaris filesystem using ...
4
votes
11answers
4k views
Options for Connecting SAP to .NET
Need to integrate SAP with .NET applications. Is .NET Connector the best choice? What about NetWeaver? Simply looking to push data to and pull data from SAP.
3
votes
3answers
85 views
ABAP: Howto Write text to a local file
Im trying to write text to a local file using the following code:
data: fname(60), text type string value 'la la la'.
fname = 'myfile.txt'.
OPEN DATASET fname FOR OUTPUT IN TEXT MODE encoding ...
3
votes
1answer
39 views
How to set values in the listbox?
I had created a list box in abap. Now i need to give the values for the same. How can i do it ??/ is there any function module or how to do i hardcoded the values
SELECTION-SCREEN BEGIN OF BLOCK B2 ...
3
votes
1answer
86 views
Connecting SAP to remote webservices using cURL
I've been doing a bit of research and cannot seem to quite capture the information I need. Our software offers a public api (webservice) which our clients can implement using HTTPS calls through cURL. ...
3
votes
2answers
173 views
Displaying retrieved value in excel file into ALV
Good Day Everyone,
There is this something i've been trying to exercise in abap and that is the Displaying of column datas in ALV by retrieving the values from excel file into an internal table. I've ...
3
votes
2answers
165 views
Is there a way to find the customizing request number for a given record at a maintenance view?
In ABAP we can check the latest workbench request assigned to a given code from Utilities->Versions->Version Management menu.
Is there any similar feature to check which is the customizing ...
3
votes
1answer
88 views
abap function convert digit in word?
is there a function in abap can convert digit to word..
example:
100 will be converted into one hundred or 200 will be converted into two hundred
example:
300 will be converted into tree hundred or ...
3
votes
4answers
419 views
ALV Grid missing toolbar
I'm creating a simple ALV grid in SAP. So far i've been able to populate the grid with my data and display the grid after the selection screen no problem. I'm not adding the grid to a custom ...
3
votes
1answer
209 views
ABAP: Cut off text exceeding a certain length
I have a list with texts with lengths ranging from 1 character to several thousands. I want to cut off all texts exceeding 255 characters. How can I do that?
Do I have to check the length of each ...
3
votes
2answers
319 views
Maximum records in SAP function module table parameter
What's the maximum number of records that can be passed to a function module via a table parameter?
3
votes
4answers
190 views
Is there a standard way for SAP to interface its database to external parties? Web svc?
I will soon work for a company project
which will develop custom .net application that
will integrate w/ the SAP ERP system.
I virtually know nothing about SAP, so I did some research on the web
...
3
votes
1answer
316 views
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 ...
3
votes
1answer
315 views
How to control transaction (commit/rollback) when reading an IDOC
When using JCo (3.x) to read IDOCs sent from a SAP server, what action should be taken to indicate the message has been properly received (i.e. commit)?
In Java I imagine something like:
public ...
3
votes
2answers
239 views
Distinguish in ABAP between different SAP Clients (Mandanten)
we currently have a SAP System with two different clients 002 and 004 in use. My task is to write a program in ABAP to create a report about user-assignements. The report will do mainly the same on ...
3
votes
3answers
288 views
Should Application Developer learn SAP? [closed]
I am 3-4 years experienced Application developer in .NET. My friends are going to attend SAP classes and they are offering me to join them. Just was wondering if it is worth it putting it under my ...
3
votes
2answers
217 views
Usage of WCF RIA Services, where the datasource isn't a classical (relational) database
I want (have) to write a Silverlight and (or) ASP.NET based webapplication with SAP in the backend (in other words, the datasource is no classical database) . The usage of Silverlight and ASP.NET is a ...
3
votes
1answer
449 views
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 ...
3
votes
2answers
299 views
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 = ...
3
votes
1answer
737 views
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 ...
3
votes
3answers
565 views
What is “POSNR” an abreviation or acronym for?
I'm working with some data that's coming out of an SAP system. There's a field named
POSNR
that appears to be a line item/database identifier of some kind. What is this an abbreviation for? It's ...