Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how can i fetch the records of 3 tables with a single select
query,without using join.

Answer Posted / anurag joshi

records can be fetched from 3 tables using a single select
statement using the CHAIN OPERATOR in select statement....

select : vbeln posnr matnr from VBAK into table i_abc1
where vbeln = s_vbeln,
vbeln1 posnr1 matnr1 from VBAk1 into table i_abc2
where posnr2 = s_posnr,
vbeln2 posnr2 matnr2 from VBAK2 into table i_abc3
where matnr2 = s_matnr2.

..the only difference which makes is the chain operator.

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi my dear friends,Please give the answers for the following link http://www.saptechnical.com/InterviewQ/interviewQ.htm

2212


What is the structure of the bdc table? : abap bdc

1258


How are the function code handles in flow logic?

1141


List the events in abap/4 language?

1175


What is the last entry in all bdc tables? : abap bdc

1184


What does hide statement do?

1049


Does sap handle multiple currencies?

1066


What is netweaver???what is the relationship with ABAP?

2258


Explain data dictionary in abap?

1149


What are control tables? : abap data dictionary

1062


When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization

1108


in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?

2211


after creating lock object if does n't access record by second user what should we do?

2032


What is difference between float and packed data type?

1256


What is payroll driver ? : abap hr

1144