cancel
Showing results for 
Search instead for 
Did you mean: 

Structure BBP_WFL_APPROVAL_TABLE

Former Member
0 Kudos

Hello this structure is used in FM BBP_WFL_DIN_APPR_CONTAINER_GET.

There are 2 fields in this structure : APPROVAL_AGENT and INITIAL_AGENT. Does anyone know the difference between these two? functionally? thx .

Accepted Solutions (0)

Answers (1)

Answers (1)

khan_voyalpadusman
Active Contributor
0 Kudos

this FM is used in the case of the N-step approval workflows --> in this case --> container sometimes will have already filled up , and the Badi during the approval returns approvers.

approval_agent is the table returned by the badi , and the initial_agent are the approvers already stored in the container.

if you want to be clear , you might want to debug the approval process by the approver , and you should be using the N-step badi workflow..