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 / ramjan shaik
HI..THIS IS RAMJAN SHAIK(RSRL)
IF U WANT TO COMBINE 2 TABLES INTO ONE , WE HAVE TO USE
VIEWS IN THE SE11
OR
U CAN CREATE STRUCTURE AND FUNCTION MODULE FOR THAT,AND
EXECUTE THE FUNCTION MODULE TO RETRIEVE THE DATA.(sE37)
OR
USE THE INTERNAL TABLE CONCEPT
CREATE 2 TABLES STRUCTURS
USE SELECT STATEMENT
BUT TWO TABLES DATA CANNOT MERGE INTO ONE SINGLE TABLE IN
SAP
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use messages in lists?
How can end-of-selection be used?
How can we send data to external programs?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
How to give programe name as input in BDC report of abap ?
what is sap scriptview ?
Explain how to create any functions?
From excel to abap - is batch mode possible ? : abap bdc
Can you delete data element, which is being used by table fields?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
What is the difference between skip and new-line?
How do you process errors in session method ? : abap bdc
How is conversion of data types done between abap/4 & external level?
What is bdc programming? : abap bdc