Hello Rick,
The following is the code
Declaring the object
Acceptance type LOEVM.
Rejection type LOEVM
Populating the ACCEPTANCE/REJECTION
case ZZ_APPROVAL_TYPE
when DS Site Approval.
acceptance = 'X'.
when DS Site rejection
rejection = 'X'.
endcase.
SWC_SET_ELEMENT CONTAINER 'APPROVAL' approval
SWC_SET_ELEMENT CONTAINER 'REJECTION' rejection.
The parameters on the task container 'acceptance' 'rejections' are the same type as above and clicked on for IMPORT/EXPORT and the workflow container elements the same.
When the ACCEPTANCE element is populated, the workflow stops and the value of 'X' does not go to the decision point.
Just cant understand what I did wrong.
Thank you.
regards
David Dittmer