‎2005 Jul 21 1:24 PM
Hello everybody,
i get an error message after calling my form, could you help me please ?
by get generated function module name (fm: FP FP_FUNCTION_MOMODULE_NAME)
Does anybody now what i have to make this run again ?
I did not changed anything in my coding. I just tryed something on my form and in my interface.
After these changes my programm couldn't find the form any more.
So i removed the changes but know it still dosen't work.
Thank you for any help.
best regards
Fabian
‎2005 Jul 21 1:47 PM
Hi i found out where the error occurs:
Calling the form
CALL FUNCTION FM_NAME
EXPORTING
/1BCDWB/DOCPARAMS = FP_DOCPARAMS
*CUSTOMER = CUSTOMER
it_objec = gt_objec
*CONNECTIONS = CONNECTIONS
IMPORTING
/1BCDWB/FORMOUTPUT =
EXCEPTIONS
USAGE_ERROR = 1
SYSTEM_ERROR = 2
INTERNAL_ERROR = 3.
IF SY-SUBRC <> 0.
message e001(FP_EXAMPLE).
ENDIF.
Here he returns with SY-SUBRC = 2. Did one of you have any ideas what i can do ?
Please help
regards
Fabian Eidner
‎2005 Jul 21 4:59 PM
ADSTRACELEVEL gives back:
Adobe Document Services Thu Jul 21 17:52:52 CEST 2005 Trace Results:# String: rp.script.uri = sap/SAPPDFDocument.rps# String: Trace = 10#
regards
Message was edited by: Fabian Eidner
‎2005 Jul 22 8:43 AM
I moved your thread to the ABAP forum, I think you might find this forum better suited to helping out as the forum you were initially using.