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 write a code for multiple transactions? : abap bdc
What are the aggregate objects in data dictionary? : sap abap data dictionary
What happens if only one of the commands set screen and leave screen is used without using the other?
What is logo in sap script?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
What are Delivery classes? What data will you want to transport during client copy?
What are the steps to be followed to set lockobjects? : sap abap data dictionary
Explain how many types of tables exist and what are they in data dictionary?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What are the different types of the sap abap data dictionary objects?
wat is the default file name of BAPI trace?
What is IMG in SAP?
What are the differences between se01, se09 and se10?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr