SAP Database - The Unofficial SAP Knowledge Base

Free Business and Tech Magazines and eBooks

ABAP Programs for Beginners

Print This Post Email This Post Written by admin on Sep 17th, 2008 | Filed under: ABAP Programs

Here is the list of Programs available in the ABAP Master Code Book (PDF).

  1. How to define types and data objects
  2. A Few Simple Examples
  3. Working with database tables and internal tables
  4. Designing a report
  5. The Syntax of ABAP/4 Programs
  6. Three approaches to define data objects
  7. Types, data, constants
  8. Character types
  9. Numbers
  10. Date and time
  11. Hexadecimal (or binary) data
  12. Records and internal tables
  13. Complex Non-Elementary Types and Data Objects
  14. Using system fields
  15. Working with tables from the Dictionary
  16. Copying fields
  17. Simple examples of field conversion
  18. Converting character fields
  19. Converting number fields
  20. Converting date fields
  21. Copying structured objects
  22. Arithmetic Expressions and Mathematical Functions
  23. String Operations
  24. Special conversions
  25. Using the Basic Layout Formats
  26. Customizing pages
  27. Skipping lines
  28. Setting the layout position of fields
  29. Using symbols and icons
  30. Using colors
  31. Type-Specific Output Options
  32. Multi-Language Support
  33. External flow of control (events)
  34. Internal flow of control (if, case, do, while)
  35. Simple form (local subroutine of a program)
  36. Local data in a form
  37. Using static variables
  38. Using interface parameters of a form
  39. Classifying parameters
  40. Using table parameters
  41. Type check for form parameters
  42. Form parameters without type reference
  43. Form parameters with generic types
  44. Calling a function
  45. Recursive calls
  46. A simple query
  47. Using an alternative work area
  48. Using internal tables as snapshots of database tables
  49. Using where clauses
  50. Reading single entries
  51. Selecting single fields
  52. Getting statistical information
  53. Ordering query results
  54. Using Select-Options
  55. Using a dynamic table name
  56. Obtaining data with nested select loops
  57. Using Internal Tables for Selection Criteria
  58. A simple internal table
  59. Internal tables with header lines
  60. Filling an internal table from a database table
  61. Appending single lines
  62. Appending multiple lines
  63. Inserting lines at a specified position
  64. Inserting lines at a specified position
  65. Inserting single entries in a database table
  66. Inserting multiple lines in a database table
  67. Updating single entries in a database table
  68. Updating multiple entries in a database table
  69. Modifying single entries in a database table
  70. Modifying multiple entries in a database table
  71. Deleting single entries from a database table
  72. Deleting multiple entries from a database table
  73. Exporting to the ABAP/4 Memory
  74. Importing from the ABAP/4 Memory
  75. Using select statements
  76. Using a Logical Database
  77. Using the events start-of-selection and end-of-selection
  78. Working with get events
  79. Parameters on the selection screen
  80. Working with Select-Options
  81. Selection screen events
  82. Double-clicking
  83. Clicking on a hotspot area
  84. Pop-up Screens
  85. Working with the hide command
  86. Tabular lists
  87. Sample report with selection criteria
  88. Running a report
  89. Displaying the selection screen
  90. Sample dialog program (flight reservation)
  91. Dynamic sort command
  92. Dynamic sort command with several sort criteria
  93. Dynamic read table command
  94. Dynamic subtotals
  95. Dynamic Open SQL Commands
  96. Dynamic Open SQL Commands
  97. External perform (caller)
  98. External perform (called form)
  99. Dynamic external perform (call back form)
  100. Dynamic external perform
  101. Working with Field Symbols
  102. Using Field Symbols for variable parts of fields
  103. Using Field Symbols for components of a structure
  104. Working with temporary programs
  105. Syntax errors in temporary programs
  106. A real life example for using a temporary program
  107. Generating a persistent program
  108. Transferring data to a file
  109. Reading data from a file
  110. Transferring data to a file (presentation server)
  111. Reading data from a file (presentation server)
  112. Sample program for OLE Automation

If you like this post, you may as well like these too:

  1. ABAP Tutorials for Beginners ABAP Tutorials for Beginners Here is a Complete Guide of all the training manuals for SAP ABAP freshers. This is a organized set of all the documents which you need...
  2. ABAP Source Code: Syntax of ABAP/4 Programs 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 *...
  3. ABAP Programs: Exporting to the ABAP/4 Memory REPORT ZSOURCE1401. * Work areas TABLES: CUSTOMERS, BOOKINGS. * Internal tables which will be exported DATA: ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE, ALL_BOOKINGS LIKE BOOKINGS OCCURS 10 WITH...
  4. ABAP Programs: Importing from the ABAP/4 Memory REPORT ZSOURCE1402. * Internal tables which will be imported DATA: ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE, ALL_BOOKINGS LIKE BOOKINGS OCCURS 10 WITH HEADER LINE, NEW_BOOKINGS LIKE BOOKINGS OCCURS...
  5. Some Cool Programs in ABAP and the link is :- http://www.kabai.com/abaps/q.htm ...



This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

Leave a Reply

  • Subscribe to RSS

  • Free Ebooks