Application Development 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: 

Regarding reports

Former Member
0 Kudos

hi

what was the complex situation u have faced while creating a reports. can anyone suggest me the answer

1 REPLY 1

former_member223537
Active Contributor
0 Kudos

Hi,

There could be several reasons:

<b>1st Instance</b>

1. You are having 15 tables from which you need to retrieve data

2. Process/filter the data

3. Display the same.

This entire process takes more execution time & used to dump with "Exceeded run time limit". You had tough time to increase the performance of the program, so that it is executed in foreground.

<b>2nd Instance</b>

1. You had to add 4 new fields in standard sap program MC.C

2. You copied the program of MC.C & added the new fields.

3. Since its a huge program, it was a difficult task to identify the exact locations whether the data needs to be retireved & populated.

4. More importantly you had to take extra precaution to ensure that you need not touch or affect the existing logic which is working fine

Best regards,

Prashant