‎2008 Feb 25 10:25 AM
Hi friends,
I`ve assigned the script name and driver program in NACE tcode for ME21N transaction.
When I print preview from ME21N tcode and keep script debugging active it goes into debugging mode ...Here it shows script name same as what has been assigned in NACE but the contents which are being debugged are different than the actual script contents .. means the code which we can see while debugging the script are not matching with the code of the same named script in SE71.
Can anybody help me out regarding this issue .. ?
thanks .
‎2008 Feb 25 10:55 AM
Hi,
Make sure that your sap script is active, and that you transferred it to the client in which you're testing it on. If it's on a different client on the development server , use transaction SCC1 to transfer it there.
Guy.
‎2008 Feb 25 10:38 AM
Make sure all includes in print program are activated..best way of checking is
navigate thru NACE -> EF-> output types-> NEU> Processing routines -->
Double click on print program and try to open all includes individually and activate all includes. while navigating thru print program make sure same program is assigned in NACE.
‎2008 Feb 25 10:41 AM
If your assignment is correct in NACE, and still if you face the problem.
1. As we know that scripts are language dependents, so please check while debugging in header of the screen ie., beside to layout set name you will find the language.
2. So, based on the language check your content.
Thanks
‎2008 Feb 25 10:55 AM
Hi,
Make sure that your sap script is active, and that you transferred it to the client in which you're testing it on. If it's on a different client on the development server , use transaction SCC1 to transfer it there.
Guy.
‎2008 Feb 25 11:21 AM
thank u all
i got the solution
it was issue related to client dependent scripts ..
the scripts in two diff dev servers were diff and i was making changes in the one which had no link with the actual one getting trigerred
‎2008 Feb 25 11:22 AM
thank u all
i got the solution
it was issue related to client dependent scripts ..
the scripts in two diff dev servers were diff and i was making changes in the one which had no link with the actual one getting trigerred