You are currently viewing How to create SAP ABAP Domain

How to create SAP ABAP Domain

Domain defines technical definition of field of a table i.e. data type of field, its length and short description which is defined in data element which we will discuss further. Now we will discuss how to make a domain in ABAP Data Dictionary.

 

Creation of Domain in ABAP Dictionary
To create a domain in ABAP Dictionary you should follow the following steps
1. Go to transaction by entering t-code SE11 as shown below

2. Type name of Domain as shown below

 

3. Define the data type, its length decimal places if required. output length and output type as shown below

4. Now press Ctrl + S key, and the following popup will display, type package name then click on save button in.

5. Now choose the workbench request and click on the tick button.

6. Now click on tick button.

The last step is to activate the domain by pressing Ctrl + F3 key. Now you have created a domain

 

Dinesh Kumar Bansal

Dinesh Kumar Bansal is an Indian Software Developer, who is working on ASP.Net, MS-SQL, SAP-ABAP technologies from last one year. His Basic Principle of developing software is, “You have to clear about, what do you want to do, how can it be done”. He always says that development can be done with a cool & fresh mind.

Leave a Reply