I don't think this is correct. Adhoc association does not always create a join. If the UI is asking for only the main table fields, the join will not be created. Only if one of the fields from associated table is requested will the join be done . Am I wrong?
In Exposed Association , how to you drill down to the the field from the target table ? where do you rt click ? in RSRT ? . Can you please give us an example ?
we r not sure of the performance.. but Exposed is better if you do not want the data in the same view but anticipate some other views might need it and if exposed, it comes handy.. re-usable. Also, Exposed do not do Join unless consumed. Team SAPYard.
I don't think this is correct. Adhoc association does not always create a join. If the UI is asking for only the main table fields, the join will not be created. Only if one of the fields from associated table is requested will the join be done . Am I wrong?
Thank you Ramin for the clarification.
Team ZAPYard.
@@ZAPYard are you agreeing with Ramin's statement, that the Ad-Hoc Association as well will not be executed until the UI requests for that field ?
Really more useful information and nice explanation with examples
Thank you Prabhakar
Raju sir you are so talented dada.really cleared my doubt between CDs view with join n association
:)
wow so nice and informative
In Exposed Association , how to you drill down to the the field from the target table ? where do you rt click ? in RSRT ? . Can you please give us an example ?
sure. we will try to prepare a video and share.
Such nice explaination...many thanks
Thank you Khusbhu. Glad you find it useful. Please keep visiting.
Team SAPYard.
Which association is faster with respect to performance??
we r not sure of the performance.. but Exposed is better if you do not want the data in the same view but anticipate some other views might need it and if exposed, it comes handy.. re-usable. Also, Exposed do not do Join unless consumed.
Team SAPYard.
Sorry for replying a little late but that's a lot of info...Thanks
m.mara = _plant.mara or m.matnr=_plant.matnr. Please share the correct join condition.
Dear Aman - Thank you for pointing out the issue.
Yes it should be m.matnr = _Plant.matnr.
Team SAPYard.