2008 Aug 06 2:01 PM
Hi friends,
My requirement is to call the transaction IW52 while executing a report. The user does some changes there and i need to get these values back into the report and continue the execution of the report.
I did this by selecting the required values from the VIEW once the transaction is saved , but this is affecting the performance of the code as i have a select statement within a loop.
Can someone tell me any other way to go about this problem.
Regards.
Hi friends,
My requirement is to call the transaction IW52 while executing a report. The user does some changes there and i need to get these values back into the report and continue the execution of the report.
I did this by selecting the required values from the VIEW once the transaction is saved , but this is affecting the performance of the code as i have a select statement within a loop.
Can someone tell me any other way to go about this problem.
Regards.
2008 Aug 06 2:07 PM
Hi Raj,
As changed value get stored in CDHDR and CDPOS ( Change document tables ) you can get the values from that table..
Try doing that way..
Hope that would help you.
Good luck
Narin
2008 Aug 06 2:31 PM
hi i think that this is the only way for it ..........because it is calling the tcode ..it will effect the performance as well. try to avoid the select in loop ..use for all entries or jions
2008 Aug 06 2:49 PM
hi,
you can try using READ statement within a loop to improve the performance of the program
Thanks,
sneha
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |