cancel
Showing results for 
Search instead for 
Did you mean: 

Field APPROVAL_STATE in structure BBP_WFL_APPROVAL_TABLE.

Former Member
0 Kudos

Hello, this structure is used by FM BBP_WFL_DIN_APPR_CONTAINER_GET which returns a list of approvers. What does the field APPROVAL_STATE contain? thx.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
 c_wf_c_approved                VALUE '0000000000',
 c_wf_c_rejected                VALUE '0000000001',
 c_wf_c_not_instanced           VALUE '0000000002',
 c_wf_c_changed                 VALUE '0000000003',
 c_wf_c_partialapproved         VALUE '0000000004',
 c_wf_c_step_in_process         VALUE '0000000005',
 c_wf_c_step_in_approval        VALUE '0000000009',
 c_wf_c_resubmitted_to_emp      VALUE '0000000010',
 c_wf_c_resubmitted_to_man      VALUE '0000000011',
 c_wf_c_split                   VALUE '0000000012',
 c_wf_c_no_restart              VALUE '0000000013',
 c_wf_c_resubmit_and_restart    VALUE '0000000014',
 c_wf_c_part_approved_change    VALUE '0000000015',
 c_wf_c_man_rel_del_rej         VALUE '0000000016'.
Former Member
0 Kudos

thx. that was what i was looking for. where can i find a precise description of the individual values(table,etc)?

Former Member
0 Kudos

I am afraid the variable names are as descriptive as you can get. They are defined as constants, not stored in tables.

Former Member
0 Kudos

could you please tell me where you got the list of values.thx

Former Member
0 Kudos

Program BBP_WFL_CON.

Former Member
0 Kudos

thx man

Answers (0)