Why is this custom program named AQZZ...?

1.4k Views Asked by At

I found a 'Z' transaction calling a program not in the customer space. This program "seems" to be something developed by the customer, meaning its name is "AQZZZFI_ABC=====ZPYORD========", where "ABC" is the name of the company, and the creator of the program is one of the consultants there.

What could this program be doing outside of customer namespace? Is it auto-generated?

And if so, what framework generated it, and how can i get to the "real" development object?

Note: this program uses a logical database called "__S".

2

There are 2 best solutions below

3
On BEST ANSWER

Programs prefixed with AQ are usually generated by SAP Query or the Quick Viewer.

0
On

Here's how you can (roughly) parse out the beginning of that string:

"AQZZ" is the SAP namespace for customer SAP Queries. So technically that naming convention is OK and is created automagically via transaction SQ01.

For the most part, SAP Queries don't but the underlying infoset that a query relies on for data might. Once you've determined the appropriate infoset for your SAP Query, you can browse any existing customer code by entering the infoset in transaction SQ02 and clicking the 'Description' button. This will show you all custom code, fields, etc.