1 / 13

How To Create Internal Table in SAP ABAP - SAP ABAP Training | Aspire Techsoft

"Learn SAP ABAP programming from industrial expert. Grow up towards a successful career in SAP industry. Join us for Online / Classroom training and get 100% Placement.<br>Register for free Demo - http://bit.ly/2xfI7al<br>Learn more at http://bit.ly/2vd9sFL<br>#SAP #ABAP #sapabap #programming"

Download Presentation

How To Create Internal Table in SAP ABAP - SAP ABAP Training | Aspire Techsoft

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. HOW TO CREATE INTERNAL TABLE ? ABAP Training www.aspireit.net

  2. Definition : - Internal tables fulfill the function of arrays. It stores data extracted from database tables. • o Internal Tables Has 2 Categories. 1. Internal Body 2. Header Line Work area : -To change or output the contents of internal table, you need a work area. • www.aspireit.net

  3. www.aspireit.net STEPS TO CREATE INTERNAL TABLES : - ENTER TCODE SE38. GIVE PROGRAM NAME AND CLICK ON CREATE.

  4. www.aspireit.net

  5. www.aspireit.net GIVE PROGRAM DESCRIPTION AND SELECT EXECUTABLE PROGRAM IN TYPES.

  6. www.aspireit.net CLICK ON SAVE AND SAVE IT IN YOUR OWN PACKAGE.

  7. www.aspireit.net FIRSTLY WE HAVE TO DEFINE STRUCTURE FOR THE DEFINITION OF INTERNAL TABLE AND WORK ARE.

  8. www.aspireit.net THEN WE HAVE TO DEFINE INTERNAL TABLE AND WORK AREA AS STRUCTURETYPE.

  9. www.aspireit.net WE HAVE TO INSERT RECORDS ONE BY ONE INTO WORK AREA AND THEN APPEND WORK AREA RECORD TO INTERNAL TABLE USING APPEND OR INSERT KEYWORD.

  10. www.aspireit.net TO EXTRACT THE RECORDS FROM INTERNAL TABLE, WE HAVE TO USE WORKAREA TO GET RECORDS ONE BY ONE USING LOOP AT STATEMENT.

  11. Then save program using ctrl+s, compile using ctrl+f2 and activate using ctrl+f3. • www.aspireit.net

  12. www.aspireit.net EXECUTE PROGRAM USING F8.

  13. THANK YOU Learn SAP ABAP at best SAP training institute in Pune Visit www.aspireit.net or call us on 7058198728 / 8856033664

More Related