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
How we format the data before before write statement in report ?
What are the function modules used in f4 help?
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
How to find Kernal badi ?
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
What is the difference of update types in call transaction method ? : abap bdc
Which infotype records can not be deleted ? : abap hr
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
What are aggregated objects : abap data dictionary
What is human resource information systems (chris)? : sap abap hr
if while coding power goes off , how to retrieve the codes?
Rp_provide_from_last contains how many parameters ? : abap hr
How can we set the tablespaces and extent sizes ?
Explain the difference between cluster tables and pool table?