Customer Reviews


26 Reviews
5 star:
 (12)
4 star:
 (6)
3 star:
 (2)
2 star:
 (4)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


21 of 21 people found the following review helpful:
5.0 out of 5 stars The BEST and MOST PRACTICAL ABAP/4 book I've come across.
I am currently involved with an installation project of SAP in several countries and I have had the dubious pleasure of getting exposed to the ABAP code. If you are involved with an SAP project you know the software will contain some bugs and you will also want some customization. Unfortunately, most of the programmers out there do not know your business and at...
Published on October 10, 1998

versus
19 of 20 people found the following review helpful:
2.0 out of 5 stars Weak conceptual backgroung, poor copyediting, simplistic.
I strongly disagree with the other reviewers about this title. I find it to be weak on key SAP concepts and their practical applications. Summaries at the end of chapters are useless for they contain no reference to key topics. They do however have attempts at positive reinforcement with statements like "Congratulations! You have learned to program one of three...
Published on August 4, 1998


‹ Previous | 1 2 3 | Next ›
Most Helpful First | Newest First

21 of 21 people found the following review helpful:
5.0 out of 5 stars The BEST and MOST PRACTICAL ABAP/4 book I've come across., October 10, 1998
By A Customer
I am currently involved with an installation project of SAP in several countries and I have had the dubious pleasure of getting exposed to the ABAP code. If you are involved with an SAP project you know the software will contain some bugs and you will also want some customization. Unfortunately, most of the programmers out there do not know your business and at times it is frustrating bridging the gap to meet the customization needs.

So the more of the programming language that you know the easier the communication will be. For example, the programmer will give you a program and if it does not meet your needs it is very helpful in being able to read through the program logic and understand what the program is doing. This book does an excellent job in explaining the commands, the syntax, giving practical examples, and highly stresses the practical rules for optimizing the program.

If you have the ability to write your own programs and play around in a development system this book is the one with which to start. It will give you the basics and beyond and is very easy to read and follow, especially with the examples.

Again, I highly recommend this book from a practical reference and also as a text book to learn how to program in SAP.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


18 of 18 people found the following review helpful:
4.0 out of 5 stars A good book, if you have had some exposure to SAP., July 22, 1999
By A Customer
This is a good introduction to ABAP/4 programming, IF you have some experience in programming in another language AND you're familiar with the SAP environment. It covers most of the basic features of writing ABAP/4 reporting code; it doesn't cover dialog programming or SAPscript, but does have a chapter on BDC. If you aren't familiar with the Workbench -- that is, if you don't know how to create and update programs in the SAP environment -- I would recommend SAMs Teach Yourself ABAP/4 in 21 Days, by Ken Greenwood, as the place to start.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


19 of 20 people found the following review helpful:
2.0 out of 5 stars Weak conceptual backgroung, poor copyediting, simplistic., August 4, 1998
By A Customer
I strongly disagree with the other reviewers about this title. I find it to be weak on key SAP concepts and their practical applications. Summaries at the end of chapters are useless for they contain no reference to key topics. They do however have attempts at positive reinforcement with statements like "Congratulations! You have learned to program one of three major types of ABAP programs..."

Little attention is paid to several key ABAP concepts. For example, there is very little space devoted to distinguishing betweek data elements and data types. How do they work together? We can't learn from this book. Internal tables are glossed over in a VERY simplistic manner (i.e. the significance of the itab header line and alternatives using table work areas).

Additionally, there are numerous copy edit errors in syntax. The description of the field mask functions is one example. In several areas, the shaded note sections are just truncated and do not co! ntain the full text intended.

I also find the code snippets to be watered down too much. Instead of including real programs, the examples are often annotated with notations that indicate "functional code goes here" instead of showing a relevant example of "functional code".

There are also examples of statements that are just plain wrong. The authors state that after version 3.1, SAP has no cluster tables and then they completely dispense with the topic. In fact v4.0 still does have table clusters. This is a gross oversight.

Treatment of internal tables is very weak. For example, the current syntax for creating itabs is not defined well. They do not properly communicate the behavior of the OCCURS 0 statement in itab creation. Additionally, treatment of the CLEAR command is simply incomplete. They imply that CLEAR always works on the itab header line, which is not true. It is just not that simple and depends on whether the itab is using its own! header line or a different work area. I am also unimpres! sed with the very poor coverage of the ABAP Workbench and data dictionary. Often reference is made to a tool or an object without first defining the use of the item being referenced. I guess we are just intuitively supposed to know these things.

On the positive side, I did find good references to the more obscure options and syntax options in ABAP. There are many examples of code structures that I would not think about using. It will serve well as a reference for unusual approaches for the experienced programmer, but it DOES NOT PROVIDE ADEQUATE CONCEPTUAL FOUNDATION FOR THE NOVICE.

Pass on this book.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 10 people found the following review helpful:
1.0 out of 5 stars Not enough., December 3, 2002
I attended the ABAP academy and received certification. Prior to the academy I read this book. I found it to be better than nothing but other students found the ABAP Objects book to be more current. The ABAP Object book also provides a demo R3 system. This allows the student to practice at home and be more creative. Win 2000 and MS SQL 2000 are required for the demo version. Go with ABAP Objects.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 9 people found the following review helpful:
2.0 out of 5 stars Better books available, August 30, 2000
By 
SAPPRO - Phil "Phil" (Chicago, Illinois United States) - See all my reviews
Amazon Verified Purchase(What's this?)
Though it does say introduction to ABAP I guess I was expecting more, for instance the book dosn't even review the ABAP editor until a three page appendix in the back of the book. Many pages of the book are wasted repeating program code but never really reviewing what is going on. There never really is a mention of how to manipulate tables in this book so if you need to work with anything other then internal tables (who doesn't) you'll have to find the information elsewhere.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
4.0 out of 5 stars A good primer and resource to turn to, July 11, 2001
Amazon Verified Purchase(What's this?)
This book is a great primer for those who have some general programming knowlege, and who are self starters. I have gone through three other similar books, and found this to be the most useful. It will get you started, but you will quickly yearn for more meat and examples, which can be found in the next book in the series.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars An excellent book for the beginners, December 30, 1998
By A Customer
I have reviewed other books for ABAP. This book is an excellent collection to do ABAP programming. I have used this for my work and I recommend this for the programmers using ABAP. Some of the advanced features are not here and hope it will appear in the later versions.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 6 people found the following review helpful:
3.0 out of 5 stars Good for beginners, not for experienced ABAP programmers, October 6, 1998
By A Customer
I bought this book about two weeks before attending an ABAP training course. It gave me a good introduction to ABAP's commands, which gave me a head start for the class. This book is easy to read and understand for the programming novice. However, it lacks background conceptual information.

After taking the course and gaining some additional experience, I realized that this book is very simplistic and does not include many of the important command variations. Perhaps these can be found in the advanced edition of this book, which is soon to be released. Many of the program examples fail to display the most efficient methods of using certain commands. In addition, there are errors in command syntax. I believe you could get the same context quality in a cheaper, paper back publication.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 9 people found the following review helpful:
2.0 out of 5 stars Old Version of SAP, January 11, 2000
By A Customer
Like every other book for ABAP beginners, this one only covers version 3.x of SAP. We're installing 4.6b, so I'm not sure how much it will help. If you have the 3.x version of SAP, it's not a bad book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
4.0 out of 5 stars Good Reference, April 20, 2002
By A Customer
It is a good book as a reference, but not advisable as a tutorial.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 3 | Next ›
Most Helpful First | Newest First

This product

Introduction to ABAP/4 Programming for SAP : The Complete Guide to Developing in the SAP Environment
Used & New from: $3.11
Add to wishlist See buying options