In SE11 we created two database tables say some 1000
fields each.Now f we want both the tables combined into one
table, how do we do that?
Answer Posted / preethi
IF WE HAVE TWO TABLES A1 A2 TO BE COMBINED IN TO A3 USE
MOVE-CORRESPONDING A1 TO A3.
MOVE-CORRESPONDING A2 TO A3.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain what is the difference between primary key and unique key?
What is meant by search help? : sap abap data dictionary
Difference between Read and Get cursor?
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
why particularly lock object name starts with EZ OR EY?
What is database view ? : sap abap data dictionary
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
What are the aggregate objects in the dictionary? : abap data dictionary
What is the different between template and a table?
What are your ways to performance optimization?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
Explain client-dependent and client-independent tables.
How would you define the exponents for a type âfâ field?
How can we upload a text file having delimiters in to legacy system?
How did you test the form you developed? How did you taken print?