Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

A Error in Smartforms

Former Member
0 Likes
1,521

Hi,

The Smartforms through this error message:

Message no. SSFCOMPOSER175

No table is currently processed, table end is not possible.

Could someone help me in detail about this error and how to avoid it.

Regards,

Kishan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
740

Hi,

There may be two reasons to get this error

a) Your smartforms is not activated

b) Errors in your form table definitions

c) Smartform generates a function module there may be some errors in function group . please Repair your smartform function group via Menubar> Utilities> repair function group.

this error causing by the following function you can debug this :

CALL FUNCTION 'SSFRT_SET_ERROR_PARAMETERS'

EXPORTING I_FORM = ''SMARTFORM NAME'.

CALL FUNCTION 'SSFRT_WRITE_ERROR'

EXPORTING I_ERRNUMBER = SSF_ERR_NO_RUNTIME_OBJECT

I_MSGID = 'SSFCOMPOSER'

I_MSGNO = '002'

I_MSGV1 = 'SMARTFORM NAME'.

Hope this will help you.

2 REPLIES 2
Read only

Former Member
0 Likes
740

Hi Kishan,

Which version of SAP you are working in .Once I get the reply to this,I can give you solution for rectifying this error.

Cheers,

Saraswathi.

Read only

Former Member
0 Likes
741

Hi,

There may be two reasons to get this error

a) Your smartforms is not activated

b) Errors in your form table definitions

c) Smartform generates a function module there may be some errors in function group . please Repair your smartform function group via Menubar> Utilities> repair function group.

this error causing by the following function you can debug this :

CALL FUNCTION 'SSFRT_SET_ERROR_PARAMETERS'

EXPORTING I_FORM = ''SMARTFORM NAME'.

CALL FUNCTION 'SSFRT_WRITE_ERROR'

EXPORTING I_ERRNUMBER = SSF_ERR_NO_RUNTIME_OBJECT

I_MSGID = 'SSFCOMPOSER'

I_MSGNO = '002'

I_MSGV1 = 'SMARTFORM NAME'.

Hope this will help you.