Re: Alternative key containing multiple attributes
Hello Bjorn, I can confirm that you should implement the association in case of structured alternative keys instead of using binding. Typically, use a "convert alternative key" core service related to...
View ArticleRe: Alternative key containing multiple attributes
Hi Bjorn, your are right: Cross BO Associations doesn't work with structured alt keys. The only exeception here is a structured alt key with only one component. For you scenario I see two options:...
View ArticleDelete Root
Hi expertsIm trying to delete a root : DATA: ls_sel_opt TYPE /bobf/s_frw_query_selparam, lt_sel_opt TYPE /bobf/t_frw_query_selparam. ls_sel_opt-attribute_name =...
View ArticleRe: Delete Root
Hello Ronaldo, in order to delete node instances you must use the corresponding core service "modify" instead of invoking an internal action. Please check the example below. Best regardsTilmann...
View ArticleRe: Alternative key containing multiple attributes
Hi David, Aiko, Thank you both for your helpful responses! It is indeed nicer to store the transient keys and alternative keys in the DAC class rather than extending the get singleton logic of the...
View ArticleRe: Delete Root
HI David thanks for reply. I dont know if is it .I want to delete a especific shipping order. for example i have shipping order. 001000010010000200100003i want put 00100002 in my program and delete...
View ArticleDependencies between BOBF determination
Hello, is it possible to implement an dependency like this? Determination A has to be execute after Determination B was successful executed for a BO node. Thank you Christian
View ArticleRe: Dependencies between BOBF determination
Hello Christian, you can just maintain Determination B as a predetermination of Determination A. Of course, determination A is only executed if also its triggering condition is fulfilled. So if you...
View ArticleTransaction /BOBF/CONF_UI not available
Hi allI am trying to use BOBF and follow the tutorials Introduction to Business Object Processing Framework (BOPF)There is a sample /BOBF/DEMO_CUSTOMER, that SAP provide for demo usage and on the...
View ArticleChange item didnt´t work.
Hi experts.truckI'm working in TM web dynpro aplication .In the process I mark 3 unit freight and one truck then should be created 1 order freight with this 3 units.But after saved the order is...
View ArticleRe: Transaction /BOBF/CONF_UI not available
Try to add the transaction to your favorites or add "/n" in front of the transaction when using the command field (in your case: /n/BOBF/DEMO_CUSTOMER).All transactions beginning with a slash need...
View ArticleDon´t show items in NWBC.
Hi experts. I created a program that create a order with items it worked and i can see my items in table but i cant see it in nwbc i can only see the header:But i can see it in /n/bobf/test_ui...
View ArticleError handling transaction manager
Dear BOPF experts,I want to develop an interface to create a mass of SAP TM Forwarding Orders. I learned that BOPF is designed to handle mass data. All validations, determinations, actions and so...
View ArticleRe: Error handling transaction manager
Hello Frank, transactions are stored in the one-or-nothing principle, that means you can't save only a part of the instances modified during the same transaction. However you do not have to single...
View ArticleRe: Error handling transaction manager
Hello Tilmann,thank you very much for your support. I will do it this way. Best regardsFrank
View ArticleRe: Error handling transaction manager
Hello Tilmann, one thing is not optimal on this approach. It is not ensured that all messages have an origin location. So I can only try to find for all error messages the root node based on the...
View ArticleIntegration of Media entity in SAP NW Gateway to BOBF Entities
Hi, Normally we can integrate any of the nodes created in BOBF Business Objects to any entities in the SAP NW Gateway. Can we do the same for media entities in Gateway. In other words, say for example...
View ArticleRe: Integration of Media entity in SAP NW Gateway to BOBF Entities
Hello Gayathri, can you tell which kind of integration you are using? Are you using SADL or GBI?If you are integrating Business Objects delivered by SAP, could you please name them?Which NW release do...
View ArticleRe: Integration of Media entity in SAP NW Gateway to BOBF Entities
Hi Ivo, 1. The integration I am using is SADL ( via the mapping in the service Implementation of segw ) 2. The netweaver version is : SAP NETWEAVER 7.4. ThanksGayathri
View ArticleRe: Integration of Media entity in SAP NW Gateway to BOBF Entities
Hello Gayathri, in this case I have to disappoint you: The SADL adapter of BOPF does not support Dependent Objects, yet.I added a corresponding statement to Note 2172985 - "Limitiations of BOPF SADL...
View Article