Re: Best practice for handling language-dependent texts in BOPF?
Hi Tilmann, Thanks for the explanation. Regards,Valentin
View ArticleRe: Best practice for handling language-dependent texts in BOPF?
Hi Oliver, Thanks for explaining the usage scenarios for the different approaches. Kind regards,Valentin
View ArticleRe: Possible to Map Relations Between BOs Inside BOPF and How Can I Access it...
Hi Stefan, I would also use a cross BO association for that. When you modeled the cross BO association you can use the service manager of the source BO of your association to resolve it. first, you...
View ArticleRe: Unsure how to handle eo_message in signature of /BOBF/IF_FRW_ACTION~EXECUTE
Hello Jürgen, as BOPF is reusing instances of the classes of actions/determinations/Validations, you have the issue that older messages might be still contained in your local message object (as you...
View ArticleRe: Possible to Map Relations Between BOs Inside BOPF and How Can I Access it...
Hello Martin, thank you very much for your reply, it is very helpful. CheersStefan
View ArticleRe: Unsure how to handle eo_message in signature of /BOBF/IF_FRW_ACTION~EXECUTE
Hi Tilmann,thank you for your reply. Indeed to change this behaviour you would have to set this parameter as deprecated or - may be better - a new method needs to be offered. My question is now what...
View ArticleBOBX pitfall with propose query dictionary names
Just fell into a pit while I was experimenting with a query on a subnode for a business object in transaction BOBX. I used the utility to propose repository names to get a classname for that query....
View ArticleHow are queries on subnodes used?
As I jumpstart into BOPF, I would like to ask for a usecase for queries on subnodes. I created a query on a standard node subnode, but in the interface method /BOBF/IF_FRW_QUERY~QUERY I can find only...
View ArticleWhat bopf and why?
Hi all As many times that I am trying to understand BOPF and every time I failed.Could someone, please explain me BOPF in understandable way.Do a lot of developers use BOPF? Thanks
View ArticleRe: What bopf and why?
Hi Anujit Read through the 6 Blogs from the author of this content. http://scn.sap.com/docs/DOC-45425 Really good subject matter Regards Arden
View ArticleRe: What bopf and why?
Hello Anujit, most developers find the introduction linked here very useful: http://scn.sap.com/docs/DOC-45425If you have a question, please feel free to ask. Inside SAP a lot of colleagues know about...
View ArticleWill the TraBI make it into the BOPF stack?
Hi, I listened to the SAP Transport Management Podcast about their UI re-factoring efforts on the UI.TMP029: TM 9.3 Refactoring: UI | tmpTMP: The TM Podcast The features sound quite interesting. Is it...
View ArticleRe: Will the TraBI make it into the BOPF stack?
Hi Martin, As of now, TBI is a pure SAP TM-functionality and I know of no immediate plans to bring it to a reusable layer, like Business Suite Foundation. It was designed and implemented with TM...
View ArticleRe: Will the TraBI make it into the BOPF stack?
Hi Dragos, Thanks for your reply. We are already using it. On some UIs we are facing the same issues regarding properties as discribed in the podcast. That's why I'm asing for it. Cheers,Martin
View ArticleRe: Unsure how to handle eo_message in signature of /BOBF/IF_FRW_ACTION~EXECUTE
Hi Jürgen, In our project, we provide a (stateless) helper class for moving message objects into the eo_message container. This helper is also a good place for e. g. adding message objects to the...
View ArticleRe: BOBX pitfall with propose query dictionary names
Hi Christian, I consider this a bug. There should not be any proposal for the implementation classes of select_all and select_by_elements.Did you create an OSS-message? Hint: Instead of moving to BOBF...
View ArticleRe: How are queries on subnodes used?
Hi Christian, you question covers many aspects which I'd like to clarify first:Queries are based on the persisted, not the transactional state. Thus, queries should not be used transactionally, but...
View ArticleStatic attribute properties
Hello, using the config object /BOBF/IF_FRW_CONFIGURATION I'd like to access the static attribute properties defined for a particular node, i.e. whether an attribute is enabled, mandatory etc. However,...
View ArticleRe: Static attribute properties
Hi Ulli, In /BOBF/IF_FRW_CONFIGURATION has method called GET_PROPERTY which will return static property details. Exporting parameter of this method holds property name and its value for each attribute...
View ArticleRe: Static attribute properties
Hello Dhivya, thanks for your reply. When I looked for a solution before, I came across method GET_PROPERTY as well. However, the method seems to return only the defined node action, an association and...
View Article