cancel
Showing results for 
Search instead for 
Did you mean: 

Problems in uploading DATA to a Table through SM30

Former Member
0 Kudos

Hi All,

I created a table in data base and I created a function group and I Assigned the table to a FN group. Now I am trying to update Insert the data into the table through SM30. But I am getting runtime error.

The Error I am getting is as follows.

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_F

not caught in

procedure "VIEW_MAINTENANCE" "(FUNCTION)", nor was it propagated by

clause.

Since the caller of the procedure could not have anticipated that t

exception would occur, the current program is terminated.

The reason for the exception is:

The program "SAPLSVIM" is meant to execute an external PERFORM,

namely the routine "VIM_SET_GLOBAL_FIELD_VALUE" of the program "SAP

but

this routine does not exist.

This may be due to any of the following reasons:

1. One of the programs "SAPLSVIM" or "SAPLZINFY1 " is currently bei

developed.

The name "VIM_SET_GLOBAL_FIELD_VALUE" of the called routine may be

or

the routine "VIM_SET_GLOBAL_FIELD_VALUE" is not yet implemented in

"SAPLZINFY1 ".

-

2. If the program SAPMSSY1 is involved in the runtime error, one of

the function modules called via RFC is not flagged as remote-capabl

(see Transaction SE37 Goto -> Administration -> RFC flag)

3. There is an inconsistency in the system. The versions of the

programs "SAPLSVIM" and "SAPLZINFY1 " do not match.

I checked in the FN group also. VIM_SET_GLOBAL_FIELD_VALUE is also present in FN group.

Can any one help me regarding this..

Regards,

Yugesh.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved by my own.