Hi Experts,
In sap workflow, I want to Display VA22 Transaction from workitem.
I’ve created a method in the custom business object and called VA22 in it as given .
“ CALL TRANSACTION 'VA23' AND SKIP FIRST SCREEN.
GET PARAMETER ID 'AUN' FIELD OBJECT-KEY-SALESDOCUMENT.”
It is working also.
I’ll get Work item for each Quotation document.
But the issue it displays latest document if I select the old workitem also.
Please suggest me a solution for this issue.
Many thanks in advance for any help.