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: 

How to know how was created a generated standard program?(Query , other way).

ronaldo_aparecido
Contributor
0 Kudos

Hi guys currently I'm working with FI module (ABAP).

The functional asked me to change a report with transaction z------.....

I go to see the code of this report and it is standard and the name of report is AQA0FI_BR=======FIAA_(.......)=== I presume it is genereted by some configuration , (query ?).(sqvi)

My doubt is :

1-How to discover what was used to generated this code?

2-How to change the conditon select.?(help link)

Thanks for suggestions or document helps.

6 REPLIES 6

TuncayKaraca
Active Contributor
0 Kudos

Hi Ronaldo, it seems it's a query report. Here is the link for how you can create Z* transaction for SAP Query:

To change selection-screen it all depends on Query's design, you select selection-fields in Query...

0 Kudos

Thanks i will read it.

Sandra_Rossi
Active Contributor
0 Kudos

You can't know. Only by experience or by searching the web... Transaction SQ01. Search the web for changing a standard query.

0 Kudos

Thanks i'm reading about

raymond_giuseppi
Active Contributor
0 Kudos

I confirm that this look like a Query (The correct transaction should be a tcode transaction based on START_REPORT with report type AQ for query, browse table SREPOTYPES.

NB: You can identify query, user group, etc from report name with FM RSAQ_DECODE_REPORT_NAME. Then use SQ01, SQ02 to adapt the query (and/or dataset behind)

0 Kudos

thanks i will do and return with result.

Thanks