BAPI calls in BOPF Actions how-to ?
Hello Experts,could you pelase clarify, what is the proper way to call BAPIs from BO actions ? I'm doing a BAPI call in my action, which creates a document. After in AFTER_COMMIT determination when...
View ArticleRe: BOPF node Locking and Unlocking????
Hello Anjarikram, the combination of the business object's "Lock Behavior" and the "Transaction Mode" settings determines how BOPF treats locks after SAVE. (I assume that your workflow is triggered...
View ArticleRe: Triggering a second transaction
Hi Bjorn, did you find an option? Kind regards,Thomas
View ArticleRe: BAPI calls in BOPF Actions how-to ?
Hi Attila, first of all, yes, you are right, the slave transaction is for the opposite case when BOPF should not control the transaction and the commit is done outside BOPF. You cannot call...
View ArticleBOPF Transaction Management
Hello experts, is it possible to retrieve data from an bopf object, after save the transaction with pattern "save and exit"?Using /BOBF/IF_TRA_SERVICE_MANAGER will dump because the transaction state is...
View ArticleRe: BOPF Transaction Management
Hi Thomas, As far as I know there is no option to do so. There is no way to get rid of the service manager instance which is owned by the factory, therefore you are not able to create a new one and the...
View ArticleAdd customer action to the standard BOPF
Hello, experts!Can I add my own action to stadart BOPF and execute it after standard action?My task is to add new action into BOPF /SRMSMC/BO_SEV. That action will send the file to Sourcing after...
View ArticleRe: BAPI calls in BOPF Actions how-to ?
Hi Martin, I've just seen this, in one of the BOs, that SET UPDATE TASK LOCAL is applied, but probably due an update module was executed. In my case there is no such, but I will debug like you suggest....
View ArticleAutomatically create subnode for root node (on Change?) in BOPF
Hello BOPF-Experts, i' m really new to BOPF and have a special question. I want to create a subnote automatically when i chance a Value on the Root-Node Structure. For example i have a root node with...
View ArticleRe: Automatically create subnode for root node (on Change?) in BOPF
Hi Sascha, in many cases there should be some helpful information in the "Application Information" section of the ST22 dump. When looking at your code I see that you do not provide iv_assoc_key....
View ArticleRe: Automatically create subnode for root node (on Change?) in BOPF
Hi Ivo, thanks for your reply. Do i need an own association or can i take the "standard" item association? So i tried with this association and the the dump is still the same. iv_source_node_key and...
View ArticleRe: Automatically create subnode for root node (on Change?) in BOPF
Hello Sascha, you can use the standard association created for your subnode. As I understand from your coding your subnode is called 'queue'.In this case I think you should have an association from...
View ArticleRe: Automatically create subnode for root node (on Change?) in BOPF
Thanks all for helping. I found the problem by myself. My Root node was persistent and my item node was transistent.If ic chanced the rood node to transistent also, it worked
View ArticleDesigning BO - Cross Object Validations/Determinations
Hi, how can we represent CO determinations/validations. As a (simplefied) example, if we have a Product-BO which has "in stock" and "reserved for order" as peristent attributes. Taken the standard...
View ArticleRe: Mix transient and persistent data
Take for example if you would like to display a month in a list (eg for every day in the month one line). For some days you have entries in your database, for others you dont't. In order to display...
View ArticleRe: Mix transient and persistent data
Hi Peter, possibly another approach could be to define a purely persisted node which contains the non-transient entries. In addition, you could define another transient node which returns all instances...
View ArticleValue entered in GAF form is not updated in OIF
Hi, I am new to BOPF. I had a requirement to add two new fields in Report Near miss GAF form under Situations. This was a change in webdnpro component 'EHHSWDC_INC_QAF_GROUP_V3'. I added two new...
View ArticleRe: Value entered in GAF form is not updated in OIF
Have you changed 'EHHSWDC_INC_QAF_GROUP_V3' to Z object ?if you changed that , change the wiring to that z Object .Surya N Padhy
View ArticleRe: BOPF Customize Issue (TM Freight Order Side)
Hi Jay, Wiring Schema can be checked from Component Configuration >> Navigation >> Wiring Schema tab, we need to create a new wiring for the initial screen and the custom screen....
View Article