Skip to Content
0
Former Member
Dec 01, 2006 at 11:20 PM

Retrieving the last PF status from a Call Transaction

95 Views

<b>Scenario:</b> I've got a report with a selection screen where the user enters a document number. The report then reads line items for that document, and for each line item, calls a seperate transaction. In that seperate transaction, the user enters info on another screen.

<b>Problem:</b> If the user detects a problem on the called transaction screen, (eg, they entered the wrong document number, the line item is not complete, etc) then they hit the PF3 BACK button or the CANCEL button. But rather than go back to the initial Report selection screen, it simply processes the next line item. That is, it returns back to the called transaction screen... they hit PF3 again and again for as many line items as the document had.

In debug, I look at SY-UCOMM after the CALL TRANSACTION and it's empty. Is it possible to find out what the last PF STATUS of a called transaction or function was? Is there a way to determine if BACK or CANCEL was entered?

Thanks.