cancel
Showing results for 
Search instead for 
Did you mean: 

printing movement stock papers - wrong printer in Smartforms

Former Member
0 Kudos

I have two output information for movement stock papers - the standard one and the custom one (which is the copy of the standard one - from the point of configuration).

The only one difference is the forms they uses.

Standard is writen in Sapscript and custom in Smartforms.

Both outputs are printed automatically during the stock movement but the standard one is printed on the the proper printer which was given in configuration and the custom one on the default printer (for the user). Then when I check in document both outputs were processed ok and it should be printed on the same printer - although they wasn't.

I would be appreciated for any clue,

Marta

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I call my smartforms with following options:

CALL FUNCTION fname

EXPORTING

control_parameters = control_parameters

USER_SETTINGS = ' '

user = z_user_name

id_zm07draus_mm = id_zm07draus_mm

EXCEPTIONS

formatting_error = 1

internal_error = 2

send_error = 3

user_canceled = 4

OTHERS = 5

and now it's even worse... there is no printout at all...

Former Member
0 Kudos

Hi Marta,

Try to print both script & smart form and the assign the printer configuration accordingly

Regards,

Sravanthi

Former Member
0 Kudos

in the code where u r calling the smartforms FM check what is the value of user settings field being passed to the FM. if its X make it blank.