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

SAP script help needed ..... urgent !!!

Former Member
0 Likes
659

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 .

1 ACCEPTED SOLUTION
Read only

GuyF
Active Participant
0 Likes
636

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.

5 REPLIES 5
Read only

Former Member
0 Likes
636

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.

Read only

Former Member
0 Likes
636

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

Read only

GuyF
Active Participant
0 Likes
637

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.

Read only

Former Member
0 Likes
636

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

Read only

Former Member
0 Likes
636

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