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: 

Clarification of Name of report

Former Member
0 Kudos

Hi all,

I have a report, the name of the report is ZGRG0012.But the first statement in the program i.e. report statement is like this.

<b>REPORT aqe6mm==========zpur-posa=====</b>

LINE-SIZE 255 NO STANDARD PAGE HEADING LINE-COUNT 000(001).

Actually it should come like REPORT ZGRG0012.... .The report is executing with out any syntax error. Can any body explain this convension?

Thanks

Giridhar Karnam

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

The Report which you are executing is actually an Query and report created .

A query might have been created and when to generate the program for a query created through SQ01 it generates program as aqe6mm==========zpur-posa=====

In this case AQE6 is query name MM is module and zpur-psoa is infoset or functional area .

Please reward if useful.

5 REPLIES 5

Former Member
0 Kudos

Hi,

This must be a report copied from a SAP generated report. It should just work fine. Some SAP generated reports have '==========' in their report names to avoid possible naming conflicts.

Kind Regards,

Darwin

0 Kudos

it must be an Generated report..like if u create an ABAP Query and save it ..a report program wil be automatically generated by SAP for tht Query and u can check tht in SE38 too.

so don worry ,it wil work fine

amit

Former Member
0 Kudos

it might be a copy of the program .

even though it is of diff name then its permitted .

you can check the same in sy-repid or sy-cprog.

only one report statement is possible for the program and if the program name is different in the code it will work .

write:/ sy-repid or sy-cprog will give you the out put as ZGRG0012.

check this.

regards,

vijay

Former Member
0 Kudos

Hi ,

The Report which you are executing is actually an Query and report created .

A query might have been created and when to generate the program for a query created through SQ01 it generates program as aqe6mm==========zpur-posa=====

In this case AQE6 is query name MM is module and zpur-psoa is infoset or functional area .

Please reward if useful.

Former Member
0 Kudos

Hi,

The name what u r using is being generated by System for SAP query using SQ02.

i think u have copied the same, because fo the same it is showing the name of query not ur program.

u can change and write ur program name.

it will work.

Thanks

Shiva