cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module going for DUMP

Former Member
0 Likes
2,550

Hi ALL,

I have import request and i got sucess .My 3 function modules are import to client system.2 FM are working properly but 1 function module is going for DUMP.

When iam Executing this FM through SE37 F8 its running but iam not able to display or change this ZFM.

In our DEV sytem it is working properly.but Client system it is going for DUMP.

I have gone dump analysis its saying

An exception occurred. This exception is dealt with in more detail below

. *The exception, which is assigned to the class 'CX_SY_IMPORT_MISMATCH_ERROR',

was neither caught nor passed along using a RAISING clause, in the procedure

MO_IMPORT_MODIFICATIONS" "(METHOD

.

Length error occurred during the IMPORT statement

*The system found when importing that the target object was longer or

shorter than the object to be imported*

Thanks in Advance,

Madhu.

Edited by: madhubabu rao on Apr 23, 2009 10:34 AM

Edited by: madhubabu rao on Apr 23, 2009 10:36 AM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Likes

Hi,

Check the type of variables that you are using in the FM and check the variables that you are passing to the FM.

One more thing is if you are referring any zstructure or ztable type check whether they are present in the system which you are testing.

hope this will solve your problem

Former Member
0 Likes

i think ,you might have done changes in include also.

remeber all the code and steps what you have done for creating FM module.

Delete existing Function Module and create new FM as like your previous.

then transpot that request number ,this time it wn't raies any dumps

Former Member
0 Likes

Hi shekar,

while i copied one FM to another i got this source code

*{ INSERT SLGK900029

what it means? i have to transport all FM include this with new TRN.why i got this in my source code and what it means?

I have to relese this TRN also?

Madhu

Former Member
0 Likes

Especially in function module,you have to take care while transporting.

I don't know why are you individually transporting FM or includes.

when we are creating function module it asks to create function group.

at the time of creation of function group it asks request number.

at the time of transporting also whether from Dev to Quaity or QA to production

you must have to transport only Function gruop.

if you are transporting individual Function module or includes of Function Modules it will defintely give dumps only.

Hope this helpful

Former Member
0 Likes

Hi sekhar,

I did not transport individually.I have transport 3 FM in a function group and it is assigned to a Package.

First i have 2 FM in my function group after that i have copied one more FM from another Function group.

in SE80 right click -->copy it asked me function group name only .not transport number.

After copy the FM i have transport total package.2 FM are working properly .The FM which i have copied it is not able to display or edit.

Madhu

Former Member
0 Likes

You created 2 function modules that one is under one function group.

Now go to SE37 give your 3rd function module name and click copy button.

there you can provide source function module name(from which function module you have to copy)

there it self you can assign your function group that is which you created early.

If that Function group not yet transported it won't asks any request number.

if that one already transported it asks for new request number.

your dump cause is 3rd function module not transported properly under this function group.

At the time of assiging function group it takes only report source code of that function module.

rainer_hbenthal
Active Contributor
0 Likes

One or more of your import parameters dont fit to the import section. Check the types.

Former Member
0 Likes

if you change any structure and which is used in Function module interface, and the change in structure associated with another Transport request then you will face this kind of problem.

First tranport the structure change

then transport the Function module.