Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Report to Tcode , back to report ?

Former Member
0 Likes
606

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.

3 REPLIES 3
Read only

narin_nandivada3
Active Contributor
0 Likes
578

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

Read only

Former Member
0 Likes
578

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

Read only

Former Member
0 Likes
578

hi,

you can try using READ statement within a loop to improve the performance of the program

Thanks,

sneha