‎2005 Nov 14 9:16 AM
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
‎2005 Nov 14 3:39 PM
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.
‎2005 Nov 14 3:30 PM
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.
‎2005 Nov 14 3:39 PM
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.