cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform

Former Member
0 Kudos

Hi Experts,

Iam very New to Smartforms, I request all to help me.

Here is one simple requirement that i will get one structure as IMPORT parameter to My RFC from the third party(JAVA),

I have to print that same data. No calculations nothing.

But one thing instead of selecting the Default printer, i have to select the printer depending on the IP address of a printer, which is coming from JAVA, in the same structure.

SO can anyone help me, what exact parameters i have to use to send data to smart form. IN side My RFC iam calling smartform.

Thanks and regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ravi,

You have to set the OUTPUT_OPTIONS parameter for this

OUTPUT_OPTIONS -TDIMMED = 'X'.

OUTPUT_OPTIONS -PREVIEW = 'X'.

and have to pass the printer name(Spool: Output device) to

OUTPUT_OPTIONS -TDDEST field

Thanks&Regards,

Karthik.

Former Member
0 Kudos

Hi Karteek,

Thanks for the reply,

Can you tell me what exactly i have to pass to this parameter

wa_ctrl_param-device

and

tddest (printer short name or long name)

Thanks and regards,

Former Member
Former Member
0 Kudos

HI,

No need to pass value to ctrl_param-device

parameter.

TDDEST is of type RSPOPNAME(Short name)

Thanks.

Karthik