Can we write inner join between transparent table and
cluster table? If both having common fields?
Answer Posted / shilpa.p
No it is not possible to write inner join to trasperant
table and cluster table.system will generate an error wen
ever u try to join the table.
| Is This Answer Correct ? | 36 Yes | 0 No |
Post New Answer View All Answers
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
What is lock object ? : abap data dictionary
What are plan versions used for? : sap abap hr
Can i know some of the Realtime tickets that anyone has been faced ?
Application Category?
What is runtime analysis?
What is the table buffer? Which type of tables used this buffer?
What are the differences between se01, se09 and se10?
How do you take care of performance issues in your ABAP programs?
Explain what is step-loop? Explain all the steps?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What are the relational operations that can be performed on view in sap? : abap data dictionary
What are the domains and data element?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
What are uses of foreign key?