ABAP to the future - my version of the BOPF chapters - Part 2 Addendum: Model...
8.2.1 Where is my model class?In "ABAP to the future" (A2tF), the author explains in this chapter how his model class (based on the domain model) is structured and why this is necessary. I want to...
View ArticleNecessary to Model the Status Variable with BOPF?
Hello community, I want to implement the archiving functionality in a BOPF object and I use this description - so far so good. One point of the description is the modelling of the status variable via...
View ArticleRename buisness object Enhancement
Hi Experts, i need your help , i enhance the buisness object now i want to change the name of enhancementhow to rename buisness object enhancement name. regards,Pranay
View ArticleBest practice for handling language-dependent texts in BOPF?
Hi all, I am tinkering with BOPF a bit and am trying to make up my mind on how to handle language-dependent texts. Let's assume that I have a business object Project which has the persistent...
View ArticleBopf Email with approve/Reject
Hi Expert, i am new to TM, i have a requirement to create a button on POWL and through this i need to send an approval and rejection mail to trigger in a batch in every 30 min.. Please Guide me the...
View ArticleABAP to the future – my version of the BOPF chapters – Part 7: Actions
8.2.8 Responding to user input with ActionsIn the previous chapters we’ve already been learning various types of behavior (which is in some kind also a response to user input). Actions however are...
View ArticleABAP to the future – my version of the BOPF chapters – Part 8: A modification...
8.2.9 Changing instances and saving to the database In "ABAP to the future" (A2tF), this chapter mainly contains advice on how to implement the monster-model-class and introduces another helper-class...
View ArticleABAP to the future – my version of the BOPF chapters – Part 9: Re-Usables
8.2.10 BOPF Re-Usables BOPF has been around (internally at SAP) for quite a while. Therefore, many solutions to common requirements have been created. So why not benefit of things others have created,...
View ArticleProblem : Modify (bopf) don´t change table data.
Dear experts. I have a code and i need to save items data then my code is : /scmtms/cl_mod_helper=>mod_create_multi( EXPORTING it_data = lt_fo_item iv_node =...
View ArticlePossible to Map Relations Between BOs Inside BOPF and How Can I Access it...
Hello community, I have two tiny questions: 1. Is it possible to map relations between BOPF Business Objects (BOs) inside the BOPF modelling environment? An example: An insurance company has insured...
View ArticleUnsure how to handle eo_message in signature of /BOBF/IF_FRW_ACTION~EXECUTE
Hi community, I am not happy with the exporting parameter eo_message of the interface method /BOBF/IF_FRW_ACTION~EXECUTE . It would have been nice if the framework would instantiate this and I need not...
View ArticleTip: Restart Transaction Code SE80 After Changing a Business Object
Hello community, sometimes simple things can be confusing:I work with two SAP GUI for Windows sessions parallel. On the one hand TAC SE80 with a report and on the other hand TAC BOBF with a BO,...
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 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 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 ArticleDuring debug how to know whether call is from Cockpit or Freight Order UI or...
Suppose I do some change from Cockpit or Freight Order UI or POWL, is there any way to find out in debugging from where the call originated ?I have a Custom Validation on TOR-Root node in which certain...
View ArticleGet click event Screen.
Hi experts. I have been working with determination with bopf. My Determination is called in all modification screen. I need it be called only when the user click in a nwbc menu option specific. How...
View ArticleBOPF and shared locks
Hi everybody, we are facing with a lock issue. Due to some requirements we need to set a shared lock on a BOPF instance.In /BOBF/IF_CONF_C are the following edit modes defined:...
View Article