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

Query Vs Report

Former Member
0 Likes
379

Hi...

We had an ABAP Query and we generated it so that a pgm will appear in se38 as AQZZ==========ZSMALL etc.,This all comes from the infoset and the query logic.

It was all provided by SAP .So it was a bit difficult to anlayse.

Now my requirement is that we have to provide new Customized ABAP report with some additional functionality by using the SAP Provided logic by replacing the existing query.

Above all in the infoset,we are making use of one logical database also.

Is there any way to analyse this code and simple to make the ABAP Report?

Any pointers in this context are much helpful.

Kranti.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
332

Hi Kranti,

you can't modify a generated ABAP. When the Query will changed the ABAP will new generated and your modifications will delete. You must write a own program. You can use in this ABAP a logical database to.

Kindly Regards

Lars

1 REPLY 1
Read only

Former Member
0 Likes
333

Hi Kranti,

you can't modify a generated ABAP. When the Query will changed the ABAP will new generated and your modifications will delete. You must write a own program. You can use in this ABAP a logical database to.

Kindly Regards

Lars