RAISE_EXCEPTION - was tun???

BusinessServerPages; Erstellung von Webapplikationen.

RAISE_EXCEPTION - was tun???

Postby Davin3353 » Thu Sep 20, 2007 11:18 am

Hallo hab mal ne Frage die dringend ist. Hoff ihr könnt mri weiterhelfen.

Ruf aus meiner BSP Applikation einen FUBA auf un anschließend kommt folgende Meldung:

500 SAP Internal Server Error
Fehlermeldung: Ausnahmebedingung "ERROR_CNTL_CREATE" ausgelöst ( Abbruchsart: RABAX_STATE )

Wenn ich den FUBA aus der se37 starte wird das Material problemslos angelegt.
Hier noch der Ausschnitt aus der st22.


Ausschnitt Source-Code


000010 *creates and links TextEdit control
000020 METHOD constructor .
000030 DATA prog_id(80).
000040
000050 if parent is initial.
> raise error_cntl_create.
000070 endif.
000080
000090 CLASS cl_gui_cfw DEFINITION LOAD.
000100
000110 * assign prog_id to get the frontend specific control
000120 if not activex is initial.
000130 prog_id = 'SAPGUI.TextEditCtrl.1'.
000140 elseif not javabean is initial.
000150 prog_id = 'com.sap.components.controls.textEdit.SapTextEdit'.
000160 endif.
000170
000180 IF prog_id is initial.
000190 RAISE gui_type_not_supported.
000200 ENDIF.
000210
000220 * Set the window styles of the control when style parameter was not
000230 * set with constructor call.
000240 * For more information on the styles see WIN32 SDK
000250 IF style is initial.
Davin3353
.
.
 
Posts: 3
Joined: Thu Apr 19, 2007 10:40 am

Return to BSP + BHTML

Who is online

Users browsing this forum: No registered users and 3 guests

cron