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

Where to check SAPscript programs...

aris_hidalgo
Contributor
0 Likes
1,036

Hello experts,

I was just given 2 sapscript programs that I need to modify. These are Z_WASCHEIN and Z_SAPM07DR. My question is, are these really 2 programs or is it just one? And also, where would I check them? Thanks guys for your help and take care!

9 REPLIES 9
Read only

Former Member
0 Likes
998

HI Viray,

look for these programs in <b>SE71</b>..

hope they are two different form names..

if it is specified as driver programs look for then at SE38

regards

satesh

Read only

Former Member
0 Likes
998

Hi ,

Please check table TNAPR with form name as your script name . You can find the programs assigned to the respective forms.

Regards,

Lanka

Read only

aris_hidalgo
Contributor
0 Likes
998

Hello guys, I checked the program Z_SAPM07DR and I found out that it cannot be executed since it is not a report program. It contains around 15 includes. My problem is how can I debug it? Thank you guys!

Read only

0 Likes
998

Hi Viray,

If the program Z_SAPM07DR is not executable then it might may be an Include program. Use Where-Used-List(ctrl-Shift-F5) in SE38 to check where the main program is located.

Regards,

Wenceslaus.

Read only

0 Likes
998

Hi Wenceslaus,

I have tried using where-used list and the report Z_M07DRAUS2A is only found on program Z_SAPM07DR and that is a module type which has around 15-20 includes.

Read only

0 Likes
998

Hi Viray,

Then check whether they have attached any Transaction code to this program. You can run the tcode and verify.

Regards,

Wenceslaus.

Read only

0 Likes
998

Hi Wenceslaus,

Sorry for bothering, but how can I know whether if a certain program has a corresponding t-code attached to it?I checked SE80 to check if it has a t-code but i'm not sure I am doin the right thing. Also, do you know what field is delivery order? and I checked the corresponding form of Z_SAPM07DR w/c is Z_WASCHEIN and found out that I cannot modify it when I click on edit text elemnts(the pencil and paper button)Thanks a lot!

Read only

0 Likes
998

Viray,

When you display a program SE80, left side you see a tree structure showing the elements of that program. IF a transaction is associated with a program, it will show up there.

What is error it gives, when you try to modify the program?

Regards,

Ravi

Read only

0 Likes
998

Hi Viray,

how can I know whether if a certain program has a corresponding t-code attached to it?

Go to SE93. and enter * in the TCODE and press F4.

Click the Information Systems.

Enter the package name of the program if you know it.

Else click the Expand Selections (shift - F7) and enter the program name and enter. This will display the tcode associated with the program.

Regards,

Wenceslaus.