Re: How to achive saving draft BO entity ?
Hi Prabaharan, I suggest DEV109. Kind Regards,Ivo
View ArticleRe: How to achive saving draft BO entity ?
Hi Marcel,Could you please suggest which session in the upcoming SAP TechEd 2016 discusses about Draft management in Fiori apps ? I am just curious to attend this session. Thank you. RegardsPrabaharan...
View ArticleRe: No authorization to create instances
Hi Martin, We've solved this issue in our FPM application.When the user clicks on create, he receives a popup to select a sales organization and then we'll use this in our bootstrap to create the BO...
View ArticleRe: No authorization to create instances
Hello Ivo, Thanks for your answer. You're right : BOBT is indeed just a rudimentary test UI. We are just starting with BOPF so it's all very new to us. But we have been able to create an FPM...
View ArticleRe: et_failed_key in retrieve_by_association method
Hi Yury, the parameter ET_FAILED_KEY of method /BOBF/IF_TRA_SERVICE_MANAGER~RETRIEVE_BY_ASSOCIATION (RBA) only returns failed _source_ keys. Therefore, if you RBA from a source key to a set of target...
View ArticleRe: How to Create modelled Association between 2 child node using Parent key?
Hello Timo, please open a ticket on BC-ESI-ESF-BSA, the component of SADL. Please explain your BO configuration and detailed steps to reproduce the issue. Thanks & Best regardsTilmann
View ArticleRe: How to Create modelled Association between 2 child node using Parent key?
Hi David,What is the best "workaround" for this problem in the SADL/BOPF world for the following scenario than: One BO with three subnodes: Location---Location Item (Primary Key...
View ArticleBOPF: How to check authorization in data access class (DAC)
Hi, I am writing a data access class to provide a BOPF Interface for existing database tables. I discovered how to implement authorization checks within the methods (Reuse of existing tables using data...
View ArticleRe: BOPF: filling ET_FAILED_KEY in determination dumps
If we have determination which is triggered before retrieve, and we use retrieve() or retrieve_by_association() methods, than this determination will be execute only once. We want to get failed keys...
View ArticleRe: et_failed_key in retrieve_by_association method
Hello Ivo!I have determination(after loading), which fill some transient fields. In some cases this determination can't fill transient fields, and I created a message and provide failed key in execute...
View ArticleRe: BOPF: filling ET_FAILED_KEY in determination dumps
Apart from the time points which have been mentioned above, I would like to explain BOPF's general behavior when determinations return failed keys: If a determination returns failed keys, BOPF assumes...
View ArticleRe: et_failed_key in retrieve_by_association method
Hello Yury, you cannot make a RETRIEVE fail by returning failed keys in a determination.If a determination returns failed keys, BOPF assumes that the determination is missing some input values. Maybe...
View Articleet_failed_key in retrieve_by_association method
Hello experts!I have a determination, which in some cases return error message and failed keys.If I use RETRIEVE:lo_srv_mngr->retrieve( EXPORTING iv_node_key =...
View ArticleRe: BOPF: filling ET_FAILED_KEY in determination dumps
Hello Martin!Could you please explain, what mean et_failed_key in determination and how to use it?I have a determination - after retrieve, which calculate some transient fields in node. In some cases I...
View ArticleRe: Generate dictionary objects
Hello Yury, be checking the flag BOPF will generate an additional field on the database to store the node category information. However a node category must be maintained first. In general we do not...
View ArticleRe: Get Specific Error Messages After An BOPF Operation
Hello Martin, thanks for your fast reply and the solution. CheersStefan
View ArticleGenerate dictionary objects
Hello experts!Could you please explain, what does mean checkbox "Node Category on Database". When should I use this checkbox?
View ArticleRe: Get Specific Error Messages After An BOPF Operation
Hi Stefan, the object in the message structure <ls_errormsg>-message will be of type /BOBF/CM_FRW_LOCK. If you want to check for a specific message you should check the message text con stance of...
View ArticleGet Specific Error Messages After An BOPF Operation
Hello community, I have a question: How is it possible to get specific error messages after an BOPF operation? In my case I modify data and I want to get only the lock error messages, I mean the errors...
View Article