cancel
Showing results for 
Search instead for 
Did you mean: 

An error of smartforms,please help!!!

Former Member
0 Kudos

Hi.

ABAP Code:

CALL FUNCTION 'SSF_OPEN'

EXPORTING

user_settings = ''

output_options = output_options

control_parameters = control_parameters

EXCEPTIONS

formatting_error = 1

internal_error = 2

send_error = 3

user_canceled = 4

OTHERS = 5.

LOOP AT IT_TAB INTO WA_TAB.

CALL FUNCTION 'SMARTFORMS FUNCTION MODULE'.

ENDLOOP.

CALL FUNCTION 'SSF_CLOSE'

  • IMPORTING

  • JOB_OUTPUT_INFO =

EXCEPTIONS

formatting_error = 1

internal_error = 2

send_error = 3

OTHERS = 4

An error occurred that 'Previous output request was not finished'. Please help me.Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I found it.

control-no_open = X.

control-no_close = X.

Former Member
0 Kudos

Hi.

I debug the smartforms function module,found the fm include the fm 'SSFCOMP_OPEN','SSF_OPEN' is inherit 'SSFCOMP_OPEN'.

How to resolve this question?