Data Directive Issuing Material

Hi there,

I am working on a Data Directive BPM to issue materials when a PO is received. On the other hand, when a user has received a line on a PO, I’d like to create a ‘STK-MTL’ transaction for that part. I am able to send an email successfully in the end, but no materials are being issued—at least, there are no transactions for that part when the PO is received.

In the BPM, I called the ‘GetNewJobAsmblMultiple’ to retrieve the ‘IssueReturnTableset’ and used a ‘Fill Table by Query’ to fill my tableset. Then, I triggered another BO to ‘PerformMove’. There is probably something missing here; therefore, I don’t see the material is being moved/issued. Do you have any clues about what I am missing here?