‎2009 Nov 04 1:23 PM
Hi ABAPER,
I have created one interface and inside that I called four Smart forms. All the smart forms are displaying.
One smartform is not displaying.I debugged and found out that 'SSFCOMP_PROCESS_DOCUMENT' function
module having one error the sysub-rc is not 0 here for this smartform. So can you please tell that how will I solve this error.
Thanks in Advance.
Thanks and Regards
Deepa
‎2009 Nov 04 1:30 PM
Hi
U should past the message error too
U can get the error by fm SSF_READ_ERRORS:
CALL FUNCTION <smartform>
.......
EXCEPTIONS
.......
IF SY-SUBRC <> 0.
CALL FUNCTION 'SSF_READ_ERRORS'
IMPORTING
ERRORTAB = IT_ERRORLIST.
ENDIF.Max
‎2009 Nov 04 1:39 PM
‎2009 Dec 11 6:35 AM