cancel
Showing results for 
Search instead for 
Did you mean: 

SAP script error

Former Member
0 Kudos

Hi All,

I submitted one SAP standard program in my custom program through back ground job. The SAP standard Program uses SAP script. Submitted job got cancelled and the job log shows the message "Unable to open SAPscript form<form name>". Can anybody please tell how to over come this error ?

Thank you!!

<MOVED BY MODERATOR TO THE CORRECT FORUM>

Edited by: Alvaro Tejada Galindo on Jul 14, 2009 12:11 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Just try n see if this works:

In the abap workbench..goto system->user profile->own data-->defaults. and verify if printer settings are maintained for the user. If not, maintain and try again.

Former Member
0 Kudos

Many Thanks. That did work.

Answers (5)

Answers (5)

Former Member
0 Kudos

wrong forum.

former_member555112
Active Contributor
0 Kudos

Hi,

Check if the SAPSCRIPT is configured for corresponding application in NACE and check if the SAPSCRIPT exists.

Regards,

Ankur Parab

Former Member
0 Kudos

debug the background scheduled program.check from "OPEN_FORM".Check the print parameters.get the form name & see whether it is existing in your system

Former Member
0 Kudos

hi,

you can able to shedule the form in back ground but you have to pass the printer parameters which should make no dialogs will appeare when u execuite manually.

check with the form also by printing manually and try to reshedule it.

Former Member
0 Kudos

Thank you!

But can anybody please tell me what does ARCHIVE_MODE parameter do in GET_PRINT_PARAMETERS Function module ?

alex_m
Active Contributor
0 Kudos

I don't think you can schedule the layout in background.