Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am a software and web application developer. I want to move in SAP development. But I don't have any idea what is this. Any help?

share|improve this question

closed as not constructive by Filburt, Bill the Lizard Aug 29 '11 at 19:18

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

3 Answers

You could try to get a MiniSap-installation to learn ABAP. Some links about MiniSAP

Some remarks to ABAP: I don't think ABAP will be your problem. ABAP looks sometimes like an old fashioned language. But the main strength is the integration in a ERP-system. ABAP itself looks quite easy (and in my opinion it is an easy language).

The bigger challenge is to understand and know the whole system. So my hint: Try to join a SAP-project and get some "training on the job".

share|improve this answer

SAP is a German company developing business application Server software.

As such, you would need to look around on www.sap.com and see if you can get a version of their Application Server (which I doubt) and get started to program.

I do know that they have their own IDE which is based on Eclipse.

I hope this little information can help you a bit.

Edit: in fact the developer website is probably the place you wanna start.

http://www.sdn.sap.com/irj/sdn/index

share|improve this answer
actually i have more than 5years experience working with custom solutions for business, CMSs, Ecommerce etc... but no experience working on ERP/SAP. I have command on C#, .NET, VB, C++, JAVA, PHP. What you think it will be easy for such one to shift on SAP? – Smokepk Aug 29 '11 at 11:28
Well Java will probably be best. Although it is conceptually different from Ecommerce applications since ERP is more about managing and integrating (large) data. – Trefex Aug 29 '11 at 13:10

SAP uses its own development language called ABAP.

It came several years ago to Object ABAP but old-fashion way development still worked.

You can find many tutos on the web as these examples:

share|improve this answer
actually i have more than 5years experience working with custom solutions for business, CMSs, Ecommerce etc... but no experience working on ERP/SAP. I have command on C#, .NET, VB, C++, JAVA, PHP. What you think it will be easy for such one to shift on SAP? – Smokepk Aug 29 '11 at 11:34
ABAP is not a very hard language to leard and SAP Help inside the software itself is quite well done. I don't think it will be too hard to switch, except that you may find ABAP quite limitated compared to C++ or any advanced language – JMax Aug 29 '11 at 12:10
You dont have to use abab for that. – Trefex Aug 29 '11 at 13:09
@Trefex: could you explain? when i was working on SAP (not very far ago), the only way to develop on SAP was to use ABAP. And seems like ABAP is not going to be abandoned by SAP >> forums.sdn.sap.com/thread.jspa?threadID=1609149 – JMax Aug 29 '11 at 13:10
Well you can also use Java. Probably abab is still the best solution though. At leat that was my understanding – Trefex Aug 29 '11 at 14:22
show 1 more comment

Not the answer you're looking for? Browse other questions tagged or ask your own question.