Are there Workflow items based on bobf planned/possible
Hello together, i only found the sentence that ppf can action an workflow out of BOBF and i am wondering that/if we realy still have to build Old BO for Workflow design? Am i right, that i need to...
View ArticleRe: Save specific instances in BOPF
Hi Joyal, You can implement a validation which you configure to run before save. Cheers,Martin
View ArticlePossible to put BOPF View in old FPM Application?
Hello folks, I have created a new BOPF Object and now I want to display the data in a List View via FBI. So far so good. But when I just add an UIBB (FPM_LIST_UIBB_ATS) and use Feeder Class...
View ArticleRe: How to achive saving draft BO entity ?
In my 7.5 system I can see the class /BOBF/CL_LIB_DRAFT which contains the four methods to handle saving documents as drafts and then moving the draft to the active object. How to use this in a BOPF...
View ArticleWhen use consistency validation check in BOPF, how to prevent the data being...
Hello, When use consistency validation check in BOPF, how to prevent the data being saved? In help document link:Validation - Business Object Metadata Model - SAP Libraryif there are inconsistent node...
View ArticleRe: Deep Insert on CDS BOPF
Hi Ivo, thanks for the reply! We like to use the SADL/RDS way for its convenience, but miss certain things like a sort on expanded entities via $orderby, which per ODATA 4 should work (even nested...
View Articlecan we Implement existing Non-BOPF application in BOPF framework ???
Existing ABAP application tables doesn't have DB key , Root key and Parent Keys so 1. if i create new table with these keys then2. how can i get that already existing data of old application to new...
View ArticleExamples on BOPF
Hi All, Can anyone provide me with the examples on BOPF in IDES System. Thanks in Advance. Regards,Deepa Adla
View ArticleHelp me to find the BOPF constant inteface name in programming (provided only...
Hi Experts, i have generated a bopf object , Constants interface is generated and object is working well and good. my requirement is to read the data from the program(different class) which has input...
View ArticleRe: Help me to find the BOPF constant inteface name in programming (provided...
Hi Vinuta, first of all, I would question why the input of your program is OBJECT NAME and not BO KEY + ROOT NODE KEY... Anyway, the following code will give you the data (in <lt_root_data>) for...
View ArticleRe: How to achive saving draft BO entity ?
Hi Attila, Martin and Paul, at SAP we are currently experimenting with draft management. In 7.50 SP2 you might find the above mentioned classes. However, this was our first version and is already...
View ArticleRe: When use consistency validation check in BOPF, how to prevent the data...
Hi Kenny, did you fill the exporting table et_failed_keys with the key of the failed instance? Cheers,Martin
View ArticleRe: Deep Insert on CDS BOPF
Hi Dirk, development of SADL ODATA V4 has just been started with 7.51 and only read scenarios are enabled by SADL. For 7.50 SADL ODATA V4 is not enabled. V2 must be used, for additional logic. If the...
View ArticleRe: How to achive saving draft BO entity ?
Hi Marcel,does it mean, that the feature described in DEV106 presentation of TechEd , which reference the interface /bobf/if_lib_draft is obsolete ?Thank you for the information shared, this is very...
View ArticleRe: When use consistency validation check in BOPF, how to prevent the data...
Hi Kenny, you can select one of the three options mentioned by you when creating the validation via the wizard in BOB transaction. If you use BOBX or other "advanced" transactions, make sure that you...
View ArticleRe: When use consistency validation check in BOPF, how to prevent the data...
Hi Victor, Thank you, it works. Best regards,Kenny
View ArticleRe: How to achive saving draft BO entity ?
Hi Attila, yes, the slides in DEV106 were a lab preview about the current ideas around the draft at this time, especially the BOPF exits for draft / active handling as described in the slides will...
View ArticleRe: can we Implement existing Non-BOPF application in BOPF framework ???
Hey, i'm working with BOPF for only a few month but i think you can build your own BO and implement a custom data access class to handle your own DB keys. regardsSimon
View ArticleRe: Help me to find the BOPF constant inteface name in programming (provided...
Hi Ivo Vollrath ,thank you so much . your solution is meeting my requirement as required.
View ArticleRe: Mix transient and persistent data
Hi Tilmann, Thanks for you answer.Is it also possible to have some instances of a same node that are transient (in my case persisted somewhere else) and other instances that are persisted? The...
View Article