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 3 types of tables in sap? : abap data dictionary
why we are using pgm RSTXTRAN?
Can i Have Some Examples on Enhancements.
variant attached in the report. can be transportable from one server to another server
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
plz can any one list out the set of questions on support project. I am waiting for ur reply
What are logical databases? What are the advantages/ dis-advantages of logical databases?
can we add fields to SAP Standard tables. ? Do SAP tables have indexes. ?
What is the difference between a structure and an append structure?
If there is a bank system application,in this when one user login then photo of his would be come up and another one login then his photo should come up in smart form,then how it will handle or make a smart form dynamically?
how to navigate to report from report? note: no transaction code created to report.
In the windows NT environment A-gate and w-gate are connected via which protocols?