Saturday, August 16, 2014

Creating database table in SAP ABAP

This SAP article will guide you all about “How to create database table in SAP ABAP” step by step with screenshots.


Steps to create database table in SAP ABAP


Transaction code: - SE11


SAP Menu Path: – SAP Menu -> Tools -> ABAP Workbench -> Development -> SE11-ABAP Dictionary.

create data elements path


Step 1: - Follow the above menu path


create data elements path1


Step 2: - Enter transaction code “SE11″ in the SAP command field and press enter to continue.


SE11 Transaction code1


Step 3: - On the initial screen, select the database table option and enter the name of the database table that you want to be created. After updating name click on create button. Here we are creating ZTEST_EMP table.


create database table


Step 4: - On the next screen, update the following data. By default delivery and maintenance tab is selected.


  • Update the short description of the database table.

  • Update the delivery class from the list, you can get the list be clicking the search option (F4).

  • Select the display/maintenance allowed from the drop down list.

How to create database table in SAP ABAP


Step 5: - Select field tab and update the following data.


  • Update the field name in the field column (16 characters)

  • Select the key option if you want the field as table key.

  • Update the data element key from the list.

database table in SAP ABAP


Step 6: - Click on save button to save the configured data. You get a message as ZTEST_EMP saved.


Now, we have successfully done with “How to create database table in SAP ABAP”.


 



Creating database table in SAP ABAP

No comments:

Post a Comment