cancel
Showing results for 
Search instead for 
Did you mean: 

to get import value of table spoolids in CALL function 'smartfomr' ?

Former Member
0 Kudos

I am calling smartform as like under:

DATA:l_doc_output_info TYPE ssfcrespd,

tab_otf_data TYPE ssfcrescl,

l_job_output_options TYPE ssfcresop.

CALL FUNCTION FNAME

IMPORTING

DOCUMENT_OUTPUT_INFO = l_doc_output_info

JOB_OUTPUT_INFO = tab_otf_data

JOB_OUTPUT_OPTIONS = l_job_output_options

exporting..

changing..

i am run the smartform than i get display than i print it form that smartform output but i am getting null value in : tab_otf_data-spoolids and tab_otf_data-otfdata,

So, how to get that table values?

if u know,

regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Scruz !

The parameter "GETOTF" of the structure CONTROL_PARAMETERS should be set.

Regards,

Vincent.