Application Development 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: 

Error on Form calling

Former Member
0 Kudos

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

3 REPLIES 3

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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.