Can we write inner join between transparent table and
cluster table? If both having common fields?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vineet kumar
We can only use inner join in Transparent table not in pool
or Cluster Table.
Is This Answer Correct ? | 21 Yes | 3 No |
Answer / suryakanta
I think, Rakesh Akula had given the Exact answers to the
given questions.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / murali i
we can maintain the innerjoin between two transparent table
take an example is vbak and vbap but we can't maintain the
innerjoin betwenn one transparenttable and one
clustertable take an example is bkpf and bseg
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / manoranjan
No, wecan't.
1. We can use inner join conditions between two or more
transparent tables.
2. Join conditions can be used in between two pooled tables.
3. But Join conditions can't be used in between two cluster
tables.
Regards,
Manoranjan.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / rakesh akula
ABAP developers should not bother about the cluster and
pool tables becoz we ABAPiers are mostly concerned with
TRANSparent tables as it holds application data which is
much more important to run a organization.
IF ur interested then go for R & D by joining SAPLABS there
you get a better exposure to do this things..
Best of luck . anyways don't try to use joins between
altogether different tables it won't work.
Is This Answer Correct ? | 6 Yes | 9 No |
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
What are ranges? What are number ranges?
Hi, My question: Iam an ABAP Programmer with 3+yrs exp would like to learn ABAP CRM . Plz let me know the best institues(coaching centers) in HYd to learn the same.
What are system fields for secondary lists?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
what is the difference between user exit and customer exit? what is ment by cusomer exit?and what is the difference between user exit and badi?
what is difference bt ABAP MEMORY AND SAPMEMORY
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
What is the keyword used to access a program from global memory?
What are the ABAP commands that link to a layout set?
How do you document ABAP programs? Do you use program documentation menu option?