• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

ask a SAP programmer some questions

gregee

Weaksauce
Joined
Dec 13, 2002
Messages
127
Hi

I am doing a paper on the business case of SAP.
Would you mind answering these questions for me?


Is SAP written in German?
Is it hard to program in and why is it hard?
What type of language should you have experience with before starting to learn SAP?

thanks greg
 
Is SAP written in German?
Is it hard to program in and why is it hard?
What type of language should you have experience with before starting to learn SAP?

1. No. Its written in a programming language. The language end user programmers write in is ABAP.

2. This is a tough question. With application to a "business case", it is difficult to implement due to its need to be a pervasive part of your business processes in order to be effective.

3. Good question. I beleive ABAP is a 4G language based on COBOL, so you don't have to worry about the nitty gritty, but basic OOP experience would likely be of use.
 
What I meant by German is the syntax written in German. Like VB, a FOR statement is FOR and German is für. So do you have to be fluent in German so learn ABAP or SAP?


thanks
Greg
 
gregee said:
What I meant by German is the syntax written in German. Like VB, a FOR statement is FOR and German is für. So do you have to be fluent in German so learn ABAP or SAP?


thanks
Greg

No. It works just fine with english, although, i wouldn't be surprised if its also available in german.

All the screens on the admin side of SAP are available in at least english and german, likely a few others by now.

This wiki link may help:
http://en.wikipedia.org/wiki/SAP_R/3
 
It will depend on what you mean by "programming".

SAP is notoriously difficult software to use, install, and set-up. If you're doing this, you're going to have a lot to learn in order to become familiar with SAP, all its features, and the best way to get it running for the customer.

If you mean you want to code against SAP's API to get to its database records directly, you'll similarly have a ton of work to do reasearching how their API works. They use a very difficult and opaque database model.

Or do you mean that you want to write extendible models for SAP, using their ABAP language? (I can't remember what they're called; "business unit plugins", or something goofy.)
 
Back
Top