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: 

LOAD_PROGRAM_NOT_FOUND

Former Member
0 Kudos

hi gurus,

when i run the t code the LOAD_PROGRAM_NOT_FOUND Program "AQA0SYSTQV000004ZEXDTL======== " not found error is coming...

so guide me on this matter.

thanx

manish

1 ACCEPTED SOLUTION

amit_khare
Active Contributor
0 Kudos

From Name it seems to be an ABAP Query.

Check wether the query is present in the system or not.

At times if someone re-generate the query then the name changes as per his user Id.

Search forum or check Help on ABAP Query to know about this stuff.

6 REPLIES 6

amit_khare
Active Contributor
0 Kudos

From Name it seems to be an ABAP Query.

Check wether the query is present in the system or not.

At times if someone re-generate the query then the name changes as per his user Id.

Search forum or check Help on ABAP Query to know about this stuff.

jaideepsharma
Active Contributor
0 Kudos

Hi,

Go to transaction SQ02 and select infoset ZEXDTL and press enter.

Go to transaction SQ01 select your query and follow menu path Query->More Functions->Generate program.

KR Jaideep,

0 Kudos

hi,

there is no infoset name zexdtl in sq02.... its showing error infoset zexdtl not created....

0 Kudos

Hi,

Ask the functional consultant to user who have created the query to find exact query. You only need to regenerate the program in SQ01. Also check the query area which you are using in SQ01 Environment->Query Areas.

KR Jaideep,

0 Kudos

hi guru,

i had check the report ZEXDTL... it has having error in this code.

data %dtab type standard table of /1BCDWB/IQ000000000001 with header line.

error is type /1BCDWB/IQ000000000001 is unknown.

what to do in that matter, bcoz this type of table is no longer be used in the ecc6.0.

0 Kudos

Regenerate the infoset and then the query also and then check