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

Custom code program type

Former Member
0 Likes
461

Hi,

We have found that we have many custom transactions starting with "Y", for eg Y_MG1_07000001. In table TSTC there is no program name against this TCode, but when we go to the TCode, system, status, we find that the program name is AQ11FI==========F10A==========.

Whar are these programs? Are they ABAP Queries?

Thanks in advance

Mick

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
412

They look like SAP query, look if the transaction use START_REPORT transaction, via se93 or table TSTCP.

- D_SREPOVARI-REPORTTYPE = 'AQ' (Query)

- D_SREPOVARI-REPORT = query name.

Regards

Read only

Former Member
0 Likes
412

No more answers, therefore closing this thread