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
Can we write the code both call transaction and session method in single program?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
What are the drill-down features provided by abap/4 in interactive lists?
What are the advantages/ dis-advantages of logical databases?
why particularly lock object name starts with EZ OR EY?
What are the dis-advantages of logical databases? : abap hr
What is the difference between function group and function module?
Search help exit details.
What is the disadvantage of a call by reference? : abap modularization
What is sap abap data dictionary?
What is meant by read lock? : sap abap data dictionary
what is abstract classes
What is modularization and its benefits? : abap modularization
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
What are types of select statements?