Give the syntax of Inner,outer Join?"

Answer Posted / ravi ranjan

syntax of inner join:-
select t1~field1 t1~field2 t2~field3 t3~field4
INTO CORRESPONDING FIELD OF TABLES <INTERNAL TABLE>
FROM TABLE1 AS t1 inner join table2 as t2 on
t1~field1(key field) = t2~field2(key field).

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Fallback class

1744


Which bdc you prefer? : abap bdc

719


How to call other programs?

622


Explain sap abap 3-tier architecture?

737


What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr

752






Setting up a BDC program where you find information from?

662


How can we send data to external programs?

621


Difference between sy-tabix and sy-index? Where it is used?

536


Did you create help views?

554


What is the sap abap?

633


how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran

2046


In which particular scenario we use sorted table and which particular scenario we use standard table?

1024


Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?

557


A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization

571


How to select valid lines for secondary list?

611