cancel
Showing results for 
Search instead for 
Did you mean: 

Control parameters and Output options

Former Member
0 Kudos

Hi Friends,

How to get control parameters & output options which were to be exported to samrtform function module.

what is purpose of job_output_info and how that is to be used after calling the smartform.

Please help me.

Thanks,

Sathish kumar Swamy.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi Satish,

Go thro this link

http://www.saptechies.com/smartforms-frequently-asked-questions/

this will answer your reuirement.

Good Luck.

Vikki.

  • Allocate points if useful

Former Member
0 Kudos

Hi satish,

Data:
  w_control TYPE ssfctrlop.


CALL FUNCTION '    '------> smartform function module
          EXPORTING
           control_parameters          = w_control
            fs_spfli                   = fs_spfli
         EXCEPTIONS
           formatting_error           = 1
           internal_error             = 2
           send_error                 = 3
           user_canceled              = 4.

Regards,

Sravanthi