Answer Posted / shreeshail diggi
Domain :
Repository object in the ABAP Dictionary that describes
properties of data elements, such as data type, value
range, and so on. A domain can be linked with an arbitrary
number of data elements.
data element
Repository object in the ABAP Dictionary that defines an
elementary data type in the In addition to the technical
attributes, it also describes the semantic meaning of a (
database) field (for example, heading for tabular displays
or documentation text). The attributes such as data type,
length, and so on, are either defined directly in the data
element or copied from a domain.
Thank's and Regards,
Shreeshail Diggi
SAP Technical Consultant IBM Pune
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
Select query optimisation
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
How will you define posting procedures?
What is synchronous update?
where are the passwords for ITS stores?
what is difference between set screen and call screen ?
How can we upload a text file having delimiters in to legacy system? : abap bdc
Can we make use of flow logic control key words in abap/4 and vice-versa?
What is the difference between a structure and a table? : abap data dictionary
What are the different types of view?
how to create view in bdc..??
What are datasets in abap?
What is the difference between internal tables and extract datasets? : abap modularization
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary