Re: Assigning default values to root and subnode attributes
Hello Uli,in order to analyze your issue, could you please try to reproduce your scenario with the transaction BOBT? If this works fine, your issue should be related to FBI behavior. Usually, defaults...
View ArticleRe: what is dependent business object?
Hi Narendra, a dependent business object is a business object which cover a reuse functionality and can be included into a business object. It comes with his persistency and behaviour. But it does not...
View Articleis there any certification available for bopf?
hi all, i am just searching is there any certification is there for BOPF only, as i found TZTM31 but it is not purely BOPF it is of FPM, BOPF, BRF+.
View ArticleRe: is there any certification available for bopf?
Hello Vamshikrishna,at the moment, there is no special certification for BOPF available. We'll discuss that idea and might provide one in the future.Thanks & Best regardsTilmann
View ArticleVersioning with BOPF
Hi all, does BOPF provide any built-in functionality for versioning of entries ( e.g. in order to display a log of the different states that a particular node has had throughout the time )?Or is this...
View ArticleRe: Versioning with BOPF
Hello Victor, there is no built-in functionality available, so you could implement this on application layer. a) You introduce a version flag on each node to be versionized and create custom...
View ArticleCreate a determination for the resource object
Hi experts, Need to Default a few additional data into the resource object in TM /SCMTMS/VEHICLE_RESOURCE. Thus, I want to create a new determination attached to this object. I am using Transaction...
View ArticleRe: Versioning with BOPF
Hi Tilmann, thanks for the quick reply. This was also what I was assuming Best regardsVictor
View ArticleRe: Create a determination for the resource object
Hi Petra, You have to click the Edit button first. However, I notice it is disabled in your screenshot. To enable it for transaction /BOBF/CONF_UI you need to add the SET-/GET-parameter...
View ArticleRe: Create a determination for the resource object
Hi Bjorn, thx a lot!! This was so helpful. This works. I have rewarded your points. Have a great eveningPetra
View ArticleRe: How to delete a bo data
Hi Debi, Please check the answer which Tilmann posted that is the right one.He has posted a sample code for the same. Regards,Bob.
View ArticleSequence of Validation, action,determination
Hello Experts,I want to know what is the sequence of triggering validation, action, determination if am changing something on FO portal??If have created customized determination and action then how...
View ArticleRe: Sequence of Validation, action,determination
Dear Debi, To my knowledge, there is no such standard sequnce defined because they will be executed based on the underlying code and based on the various properties that you have defined for each...
View ArticleRe: Sequence of Validation, action,determination
Hello Bharat,Thanks for your comment. Will you please explain any scenario, and how it work?2nd of this question is, if we create any customizing determination/action/validation.and we have to...
View ArticleRe: Sequence of Validation, action,determination
Dear Debi, There is a clear separation between usage and when to create Action, Determination and Validation. To answer your question about predecessor and successor, SAP recommends to create only one...
View ArticleRe: Assigning default values to root and subnode attributes
Hi Ulli, It should work if you have configured as rightly mentioned by Tilmann.but If you want to debug the framework to understand the behaviour, you have to go to class - /BOBF/CL_FRW. Put a...
View ArticleDownload of Attachment with Action - Confused...
Hi All, I'm building custom Gateway objects for EH&S Incident related BOPF and am trying to figure out how to trigger the action to download an attachment and get the contents of the file to stream...
View ArticleRe: Download of Attachment with Action - Confused...
Hi Matt,A) try: o_service_mngr->execute_action( EXPORTING iv_act_key = if_ehhss_inc_c=>sc_action-att_document-download_document " Action it_key =...
View Article