what is the difference between DATA ELEMENT and DOMAIN?
please give the fully detailed
Answer Posted / balaji
domain describes the technical characterstics of table
fields
data element describes role played by the field in
technical content
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain how to create any functions? How to go about it?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What are the dis-advantages of logical databases? : abap hr
How can I make a differentiation between dependent and independent data? : abap hr
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
How do you populate data into a multiple line field? : abap bdc
Control Break statements- At new...endat.
List some of the many different ways that the sap standard functionality can be changed by a customer?
Describe the data classes?
Explain the Importance of pa20? : abap hr
What statement will be found in an sap application program that implements a function module exit?
Differentiate between static and dynamic step loops?
What is meant by hotspots?
what is the exact code that shoud be implimented in sap note
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?