Skip to Content
0
Former Member
Jul 18, 2008 at 03:09 PM

Adobe Form Call: System Error Exception

4344 Views

Hi,

I have created an Adobe Form for printing Invoices. When I call this form from print program using function module call "CALL FUNCTION fp_funcname" it throws Exception "System Error = 2". Can any one flash some light to resolve this issue.

Here I have given that function module call below.

CALL FUNCTION fp_funcname

EXPORTING

/1BCDWB/DOCPARAMS = fp_sfpdocparams

WA_HEADER = wa_header

T_ITEM = t_item

EXCEPTIONS

USAGE_ERROR = 1

SYSTEM_ERROR = 2

INTERNAL_ERROR = 3

OTHERS = 4.

Thanks

Hari