Sebanyak 1 item atau buku ditemukan

SAP® ABAPTM Handbook

Designed as a comprehensive reference for programmers and SAP users or as review for certification, SAP ABAP Handbook includes all the major concepts related to ABAP programming. With and easy-to-follow writing style, it begins with an explanation of the SAP ERP system and progresses to the architecture of SAP R/3 to SAP ERP ECC 6.0. A complete glossary of terms is included to help the reader understand the myriad terms and programming issues associated with this language. Topics covered include dialogs, ABAP dictionary, error messages, programming in the ABAP Editor, Busines Add-Ins, SAPscript, internal tables, accessing data in a SAP system, modularization techniques and more.

ABAP programs need to access various types of databases to ensure data
persistency and implement the business logic of SAP applications. Data
persistency means storing data at permanent places so that we can access it as
and when required. The SAP system is equipped with a central relational
database system (Database Dictionary), which is used to implement the concept
of data persistency. A relational database is accessed by using Structured Query
Language (SQL), which ...