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 is append search help? : sap abap data dictionary
Explain what is the difference between sy-tabix and sy-index? Where it is used?
Polymorphism real time scenario
Name the abap/4 modularization techniques?
What is is a match code? : abap data dictionary
How do you find the information on the current screen? : abap bdc
How to pass data from list to report?
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
Write syntax for message error (report)?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What are the dis-advantages of logical databases? : abap hr
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
Can we define our own match code id's for sap matchcodes ?