ABAP: An Introduction and Beginner's Guide to SAP ABAP (SAP PRESS)

Brian O'Neill

  • 出版商: SAP PRESS
  • 出版日期: 2015-10-28
  • 售價: $1,820
  • 貴賓價: 9.5$1,729
  • 語言: 英文
  • 頁數: 451
  • 裝訂: Paperback
  • ISBN: 1493212427
  • ISBN-13: 9781493212422
  • 相關分類: SAP
  • 無法訂購

商品描述

Learn to code in ABAP, SAP's programming language! This book explains ABAP in simple terms, and provides the guidance you need to become fluent in basic ABAP. Once you understand basic ABAP, you'll write your first application, and then get a preview of more advanced language concepts. Step-by-step instructions, sample code, and hands-on exercises help ensure that you can apply the skills you learn to real-life scenarios. With the help of this book you can take your coding to the next level.


* Learn basic ABAP and write your first program
* Set up and ABAP trial system and master the integrated development environment (IDE)
* Develop an example application using strings and text, dates and times, and more


ABAP for Dummies
Become familiar with the very basics of ABAP, from syntax, string manipulation, and object creation, to code formatting, data types, and application development.

Programming Tools
Discover the tools at your disposal including the ABAP editor in Eclipse, updated programming features in the new release, and more.

Sample Code
Follow along with step-by-step instructions and full sample code, and become familiar with the intricacies of ABAP as you create your very first programs.

* ABAP basics
* Flow control
* Debugging
* Creating tables
* Defining objects
* Data storage in standard memory
* Modularization
* Table syntax
* Lock objects
* Pretty print