Can we use same Domain for more than Data element?
Answer Posted / geetha
yes we can use same domain for different data elements,
data element gives documentation i;e f1 help for a field
and domain describes the size and type of a field ,so
there can be many fields having different f1 help , but
same size and type.
field1_|- data element1 ____|
field2_|_ data element 2 ____|_____domain
| |
field3_|_ data element 3 ____|
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
foreign key enforcement?
What is meant by a schema? : sap abap hr
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
What are the system table used in abap?
can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.
What is its? : abap hr
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
performance tuning concepts
Explain buffering concept usage?
What are the restrictions on subscreens?
How to find the return code of a statement in abap programs?
What are the basic components of dialog program?
Explain get pernr concept when we use logical data base? : abap hr
How to write a code for multiple transactions? : abap bdc
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?