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 call other programs?
Describe the data classes?
what are the various types of parameters and how are they distinguished from one another?
What is the use of the raising exception?
Explain the disadvantages of abap query tool?
What are the different abap editors? What is the used of different editors in abap?
What is hotspot?
How to specify a client for database table processing?
Does the call transaction method allow multiple transactions to be processed by sap?
What are the components of sap scripts? : abap hr
Explain the advantages of logical databases?
What is dynamic action? : sap abap hr
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What is the difference between ABAP and HR ABAP