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

Short dump error

Former Member
0 Likes
1,053

Hi All,

I had a report, it had worked fine with some tcode.

I dont know what happened, when i try to run the tcode it is going to dump and saying "LOAD_PROGRAM_NOT_FOUND",

Program "AQ20PROD_ORDER==PROD_ORDER_DIV " not found. I have checked in SE93 but here it showing "AQ20PROD_ORDER==PROD_ORDER_DIV" as program.

Thanks,

1 ACCEPTED SOLUTION
Read only

former_member435013
Active Participant
0 Likes
1,012

Hi,

Query was changed meanwhile.

Run again now.

Regards

Walter Habich

9 REPLIES 9
Read only

former_member435013
Active Participant
0 Likes
1,013

Hi,

Query was changed meanwhile.

Run again now.

Regards

Walter Habich

Read only

Former Member
0 Likes
1,012

I think ur tcode is attached with a query prog. And for query SAP generates the program name dynamically. May be somebody changed the query or it is moved to some other box where after activating it SAP generates a diff. name.That's why u are getting dump. Ur tcode is pointing to the old program name. To avoid it u should change the prog name that ur tcode pointing.

Regards,

Joy.

Read only

0 Likes
1,012

Please let me know how to find out who made changes in perticular query program. Where we have to the query program..

Read only

0 Likes
1,012

I think it is std. query. Goto tran. SQ01. Within user group PROD_ORDER try to find the query PROD_ORDER_DIV.

U can change the user grp. from menu path Edit->Other user group.

To display or generate the program name follow the menu path

Query->More Functions->Generate Program/Display Report Program

Regards,

Joy.

Read only

0 Likes
1,012

There is no user groups and queries with PROD_ORDER name.

Read only

0 Likes
1,012

Can u pl. search in Se38 with PROD_ORDER_DIV?

OR u can search in tables AQGQCAT, AQGTQ with the query name.

And one question...there is any chance that somebody deleted the query?

Regards,

Joy.

Read only

0 Likes
1,012

how to find who had delete some queries. where it will track in system.

Read only

0 Likes
1,012

In SQ01 there is a Trash button in application tool bar from there u can check it.

Regards,

Joy.

Read only

0 Likes
1,012

In SQ01 Trash button is in Inactive mode. But i have checked all the queries with name of Production Order, but there is no entry like that.