‎2012 Aug 17 8:28 AM
Hi guys,
I'm using FM "BBP_PD_PO_GETDETAIL" twice in the same report.
1. By using this FM, I retrieve Partner details using PO and update partner tables with some new requestor name.
Example: changed requestor name (partener function - 16) from 'TESTuser1' to 'TESTuser2'.
I used "COMMIT WORK AND WAIT. " statement after updating in partner table.
2. when I call the same FM second time to see the updated partner information, it is showing up still with old value, ie (TESTUSER1)
When I execute the same FM separately in another screen, it is showing up with new value "TESTUSER2".
I think while executing in the report, the first step values are stored in some buffer and pulling the same old information for this PO when I called second time.
How can i clear this buffer and retrieve the latest partner information from this FM for the same PO ??
‎2012 Aug 17 8:43 AM
‎2012 Aug 17 8:43 AM