cancel
Showing results for 
Search instead for 
Did you mean: 

archive and print and archive buttons not active

Former Member
0 Kudos

I create a smartform and join it in sap. It is transection me9a.

The problem when I run the program comes printpreview. There are two button that "Archive" and "Print and Archive". But they are not active. I wan to use them. What sould I do?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey SARUHAN

Did u find teh solution for ur problem coz even i am trying for the same buttons to get active...

regards

Kan

former_member196280
Active Contributor
0 Kudos

Pass the below parameter to smartform function module,

Ex,

EXPORTING

control_parameters = control_param

output_options = output_opt

Check the below structure:

data: control_param type ssfctrlop,

output_opt type ssfcompop.

control_param-no_dialog = 'X'.

control_param-preview = 'X'.

control_param-getotf = ''.

output_opt-tddest = 'LOCL'.

output_opt-tdnoprint = 'X'.

Similarly chack the other structure <b>ssfctrlop</b>

Just a rough idea given above.

Close the thread if your question is answered.

Regards,

SaiRam