Hi there,
SAP has released BOI's for Customer and Partner Usage.
(say)
- A Custom BO is developed via unmanaged scenario which in-turn operate on standard BOI's during modify phase (i.e., via CREATE handler in ABP).
- And, Custom BO instance creation is dependent on standard BOI operations.
- Failures on these BOI operations can be handled for failed instance exposed on modify phase via reported and failed structures of BOI.
- But, failure of these BOI operation during save sequence will result in unbound/ unspecific errors and failure of instance creation resulting in no trace of handling these errors.
- Rather, the requirement is to capture those errors generated and create Custom BO instance accordingly either in Modify or Save Sequence.
Is there a way within modify/ save sequence of Custom BO, we can simulate standard BOI commit and retrieve errors while also modifying Custom BO instance accordingly?
Considerations: Clean Core, Cloud-focused development.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.