English 中文(简体)
SAP ABAP Ecc.6 Associate level Exam Books link required [closed]
原标题:
  • 时间:2010-01-07 05:28:58
  •  标签:
  • abap
最佳回答

Well, before trying to answer the question we have to get some termonology right ...

SAP ECC stands for SAP ERP Central Component, which can be compared to the old R/3 SAP application system. This is not the level where the ABAP language is defined.

ABAP is defined as part of the SAP kernel also know as SAP BASIS, which would be version 700 with an ECC 6.0 system.

Anyway, the best in depth book about the ABAP 4GL is probably Horst Keller s ABAP Objects. I believe it s only distributed by SAP PRESS. So if they don t offer it as eBook then there is none. You should also find a great deal of information about ABAP online at help.sap.com.

And BTW, I m not affiliated with sap.com nor sap-press.com. It just happened that I was looking for the best ABAP book myself a while ago.

问题回答

暂无回答




相关问题
Helicopterview of ABAP [closed]

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 ...

How to round a sum for the swiss currency (francs)

here in switzerland our currency is francs and the smallest coin is 5 centimes which is 0.05 francs. what is the best way to round amounts to be payable with our money using the programming language ...

ABAP select performance hints?

Are there general ABAP-specific tips related to performance of big SELECT queries? In particular, is it possible to close once and for all the question of FOR ALL ENTRIES IN vs JOIN?

Determine current MM periods?

The standard SAP MM advice is that only two periods can be open simultaneously. How to determine them from within the program (FM to call/table to read)?

ABAP create object

Below is a code snippet that is creating object. Form userexit_save_document_prepare. data: /bks/exitmanager type ref to /bks/exit_manager. create object /bks/exitmanager exporting ...

Parsing XML with other solution than XSLT

My company is working on a project that needs to read XML files within ABAP. When the XML file has no data for a particular tag it omits that data. Some tags are self closing. e.g. <tag /> The ...

热门标签