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

No SAP script exists error is coming in script

Former Member
0 Likes
1,318

Hello,

I am executing the Tcode MR90 to see the print priview of one document.

When I get the statement in script .

The error No SAP script exists is coming.Plz give me the anser properly.

Regards

NTR

1 ACCEPTED SOLUTION
Read only

former_member194416
Contributor
0 Likes
1,218

SAP script is client dependent, check nace first if there is an entry for scriptname and it is a standard script, copy it from client 000 SE71->utilities copy from client.

Hello,

I am executing the Tcode MR90 to see the print priview of one document.

When I get the statement in script .

The error No SAP script exists is coming.Plz give me the anser properly.

Regards

NTR

7 REPLIES 7
Read only

Former Member
0 Likes
1,218

You might have not maintained any output type for DOcument Display.

Use T.Code NACE to maintained output type , Printer Name, Form Name and Program Name.

regds,

ANil

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
1,218

Hi

Check the Configuration at NACE Tcode level.

Whether the script and corresponding driver program is configured properly or not?

Regards,

Sreeram

Read only

former_member194416
Contributor
0 Likes
1,219

SAP script is client dependent, check nace first if there is an entry for scriptname and it is a standard script, copy it from client 000 SE71->utilities copy from client.

Read only

Former Member
0 Likes
1,218

Hello,

all these things already done in 'NACE' command.

Read only

0 Likes
1,218

so if it's a unchanged standard script copy it from client "000".

Read only

Former Member
0 Likes
1,218

Hi,

I also faced the same problem.

When i Debugged it i found that the font family for the charecter or paragraph formate is getting changed via the table stxh.

(Standard behaviour based on the Printer used)

It happend because of wrong printer usage. We had a discussion with our onsite functional people and requested them to change the Printer used for printing and it worked out.

The printer used for the out put type can be changed via the transaction MIR4 (Functional People only).

Pls replay back if it works out for you.

Thank You,

Regards,

Naresh

Read only

Former Member
0 Likes
1,218

yes