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

LOAD_PROGRAM_NOT_FOUND

Former Member
0 Likes
1,224

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
Read only

amit_khare
Active Contributor
0 Likes
1,073

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
Read only

amit_khare
Active Contributor
0 Likes
1,074

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.

Read only

jaideepsharma
Active Contributor
0 Likes
1,073

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,

Read only

0 Likes
1,073

hi,

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

Read only

0 Likes
1,073

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,

Read only

0 Likes
1,073

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.

Read only

0 Likes
1,073

Regenerate the infoset and then the query also and then check