Skip to Content
0
Former Member
Nov 05, 2012 at 12:26 PM

Call Transaction from workitem displays latest Document created

71 Views

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.