Re: Download of Attachment with Action - Confused...
Thanks yet again Ben. That indeed was the fix I was after (and will add flush_collected to my list of read-only methods that may help - I usually reserve thinking that Flush is a write-only method but...
View ArticleRe: Many-To-Many Relationships
Hi Oliver, it took a while, but we finally understood how to implement this (btw: the BOPF training was very helpful for this :-)) We created a link table and own associations between the link table...
View ArticleRe: Many-To-Many Relationships
Dear Svenja, That's great to hear, thanks for informing.If I got you right you now implemented an association (using the /bobf/if_frw_association interface), right?This is of course possible. However,...
View ArticleRe: Assigning default values to root and subnode attributes
Hi Tilmann, I did a test with BOBT and did some debugging. After the default determination of the root node was executed the framework loops at the determination list in //CL_FRW method...
View ArticleDetermination in Delegated Node.
Hi Experts, I am trying to determine the STUDENTID in the delegated Node. Determination is working fine but after determination it is Setting All Host Keys i.e. HOST_BO_KEY, HOST_KEY, HOST_NODE_KEY to...
View ArticleRe: is it possible to traverse every nodes in bopf modeling?
Hi Narendra, Good Morning. Ofcourse, it is possible to traverse from bottom to top. To do that we should have proper associations. 1. If you wish to traverse from leaf to root, our BOPF model will...
View ArticleRe: BOPF: filling ET_FAILED_KEY in determination dumps
Dear Martine, Make sure you are passing the right values to the parameters. It should work fine i guess.Hope you have written code something like this. IF eo_message IS NOT BOUND. CALL METHOD...
View Articlewhat are the differences b/w bopf and crm
Hi, I would like to know the differences between crm and bopf?. what is the query object(crm) and queries(bopf)?
View ArticleRe: BOPF: filling ET_FAILED_KEY in determination dumps
Which of the save points in time did you use, "before consistency check", "finalize" or "draw numbers"? Or did you use "during save"?"During save" is to late. BOPF aborts the save if there occure...
View Articlecan we create query in a single node that can access another node attributes...
Hi experts, i want to get a all records of different nodes in a single query.For ex. i have 1.>root 1.1>A 1.2>Bi want to retrieve...
View ArticleBOPF Determination based on requested fields
I've a performance intensive calculation implemented in a BOPF Determination. This determination calculates a transient field value. In my OData DPC_EXT class I'm doing the retrieve_by_association. And...
View ArticleRe: BOPF: filling ET_FAILED_KEY in determination dumps
Hi Martin, This was indeed the problem. Now it does not dump anymore.Thanks a lot! Martine
View ArticleRe: can we create query in a single node that can access another node...
Hi Narendra, you can implement your own query-class. Just define the name in the implementation area of the query in the configuration UI. You can also define your result type there. Your class will...
View ArticleRe: BOPF Determination based on requested fields
Hi Florian, as far as I understand the framework behaviour, it will provide you the data even if you not requested them if they are already in the buffer. Because in this case it's not necessary to...
View ArticleParent key of a root node
Hello!Is there any way that i can fill i.e., overwrite the Parent key filed of a root node?Scenario : I am using a representation node(X) as a child under a Standard node(P). As X is a root node of a...
View ArticleRe: Parent key of a root node
Hi Sunil, I guess you can since you can always manipulate the db table of the root node of your BO representation node. However this seems like a very bad practice and I would absoultely discourage...
View ArticleRe: getting root data in item node
Hi Naveen, To get the root data create a Determination in item node,in the determination do the retrieve with help of parent keythen the root value will retrieve. Then map the root emp_id to item...
View ArticleRe: Many-To-Many Relationships
Hi Oliver, yes, we implemented this using the /bobf/if_frw_association interface.Since we are not dealing with huge amounts of data in our tables, the performance of the ABAP implementation and...
View ArticleRe: BOPF Determination based on requested fields
Hello Florian, BOPF always loads the whole instance indepedent of the IT_REQUESTED_ATTRIBUTES to perform in case of a second request without checking the database again (as Martin described). Regarding...
View ArticleRe: what are the differences b/w bopf and crm
Hello Narendra,are you interested in the difference between BOL&GenIL vs. BOPF?Best regardsTilmann
View Article