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

Find SAP-Query (or other) from tcode

Former Member
0 Likes
1,018

Hi All,

I want to find the query or other related to transaction code.

We impl. a new SAP system 2 years ago and someone needed the same tcode ZL01 as in the old system. Non of the persons from impl. are here more. The programname is the same as in the old system R3: "SAPMYVAF".

When I use tcode in enviroment system, it says: "Program stops! There is a logic error in the calculation of motion sensitive". Using SA38 and programname SAPMYVAF". it says: "Program SAPMYVAF is not an executable program (type M)"

When I use ZL01 in test system the message says: "Status 9001 of the user interface SAPMYVAF missing"

I want to make the tcode working, but I dont know how to find the infoset or user who created it. Maybe it´s not created as a Query?

Suggest me the way to find it .

Regards Lone

Hi All,

I want to find the query or other related to transaction code.

We impl. a new SAP system 2 years ago and someone needed the same tcode ZL01 as in the old system. Non of the persons from impl. are here more. The programname is the same as in the old system R3: "SAPMYVAF".

When I use tcode in enviroment system, it says: "Program stops! There is a logic error in the calculation of motion sensitive". Using SA38 and programname SAPMYVAF". it says: "Program SAPMYVAF is not an executable program (type M)"

When I use ZL01 in test system the message says: "Status 9001 of the user interface SAPMYVAF missing"

I want to make the tcode working, but I dont know how to find the infoset or user who created it. Maybe it´s not created as a Query?

Suggest me the way to find it .

Regards Lone

5 REPLIES 5
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
902

SAPM* are module pool programs. Go to SE80, give the program name, do syntax check and so on & so forth

BR,

Suhas

PS: SA38 ... Are you new to ABAP ?

Edited by: Suhas Saha on Jul 23, 2010 3:33 PM

Read only

Former Member
0 Likes
902

yes I'm very new

Read only

Former Member
0 Likes
902

Hey again

We have tcode ZDS3, program ZDG053R0 (found in SE93). What kind of program is it? Can I also go into SE80 and find program data? We have to make changes to the tcode.

Regards

Lone

Read only

Former Member
0 Likes
902

Go to SE38

Give the Program Name : ZDG053R0

And select the Attributes Radio Button, there you can find the Type : Module Pool, Executable or so on...

Read only

Former Member
0 Likes
902

Hello

I see it's Executable program and "Cross-application"

Regards Lone