Financial Management Blogs by Members
Dive into a treasure trove of SAP financial management wisdom shared by a vibrant community of bloggers. Submit a blog post of your own to share knowledge.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member191765
Active Participant
1,139

$ based BPF Instance / Approvers for approval Process:

As shown in Part1, this part is going to cover on $ based approvers concept.  Will continue enhancing the copied class for $ based BPF Instance approver.

Based on the $ limit the approval flow/BPF instance should be created, for this

  1. Create one custom table with $ limit and list of approvers with other search parameters
  2. Read the estimates from the BPC planning cube using SAP standard class CL_UJO_QUERY_FACTORY=>GET_QUERY_ADAPTER
  3. Based on the estimate amount retrieved from BPC planning cube and the entity dimension values entered through DMP get the approvers from custom table
  4. Replace  approvers that are inherited from the BPF template in the method – GENERATE_INST with the approver list retrieved from custom table
  5. The rest of the process to initiate the BPF instance is same as discussed in Part - 1
  6. You can design to make the approval process to cover the proxy concept also

In the next part we are going to see the on how to make the standard BPF as Work flow

If you need any further technical details on this you can reach me on reddy.anjan@gmail.com