Re: Help me to find the BOPF constant inteface name in programming (provided...
Hi Vinuta, good to hear this. Thanks for telling us that it works.You might want to mark your question as "answered". Kind Regards,Ivo
View ArticleRe: Mix transient and persistent data
Hi Tilman, also thanks from my side for your answer. However, the question was exactly what Jacques asks: How can I mix at the node level transient and persistent data ("rows"), not how one can mix...
View ArticleRe: Mix transient and persistent data
Hi Peter, Yes, in my opinion implementing an own Data Access Class is the way how to achieve this. Just cause I'm curious: can you give me some more details about the use case? Do you have several...
View ArticleWhat is the use of process control BO in BOPF??
What is the use of process control BO in BOPF??
View ArticleBOPF node Locking and Unlocking????
Hi Experts, in my Incident Management project i have one business scenario where on enabling send to shift supervisor and pressing save button , one workflow will trigger that will send that incident...
View ArticleShow field in red in case of error.
Hi guys. I'm working in determination and the node is trq item.In screen i want show a specific field of specific line item like red color. I tried my normal code typping the atribute but din´t work:...
View ArticleCannot use BOBX nor Eclipse for BO editing
Hi team, I cannot use transaction bobx nor eclipse for editing my BO anymore. Both work in read-only mode only and there is a message /bobf/conf_ui 384 that says that the BO has been created in...
View ArticleNo authorization to create instances
Hi all, We've created a BO with authorization checks. Our authorization object has three fields : ACTVT, BO_SERVICE and an extra field VKORG (sales org). In our roles we want to allow our user to...
View ArticleRe: Cannot use BOBX nor Eclipse for BO editing
Hello Igor, do you use transaction code BOBF with your BO? If your answer is yes, the customer flag CUSTOMER_BO in the table /BOBF/OBM_BO is unset and from this point it is not possible to edit the BO...
View ArticleRe: Cannot use BOBX nor Eclipse for BO editing
Hello Igor, In OSS note 2270184 you'll find a program that you can use to reset the customer flag. After that you'll be able to edit your BO using BOBX or Eclipse. Best regardsLiesbeth
View ArticleRe: Cannot use BOBX nor Eclipse for BO editing
Hi Stefan, Yes, it works. Thank you a lot.Could you please guide me to any additional information about this flag? What is it's implication and what consequences might I expect after this change? Kind...
View ArticleRe: Cannot use BOBX nor Eclipse for BO editing
Hello Igor, thanks for your reply. As far as I know is there a difference in the meta model between BOs from TAC BOBX and BOBF. BOBF can read BOBX BOs, but not sure is the other way round. CheersStefan
View ArticleRe: Cannot use BOBX nor Eclipse for BO editing
Hi Stefan, hi Igor, no, there is no difference in the meta model. The difference is that BOBX is restricted to features which are officially released. As soon as you use BOBF to edit your BO, you risk...
View ArticleRe: Cannot use BOBX nor Eclipse for BO editing
Hello Ivo, thanks for your explanation. CheersStefan
View ArticleRe: BOPF usable for Customizing Tables
Hi Tilmann, is there any documentation available on how to use this class? Do I have to create a special node type for customizing tables? brBernd
View ArticleHow to prevent the creation of a node?
Hi, we try to connect a service which offers the possibility to prevent the manual creation of a node. As a first try we used a determination which is called at creation and set et_failed_key by...
View ArticleRe: How to prevent the creation of a node?
Hi Jürgen, You can achieve this behaviour by adding an action validation to your node. In the validation's node category tab set the 'create' checkbox. Then add the instances which may not be created...
View ArticleRe: How to prevent the creation of a node?
Hello Jürgen, are you talking about ROOT-nodes or CHILD-nodes?In case you are talking about CHILD-nodes you might meet your requirement by implementing a property binding (determination).You can find...
View ArticleRe: BOPF node Locking and Unlocking????
Hi Anjarikam, one option, you could apply, that you turn the UI to read-only mode after saving and do unlock. After that you can explicitly start your workflow.Worflows can be started internally such...
View Article