Query does not works
Hi Experts, I got a problem in the Query /scmtms/if_tor_c=>sc_query-root-planning_attributes when execute in Background. If I execute Online it´s working but in Background task, not works. I am...
View ArticleRe: /BOBF/IF_FRW_CHANGE~GET_CHANGES: precise Meaning of IV_FAILED
Hi Jürgen, This seems to be an error in our ABAP Doc. If the parameter IV_FAILED is set to true, the result will contain only changes that have been failed. I will provide a correction of our ABAP Doc...
View ArticleRe: /BOBF/IF_FRW_CHANGE~GET_CHANGES: precise Meaning of IV_FAILED
Thanks a lot. That simplifies our implementation.
View ArticleCross-BO Aggregations/Compositions
Hello, we have BOs Alice & Bob. Alice shall contain an aggregation of multiple Bobs. Therefore we integrated Bob via an Representation-Node into Alice.Bob's ROOT has a field ALICE_KEY that links to...
View ArticleRe: Cross-BO Aggregations/Compositions
Hello Kai, I think you require an implemented association for that as the field containing the link information is located on the foreign BO. However, this is not a big thing: 1. Create a non-unique...
View ArticleHow to use the tree UIBB (FBI Feeder class)
Hi experts, Is it possible to use the FPM_TREE_UIBB component to display a BO's nodes and subnodes as a hierarchical list? I've tried as described below:...
View ArticleProcessing mode of BOPF BO
Hello, by calling methode RETRIEVE of the BOPF service manager one can read the data of a node and also specify the processing mode via parameter IV_EDIT_MODE, domain /BOPF/CONF_EDIT_MODE. I always use...
View ArticleRe: Processing mode of BOPF BO
Hello Ulli;you could RETRIEVE the object with an optimistic lock. If this works fine (there is no error message in EO_MESSAGE of the RETRIEVE), the object can be changed. If this does not work fine, it...
View ArticleRe: setting dynamic field control in bopf
Hello Seven,it seems that you would like to expose a BOPF BO via OData. Is this a CDS-based BOPF BO?Best regardsTilmann
View ArticleRe: Processing mode of BOPF BO
Hi Tilmann, I was hoping that there'd be a more comfortable solution, but will do it as you've suggested. thx and regards,Ulli
View ArticleRe: Cross-BO Aggregations/Compositions
Hi Kai, did you model alice_key as non-unique alternative key? Did you model to_bob with multiplicity 0..n?If you do this, the magical drop-down-list in the association binding will offer you...
View ArticleRe: Cross-BO Aggregations/Compositions
thank you very much, this seems to do the trick!
View ArticleRe: Cross-BO Aggregations/Compositions
thank you very much Oliver, screenshots greatly appreciated.we were not Aware that alternative-keys can be used as foreign-keys... cheers!Kai
View ArticleRe: Cross-BO Aggregations/Compositions
Most welcome! <shamelessSelfPromotion>You might consider reading my series on enhancements to "ABAP to the future".In ABAP to the future - my version of the BOPF chapters - Part 1 Addendum: Other...
View ArticleUsing BOPF Actions in CDS View
Dear Experts, Ic have a probelm with implementing the Business Object action in CDS View. @UI.lineItem: [ -- Standard Lineitem { position: 10 }, -- Action Lineitem { type: #FOR_ACTION, dataAction:...
View ArticlePlug-ins in BOPF & Usage of Transaction /BOBF/IF_TRA_PLUGIN_SERV_MGR
Hi Experts, I want to know the usage of the /BOBF/IF_TRA_PLUGIN_SERV_MGR & /BOBF/IF_TRA_PLUGIN and tables /BOBF/TRA_PI and /BOBF/TRA_PI & /BOBF/TRA_PI_ACT and how they are related. I can see...
View ArticleAssociations and checks
Hello, I create a root -> sub object node structure with a 1:1 association, is the association checked by the BO and I can´t create more than one sub object or do I have to program any checks to...
View ArticleRe: Associations and checks
Hello Roman, as this check would cost performance, it is not inbuilt in the framework itself. There are applications that rely on fieldcontrol (or are satisfied with just raising error messages) and...
View ArticleRe: Plug-ins in BOPF & Usage of Transaction /BOBF/IF_TRA_PLUGIN_SERV_MGR
Hello Anil,the usage of plugins is not released for public, however if you describe your use case we might find a suitable solution also for your issue.Best regardsTilmann
View ArticleRe: Using BOPF Actions in CDS View
Hello Christian,please add a ' char at the end of Z_PSO_BOPF_999:ACTION and try again.Best regardsTilmann
View Article