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
What are client dependent objects in abap/sap?
What is append structure?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
How do you populate data into a multiple line field?
What are ranges?
Explain the session method? : abap bdc
singleton class
What is the differences between structure and table in the data dictionary in abap?
Write syntax for message error (report)?
What are the difference between pool tables and transparent tables?
What are the different types of sapscript symbols?
What is the maximum number of structures that can be included in a table or structure
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
What is a table attribute? : abap data dictionary
What is the difference between a structure and a table?