Visit the SAP Forum

Languages : English | Dutch | French | Portugese | Italian

   SAP Tutorial  
  • Introduction
  • SAP History
  • SAP Facts
  • SAP Tables
  • SAP Function
  • SAP Report
  • Reasons To Use SAP
  • SAP Landscape
  • SAP Transaction Code
  • SAP Lotus Notes       Integration
  • Business Connector and       XML
  • Enterprise Release 4.7

  •  
    SAP Training Instituties
     
  • SAP Training Institutes
  • Job Consultants Address
  • SAP Companies Address

  •  
    Business Process Cycle
     
  • Analyze
  • Design
  • Implement
  • Operate
  • Optimize
  • Skills And Education

  •  
    Logistics Module
     
  • Sales and Distribution
  • Quality Management
  • Materail Management
  • Plant Maintenance
  • Financial Modules
          (FI/CO)
  • Project system
  • Production Planning
  • Service Management

  •  
    SAP NetWeaver
     
  • Introduction
  • Object Model
  • Interoperability
  • Creating Web Apps
  • Java Connector
  • Advantages & Conclusion
  • Life Cycle Management
  • Composite Application       Framework

  •  
    SAP Tools
     
  • SQL Trace Tool
  • SAP CRM
  • SAP SRM
  • SAP SCM
  • SAP ERP
  • SAP BW

  •  
    SAP Modules
     
  • SAP FI Module
  • SAP CO Module

  •  
    SAP Techanical
     
  • SAP ITS Architecture
  • Financial Management
  • Manufacturing Planning       and Execution
  • Customer Order       Management
  • Lackbox Processing
  • SD and Financial       Accounting Integration
  • SAP - HR (Human
          Resource)


  •  
    SAP Miscellanous
     
  • Web Application       Server(WAS)
  • Data Archiving
  • Mobile Engine
  • SAP Script
  • SAP Transactions
  • SAP Business
          Warehouse(BW)


  •  
    SAP Reference
     
  • SAP Facts
  • SAP Tables
  • SAP Function
  • SAP Report
  • SAP Landscape

  •  
    SAP others
     
  • SAP Treasury
  • SAP Finance
  • SAP WAS
  • SAP Data Archiving
  • SAP ALE
  • SAP EDI
  • SAP Exchange
  • SAP X-APPS
  • SAP Applications
          Components
  • SAP Software
  • Dunning
  • SAP IDES
  • SAP Payroll Basics
  • SAP BASIS and Security
         Authorization
  • SAP Backup
  • SAP Router

  •   ABAP Tutorials  
  • Introduction
  • ABAP Transaction
  • ABAP Function
  • ABAP File Processing
  • ABAP Objects
  • ABAP Syntax
  • ABAP Queries
  • SAPMail Usin ABAP
  • ABAP Programming Hints

  •   SAP Projects & Codes  
  • Finding the user-exits
  • Purchase Order Display
  • Batch Input
  • Dynamic Open SQL
  • Creating Extract Dataset
  • Reading database tables
  • load table from a UNIX file
  • Create subscreen

  •  
    SAP Resources
     
  • SAP Books
  • SAP Links

  •  
    Interview Question
     
  • Common Interview Que.
  • ABAP Interview Que.
  • ERP Interview Que.
  • HR Interview Que.
  • MM Interview Que.
  • PP Interview Que.
  • ALE Interview Que.
  • EDI Interview Que.
  • Basis Interview
          Questions
  • SAP-SD Interview
          Questions
  • FI&CO Interview
          Questions
  • BW Interview Questions
  • CRM Interview
          Questions
  • Interview Questions
  •  
    Careers at SAP
     
  • Careers in SAP (SAP Jobs)
  •    
     
     

    Introduction to ABAP


    Click here to Get your Free SAP Magazine Now!

    A D V E R T I S E M E N T



    Share the Experience and Exchange Ideas

    HOME >> ABAP INTRODUCTION

    Discussion Center

    Discuss

    Query

    Feedback/Suggestion

    Yahoo Groups

    Sirfdosti Groups

    Contact Us

    ABAP/4 is the language created by SAP AG for implementation and customization of their R/3 system.

    The rough English translation of the acronym would be A Business Application Programming language, version 4.

    It is a block-structured language that seems to me to most resemble a cross between Oracle's PL/SQL and IBM's PL/I.

    It contains a moderately rich set of data structures; integers, "packed" BCD numbers, character strings, dates, times, ...

    Some reasonable modularization tools handling both subroutines that are localized (called a FORM), and globally defined encapsulated functions (called FUNCTION MODULES).

    A somewhat weak set of SQL operators; a select statement is represented by a loop structure, where operations are placed within the loop. e.g. A typical selection would look like:

    select * from mytable where key like '25%'. write: / mytable-key, mytable-value. perform do_something using mytable-value. endselect

    The operators are somewhat "weak" in that they cannot be directly composed to generate such things as inner or outer joins; one would instead nest select "loops" one within another.

    ABAP/4 contains some highly report-oriented event-driven control structures. For instance, events can be defined for:

    INITIALIZATION.
    START-OF-SELECTION.
    END-OF-SELECTION.
    AT NEW-PAGE.
    AT END-OF-PAGE.

    Reports can be defined with drill-down capabilities, where by "double-clicking" on a line on a report, the program may be requested to display a "subreport," or perhaps to run an independent report or transaction.

    There are also events defined to automate access to "logical databases," that is, to selectively walk down a hierarchy tree defined for a set of related tables. This can be used to provide (without programmer intervention) additional selection and sort criteria as parameters to reports.

    ABAP/4 is a byte-compiled language. The virtual machine is fairly well hidden from view, but core dumps can be examined, and appear to resemble IBM 370 assembly language.

    Operations that work on tables will have to access the database server; for efficiency's sake, there is the notion of an "Internal Table," which is an array structure that is stored "locally" on the application server . Using internal tables decreases both the load on the network and on the database server, and is highly encouraged, at least for moderate quantities of data.

    Some additional "little languages" are used to link ABAP/4 code to screen definitions and screen control code to help define online transactions.

    Jointly with the "screen control" language, ABAP/4 is used to implement substantially all of the visible R/3 system functionality. The R/3 "kernel" represents some (albeit fairly large) programs written in C that interpret ABAP/4 bytecode. There is so much infrastructure built up around this that most users and indeed many developers are probably not aware of where or what the kernel is.

    Click here to Get your Free SAP Magazine Now!

    A D V E R T I S E M E N T



    Share the Experience and Exchange Ideas
     

     

     



    INTERVIEW EBOOK
    Get 9,000+ Interview Questions & Answers in an eBook. Interview Question & Answer Guide
    • 9,000+ Interview Questions
    • All Questions Answered
    • 5 FREE Bonuses
    • Free Upgrades
    START YOUR WEBSITE
    India's Best Web Hosting Company

    Copyright © 2006. One Stop SAP. All rights reserved
    The site is maintained by Vyom Technosoft. Sitemap (XML)