2007 Sep 07 7:04 AM
how can i get the short discription for domain
can any body help me
2007 Sep 07 7:45 AM
SELECT DDTXT FROM DD01T WHERE DOMNAME = 'DOMINE NAME' AND DDLANGUAGE = 'E'.
SELECT DDTXT FROM DD01T WHERE DOMNAME = 'DOMINE NAME' AND DDLANGUAGE = 'E'.
2007 Sep 07 7:07 AM
Hi shaik
Domain is the possible value of the field in the table.
Example
Field Domain (nomally it 's in the Data element)
Name John, Max, Jim
That mean Field "Name" you can input data only three value. John,Max or Jim.
Regards
Wiboon
2007 Sep 07 7:21 AM
data ztext(60).
select ddtext into ztext from dd01t WHERE domname = 'MATNR' AND ddlanguage = 'E'.
ENDSELECT.
WRITE / ztext.
Note:always give domain name in upper case..
plz reward points if dis helps
2007 Sep 07 7:34 AM
hi,
Domain: they set of Attributes such as data type , length , possible value range & etc
You can get in table dd01t
Just write a select query passing the domain name..
rewards if useful,
regards,
nazeer
2007 Sep 07 7:45 AM
SELECT DDTXT FROM DD01T WHERE DOMNAME = 'DOMINE NAME' AND DDLANGUAGE = 'E'.
2007 Sep 07 7:50 AM
hi,
goto se11 -> in domain textbox give domain name and it will display all values of that domain such as
1. name [short,medium,long]
2. data element
if helpful reward some points.
with regards,
suresh aluri.
2007 Sep 07 7:51 AM
Hello,
<b>Data elements</b> ideally use domains to define their technical properties. On
<b>domains,</b> however, an ABAP program cannot gain access for typing data objects.
As a rule, data elements get their data types from <b>domains.</b> This data type can also be derived from an integrated type.
The <b>domains</b> are used for the central management of the technical properties of data objects. The domains cannot be used directly in programs, tables, etc. The data type <b>'Data element' </b> is used here as a bridge from the technical properties to the different data types / data objects.
Reward if helpful,
Regards,
LIJO
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |