Application Development and Automation 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: 
Read only

Short dump when saving customer master data (XD01)

Former Member
0 Likes
555

Hi,

I am getting the following dump, when i am saving customer master data:

" The function module "FIELD_EXIT_AD_SORT1UL_0" is called, but

cannot be found in its function group."

But the above function module is active in the system.

Following is the report in the error analysis:

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FUNC', was

not caught in

procedure "CONVERSION_EXIT" "(FORM)", nor was it propagated by a RAISING

clause.

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

exception would occur, the current program is terminated.

The reason for the exception is:

The program "SAPCNVE" contains the CALL FUNCTION statement.

The name of the function module to be called is "FIELD_EXIT_AD_SORT1UL_0".

but "FIELD_EXIT_AD_SORT1UL_0" cannot be found in its function group.

Possible reasons:

a) The function module "FIELD_EXIT_AD_SORT1UL_0" has not been activated.

Therefore,

it cannot be found at runtime.

b) The Function Library contains an incorrect entry for

"FIELD_EXIT_AD_SORT1UL_0".

c) The function module contains no code, even FUNCTION ... ENDFUNCTION

is missing.

Could anyone advice on this?

SS

2 REPLIES 2
Read only

Former Member
0 Likes
417

Check the FM FIELD_EXIT_AD_SORT1UL_0 ..

If it exists .. if so look at the first line in the FM

FUNCTION FIELD_EXIT_AD_SORT1UL_0 . <-- this might

be misspelt ...

Read only

Former Member
0 Likes
417

dear friend,

problem is very simple.

see, your

function group not maintain.

like this u have to do: check:->function library:->function group:-> function module.

FIELD_EXIT_AD_SORT1UL_0, fucntion module is no attach in the consern function group,

if attached ,fucntion module is not activated after assinging.

do it, it will solve the issue

if any problem pls keep in touch.

and send me the error massage.

rewards are expecting.

vivek