Re: Static attribute properties
Hi Ulli, are you interested in knowing which are the properties which apply to an instance or in knowing which properties are static properties?Using /bobf/if_frw_configuration, you can obtain the...
View ArticleRe: How are queries on subnodes used?
Hi Oliver, thanks, got it. Nice blog Cheers Christian
View ArticleHow use Associations created by Me.
Hi guys I need to control the inclusion of data between two tabs NWBC.I created this tabs and i created the association in cust_ui. I tried to use it :when i 'm in determination of tab A i need to see...
View ArticleRe: How use Associations created by Me.
Hello Ronaldo, the statement looks fine. Thus please check the following things.. 1. In the debugger, is IT_KEY filled with correct instances of the node?2.Define the node and the association explicit...
View ArticleRe: BOPF and shared locks
Hello Daniel,there are different solutions possible, here is one. I assume that the parallel processes do not modify the BO instances itself while executing the assignment: Use an action validation on...
View ArticleRe: How use Associations created by Me.
Hi Ronaldo, I do not know much about NWBC and tabs. Do two tabs imply two seperate ABAP sessions? If this would be the case, none of Tilmann's proposals would work. You would have to save your data in...
View ArticleRe: How use Associations created by Me.
Hi Ronaldo, To find out if it is a programming error in your BOPF implementation or something which is due to some UI related limitations, I suggest to use the BOPF Test UI to test your BOPF...
View ArticleRe: During debug how to know whether call is from Cockpit or Freight Order UI...
Got the solution. We can get an instance of FPM, using the cl_fpm_factory=>get_instance(). From the instance, use the get_runtime_info() method to get the application id etc compare with what is...
View ArticleRe: How use Associations created by Me.
Thanks for reply. could you send me links about association .how use it.?please.Thanks.
View ArticleRe: How use Associations created by Me.
Hi Ronaldo, Have a look at the documents section of this community, there is a document by Thea Hillenbrand which explains this very detailed: Defining Associations with Business Object Builder eXpert...
View ArticleInsert/Modify using BOBF enhancements
Dear BOBF Experts, I have made some enhancement in BOBF ( i.e Created many child nodes from the Business Objects). Now am facing problem while accessing data to Modify the Node via change mode. In...
View ArticleNot allowed to do Modification of standard SAP object using BOPF transition
I created a note with manual instruction but customers are not allowed to do Modification of standard SAP object using BOPF transition. What is the solution for this? Also, how to find the bopf...
View ArticleRe: Not allowed to do Modification of standard SAP object using BOPF transition
Hello Shubham, if a BOPF BO is transported to a customer and it is not extensible, the customer is not allowed to add further actions/determinations/validations/nodes to that BO using the BOPF...
View ArticleBOPF consistency validation problem
Hello, i have a problem with a consistency validation which is defined in my BOPF object for the root node. In my BOPF object there is defined an alternative key, the business partner number. When...
View ArticleRe: BOPF consistency validation problem
Hello Christian I would expect that you receive the error message in both cases - if you modify the BO via report or if you modify the BO via SADL. So please open a ticket on BC-ESI-BOF for further...
View ArticleFPM BOPF Form UIBB field Disabled
Hi , Requirement to create FPM form with backend BOPF using FBI views.I created a custome BOPF(With out Alternative keys)and when i tested it its saving data to DB table. FPM OVP form with only Main...
View ArticleRe: FPM BOPF Form UIBB field Disabled
Hi Kp, Check the wiring once again.If wiring is correct, in URL add &change_mode=change/create&. Hope this helps. Regards,Sanket.
View ArticleRe: FPM BOPF Form UIBB field Disabled
Hi Sanket, In the main page i added both Bootstrap form (Source)and fields form(Target), i did wiring between these 2 forms and used the connector class /BOFU/CL_FBI_CONNECOTOR. BTW i added the...
View ArticleRe: FPM BOPF Form UIBB field Disabled
Hi KP, Its hard to know without seeing your configuration. you can try to follow this document http://scn.sap.com/docs/doc-62730 In Addition, you can try to add the standard FPM Edit button to the...
View Article