Re: FBI view with context based adaptation (CBA)
Hi Matan, Okay, I see. So by using the FBI view we can set the adaptation context via configuration instead of needing to write code to raise the CBA event in our feeder class. Nice! Thanks again!...
View ArticleDetermination attribute assignments
Hi, I was wondering how the attribute assignment checkboxes of the request nodes for a determination work. Can these checkboxes be used to define which attributes have to be changed to trigger the...
View ArticleRe: Determination attribute assignments
Hello Bjorn,we implemented BOPF not to check the requested attributes due to performance concerns. In most cases it is much more performant to trigger more coarse grained instead of evaluating the...
View ArticleRe: Determination attribute assignments
Dear Bjorn, as usual there's not much to write after Tilmann has answered, but I wanted to respond to a non-asked question: "Then why the hell is there an option to model the attributes?"There are two...
View ArticleRe: Determination attribute assignments
Hello, Thank you both for your responses! I was indeed already using code like the sample code provided, but thanks anyway for the confirmation and extra information! Kind regards,Bjorn
View ArticleIs a key locked (without locking it)?
Hi, Does BOPF provide a method that returns for a set of keys (for one specific node) the information which keys are locked without actually locking the keys?Regards, Thomas
View ArticleRe: Is a key locked (without locking it)?
Hello Thomas, no, BOPF does not provide the information what instances are locked at the moment. As far as I know, there is also no function available that is officially released for productive usage...
View Article/bobf/cl_frw_factory=>get_message with error Don´t Stop process?
Hi experts. I'm working with Determinations when i go SAVE data in NWBC. I used a message error to validate duplicate data; *------------------------------------------------------------...
View ArticleRe: /bobf/cl_frw_factory=>get_message with error Don´t Stop process?
Hi Ronaldo, This should work if you also add your ls_key of the failed instance to the et_failed_key parameter of the determination. However, if the duplicate data is coming from e.g. user input, so it...
View ArticleRe: Is a key locked (without locking it)?
Hi Thomas, As of I know, there is no method to get the locked keys. But we can find whether the node is locked or not by using the association from Particular node to Lock node In the lock node...
View ArticleRe: Search help in Determination to NWBC field screen.
Assuming this is a custom field that you have added to the Persistent or Transient structure,you could simply attach a search help to that field in the base structure. Try if that works for you. Thats...
View ArticleWant to trigger BASIC_INFO_ALL Update on Saving The ROOT EHHSS_INCIDENT
I need to determine some values for the custom fields I have added to the PERSISTENT Include of the SUB-NODE - BASIC_INFO_ALL of the ROOT Node of EHHSS_INCIDENT. I have added the code to DETEREMINATION...
View ArticleBOPF on HANA
Hi Gurus If I want to make use of BOPF on HANA how do I do this. I understand it is incorporated into Netweaver so it should be possible, correct? Regards Panduranga
View ArticleRe: BOPF on HANA
Hi Panduranga, in NW AS ABAP 7.40 and lower, BOPF is in the component Business Suite Foundation Layer which is only incorprated in the the Business Suite. in NW AS ABAP 7.50 it is incorporated in the...
View ArticleIndex on Alternative key for a database table is missing or incorrect error
Hi, i created an alternate key and also define the index of the Root database table by selecting the alterbate key but still i get the error when i go a syntax check on my BO.please could you let me...
View ArticleRe: Index on Alternative key for a database table is missing or incorrect error
Hello MGR, creating an index for an alternative key must have the "MANDT" field as first componentand your specific alternative key components in addition. Please also ensure that you have created a...
View ArticleRe: BOPF on HANA
Hi Thea Thanks very much for your reply. So NW AS ABAP 7.40 it cannot be used, but 7.50 it can is the way I understand it based on your feedback. It is still accessed via the same traditional SAP GUI...
View ArticleRe: BOPF on HANA
Hi Panduranga, In addition to the SAP GUI transaction, you could also use the Eclipse based editor in ABAP Development Tools. For more details you could refer this blog BOPF Modelling in Eclipse...
View ArticleAccess to Representation Node via ABAP
Hi to everyone, how do I access to the content of a representation node? I've created a representation node referencing another existing custom business object (I have followed the instructions found...
View Article