Skip to Content
0
Former Member
Jul 07, 2006 at 10:40 AM

CONTROL_NOT_FOUND in VA01(Short Dump)

196 Views

The termination occurred in the ABAP program "SAPMV45A" in

"USEREXIT_MOVE_FIELD_TO_KOMKG".

The main program was "SAPMV45A ".

The termination occurred in line 106 of the source code of the (Include)

program "LV45FFUV"

of the source code of program "LV45FFUV" (when calling the editor 1060).

Check the following Code

IF SY-SUBRC NE 0 AND XVUVF-MSGKZ = 'X' AND DIALOG = 'X'.

CLEAR DA_DFIES.

DA_DFIES-LFIELDNAME = XVUVF-FDNAM.

CALL FUNCTION 'DDIF_FIELDINFO_GET'

EXPORTING

TABNAME = TBNAM

FIELDNAME = XVUVF-FDNAM

LANGU = SY-LANGU

LFIELDNAME = DA_DFIES-LFIELDNAME

ALL_TYPES = ' '

IMPORTING

DFIES_WA = DA_DFIES

EXCEPTIONS

NOT_FOUND = 1

INTERNAL_ERROR = 2

OTHERS = 3.

SET CURSOR FIELD DA_FIELD LINE SY-STEPL.

IF SY-SUBRC = 0.

DA_FIELD = DA_DFIES-SCRTEXT_L.

ENDIF.

<b> MESSAGE W001 WITH MESSAGETEXT DA_FIELD.

VBUV_DIA = VBUV_TAB.

APPEND VBUV_DIA.</b>

ENDIF.

ENDIF.

Please Check the Bold Statements

Thansk & regards

Sreenivas