Re: can we Implement existing Non-BOPF application in BOPF framework ???
Hi Anjarikram, Tilmann recently posted this Article which might be of interest for you. Kind Regards,Ivo
View ArticleRe: No authorization to create instances
Hi Liesbeth, As a workaround, is it possible to implement a determination which defaults the VKORG for the user? I would prefer this over granting all the users to create data for a blank VKORG....
View ArticleRe: Adding a Validation to a Consistency Group - check/check_delta not called
Hello Peter, I would expect the CHECK method is also called for validations triggered by the consistency group execution. However, the CHECK_DELTA is not as BOPF provides this delta image only during...
View ArticleRe: BOBX - ddic generation fails
Hello Timo, from my perspective it should be possible to at least get the creation of the alternative key in the BOPF model done. So we will check the current behavior and inform you here about news....
View ArticleRe: Try Delete Root node but edit authorization for sub node needed
Hi Christian, I do not know any reason why BOPF should check for EDIT authority on a subnode when deleting the parent instance. I made a quick check with a test BO in BOBT: I debugged the deletion of a...
View ArticleRe: Try Delete Root node but edit authorization for sub node needed
Hi Christian, now I understand: My test BO had "own checks" configured on every node. Your BO only has authority checks on the ROOT node. When deleting the ROOT node, BOPF recursively deletes all...
View ArticleGet Specific Error Messages After An BOPF Operation
Hello community, I have a question: How is it possible to get specific error messages after an BOPF operation? In my case I modify data and I want to get only the lock error messages, I mean the errors...
View ArticleRe: Get Specific Error Messages After An BOPF Operation
Hi Stefan, the object in the message structure <ls_errormsg>-message will be of type /BOBF/CM_FRW_LOCK. If you want to check for a specific message you should check the message text con stance of...
View ArticleGenerate dictionary objects
Hello experts!Could you please explain, what does mean checkbox "Node Category on Database". When should I use this checkbox?
View ArticleRe: Get Specific Error Messages After An BOPF Operation
Hello Martin, thanks for your fast reply and the solution. CheersStefan
View ArticleRe: Generate dictionary objects
Hello Yury, be checking the flag BOPF will generate an additional field on the database to store the node category information. However a node category must be maintained first. In general we do not...
View ArticleRe: BOPF: filling ET_FAILED_KEY in determination dumps
Hello Martin!Could you please explain, what mean et_failed_key in determination and how to use it?I have a determination - after retrieve, which calculate some transient fields in node. In some cases I...
View Articleet_failed_key in retrieve_by_association method
Hello experts!I have a determination, which in some cases return error message and failed keys.If I use RETRIEVE:lo_srv_mngr->retrieve( EXPORTING iv_node_key =...
View ArticleRe: et_failed_key in retrieve_by_association method
Hello Yury, you cannot make a RETRIEVE fail by returning failed keys in a determination.If a determination returns failed keys, BOPF assumes that the determination is missing some input values. Maybe...
View ArticleRe: BOPF: filling ET_FAILED_KEY in determination dumps
Apart from the time points which have been mentioned above, I would like to explain BOPF's general behavior when determinations return failed keys: If a determination returns failed keys, BOPF assumes...
View ArticleRe: et_failed_key in retrieve_by_association method
Hello Ivo!I have determination(after loading), which fill some transient fields. In some cases this determination can't fill transient fields, and I created a message and provide failed key in execute...
View ArticleRe: BOPF: filling ET_FAILED_KEY in determination dumps
If we have determination which is triggered before retrieve, and we use retrieve() or retrieve_by_association() methods, than this determination will be execute only once. We want to get failed keys...
View ArticleBOPF: How to check authorization in data access class (DAC)
Hi, I am writing a data access class to provide a BOPF Interface for existing database tables. I discovered how to implement authorization checks within the methods (Reuse of existing tables using data...
View ArticleRe: How to Create modelled Association between 2 child node using Parent key?
Hi David,What is the best "workaround" for this problem in the SADL/BOPF world for the following scenario than: One BO with three subnodes: Location---Location Item (Primary Key...
View Article