The Procedure To Create Tables In Abap

  • December 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View The Procedure To Create Tables In Abap as PDF for free.

More details

  • Words: 424
  • Pages: 14
DATA DICTIONARY

HOW TO CREATE TABLE IN DATADICTIONARY: To create tables, select database table: ZKA_EMP. ZKA_EMP. All user-created tables must start with Y or Z. Eg: ZKA_EMP. ZKA_EMP. Then click on the CREATE button.

In the Attributes(tab) screen, Enter the short description as EMPLOYEE DETAILS . Delivery class: class: Under multiple entries, select A-Application table ( Master and transaction data). Check the box for the Table maintenance allowed. allowed.

DATA DICTIONARY

Now select the fields (tab), Field name EMPNO and field type ZKA_EMPNO and check the primary key check box. Field name EMPNO and field type ZKA_EMPNO and check the primary key check box and save the screen.

DATA DICTIONARY

DATA DICTIONARY

Now double click on the field type and u will get CREATE DATA ELEMENT SCREEN, click on YES.

DATA DICTIONARY

Enter the short text EMPLOYEE NO and the domain name ZKA_EMPNO. ZKA_EMPNO.

DATA DICTIONARY

Now double click on the domain name ZKA_EMPNO and enter the following details. Short text : EMPLOYEE NO. Data Type : NUMC(Click NUMC(Click on the RIS button and select NUMC from that) No. of characters : As per the requirement.

DATA DICTIONARY Note: If the field is employee name then u need to select the data type to be CHAR and required no of characters.

Now SAVE (CTRL + S) , Click on the CHECK button or (CTRL + F2), and should get NO INCONSISTENSIES FOUND in the status bar. Then click on the ACTIVATE button (CTRL + F3).

DATA DICTIONARY

Now click on the BACK button and then, SAVE(CTRL+S), CHECK(CTRL+F2) & ACTIVATE(CTRL+F3). Click the BACK button and u will be in the main dictionary screen.

DATA DICTIONARY Now click on the NEW ROWS button to enter as many fields u would prefer.

Once all the fields with the data element and the domain is set up, the table need to be activated as a whole. To activate the table the technical settings should be saved. Before u activate, u need to set up the technical settings by clicking on the TECHNICAL SETTINGS button.

DATA DICTIONARY

Click BACK to get to the main screen and SAVE, CHECK AND ACTIVATE the table. In order to give the input values(new entries), click UTILITIES UTILITIESTABLE CONTENTS CONTENTS CREATE ENTRIES.

DATA DICTIONARY

Once the values are saved, click the BACK button and click on the CONTENTS, CONTENTS, then the EXECUTE button to see the output.

DATA DICTIONARY

DATA DICTIONARY

So when we click on the EXECUTE button, we get the output in the table format. Thus the table is created.

DATA DICTIONARY

Related Documents