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?
Answers were Sorted based on User's Feedback
Answer / uma
structure/view like data base view or maintenece view/or
join concepts
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / lokesh
By using Views we can join two tables .
Ex : Database view
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
Answer / venkateswarlu.bandi
by using append lines of itab to itab.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sampath d
Guys
Please think before posting an answer......
It is about the DB tables not internal tables....
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / sureshmannem
by using view or by joins and select for all entries
even if they DB tbles we can retrieve the data to internal
tables and by using joins or for all entries we can combine
in one table
Is This Answer Correct ? | 0 Yes | 1 No |
what are the Joins used for internal Table?
How to handle Error in LSMW. This is urgent anybody know this answer plz post me...
Table events aNd table maintains generation
i have two purchase orders in smartform.i need to print them in two different pages.how to do that.
How can we decide weather we can enhance the standard infotype or not ? : abap hr
1.What is the difference between append structure and include structure. 2. what is the logging of technical setting while creating db table.
5 Answers Accenture, NTT Data,
if data is inserted only using bdc open and bdc insert and not bdc close session funx module wat will happend? will data b inserted?
Have you used SAP supplied programs to load master data?
Explain the use of insert and append statement in sap abap?
Explain what are the steps in the SD process at least up to the invoicing stage?
What is INDEX Concept. What is Primary Index and Secondary Index and Difference between Primary & Secondary Index
16) Is BSEG and BKPF transaparent tables?