what is the main main difference between data element and
domain? (i know definitions,i don't want definations).
Answer Posted / naveen padhmanaban
It is a semantic characteristics of a table field Data elements appear as objects in the dictionary. Because they are objects
in their own right, you can
reuse data elements within the same table or among fields in several tables.
It contains:
- Domain name
- Field label
- F1 documentation : TCODE – SE61.
Type name of document and select document class & language. Use this document name as a reference to
link with another document in which you have selected a text which is to be hyperlinked. Insert -> link -> document
class, name.
Domain:
It is a technical characteristics of a field.
A domain specifies information like data type , length & decimal places.
Like data elements, domains are stored as objects in the Dictionary.
You can reuse domains just as you can reuse data elements.
•Conversion
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the types of subroutines? : abap data dictionary
What are the types of bdc s?
What are the properties of selection screen?
What is the use of start-of-selection.,if not use in report what will happen,?
How many main windows are allowed in sapscript?
THANKS ALL. i CLEARED THE INTERVIEW OF INFOSYS BASED ON THIS QUESTION SET. IT REALLY WORKS. LONG LIVE ALLINTERVIEW.COM
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What is a size category?
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
What is meant by a schema? : sap abap hr
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
Explain how to create any functions?
What is processing class, where we do them and why? : sap abap hr
What is the use of message command in a report? What are the different message types?