cancel
Showing results for 
Search instead for 
Did you mean: 

SSFCOMPOSER 010: please maintain out device in your user master.

Former Member
0 Kudos

Hi Friends,

I have developed new smartforms and driver program for PO printing,

when ever I trying take print out for PO I got error message for

SSFCOMPOSER 010: please maintain out device in your user master.

I have already maintain the output device in my user master.

Could you please suggest me how to solve the problem.

Regards,

jai

Accepted Solutions (1)

Accepted Solutions (1)

former_member205763
Active Contributor

In the call to teh samrtforms that u are making make USER SETTINGS as space instead of X

Answers (2)

Answers (2)

Former Member

Hi,

Pass print parameter to the smarform function module

OUTPUT_OPTIONS-TDDEST = 'LP01' . "pass output device here

pass other parameters also.

0 Kudos

That was my solution. Thanks a lot!

aidan_black
Active Contributor
0 Kudos

The following KBA describes how the print parameters are passed from the application print programs to the form interface function modules.

1600938-Application Print Parameter Interface for Forms

For SAPscript forms, when an application print program calls the function module OPEN_FORM the parameter OPTIONS-TDDEST is used to pass the output device from the application print program. For Smart Forms, the parameter OUTPUT_OPTIONS-TDDEST is passed from the application print program to the Smart Form function module and the parameter USER_SETTINGS must be explicitly set to ' '