cancel
Showing results for 
Search instead for 
Did you mean: 

help needed in sap script

Former Member
0 Kudos

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 .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Using T. Code SE37, put a breakpoint in the Function Module where your Transaction ME21N is called. then check whether the data is same as you needed. Then further proceedings can be verified.

Former Member
0 Kudos

Hi,

I think this is because your the transaction ME21N is calling the language version of the script based on the language maitained in the communication tab(header) of the document. To ensure this, when your script is going into debugging mode just check whther it is calling the same language version of script that you are intending.

Regards,

KK