cancel
Showing results for 
Search instead for 
Did you mean: 

smartform with pre printed stationary

Former Member
0 Kudos

Hi Friends,

I am in need of printing the smartform on the pre-printed stationary. For this, I have removed the company logo from the

smartform as it will be present on the preprinted paper. But my client is asking that -- when they go for print preview, the logo

should appear.

Can any one please suggest me how to approach.

also please guide me whether any other settings need to be done for printing form on the pre-printed stationary.

Thanks and Best Regards

Murali

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Whenever you create a smartform explicitely SAP provided some Import parameter in Form Interface.

The parameter CONTROL_PARAMETERS have a field PREVIEW.

For Logo Window in condition tab put below condition.

CONTROL_PARAMETERS -PREVIEW = 'X'.

That solve your issue.

For pripriented stationary let me know what is the size of Paper?

A4 or Letter page format.

Appreciate if useful.

Thanks.

Former Member
0 Kudos

Hi Amit,

Thanks for your reply. I put the condition "CONTROL_PARAMETERS-PREVIEW = 'X' " for logo window. But logo is not getting displayed in the print preview.

I also tried setting that condition for Logo itself. Then only the logo is not displayed in the form print preview.

Former Member
0 Kudos

Hi Murali,

Check in a debugging mode The value for that parameter.

I check out here when we press print preview the parameter is X

When we have print out it is blank.

Just Check out foolwing points:

1) X --- Should be in upper case

2) Debugging value of parameter

Let me know if issue persist.

Appreciate if useful

Cheers,

Amit