‎2006 Mar 21 1:15 AM
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!
‎2006 Mar 21 1:19 AM
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
‎2006 Mar 21 1:23 AM
Hi ,
Please check table TNAPR with form name as your script name . You can find the programs assigned to the respective forms.
Regards,
Lanka
‎2006 Mar 21 2:06 AM
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!
‎2006 Mar 21 2:53 AM
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.
‎2006 Mar 21 3:01 AM
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.
‎2006 Mar 21 3:04 AM
Hi Viray,
Then check whether they have attached any Transaction code to this program. You can run the tcode and verify.
Regards,
Wenceslaus.
‎2006 Mar 21 3:25 AM
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!
‎2006 Mar 21 3:30 AM
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
‎2006 Mar 21 3:32 AM
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.