‎2009 Oct 05 5:25 PM
Hi experts,
I'm using FM CUCB_GET_VALUES_FROM_INSTANCE to get values for classfication of class type 300 relative a material (view MRP3). And When I run this FM I get dump MESSAGE_TYPE_X .
I tried use TRY..CATCH, check the KMAT is fiiled (field STDPD), chech ifMARC-CUOBJ is filled. But even do that I get dump during calling FM.
Anybody knows why it happens? Or How solve this prnob?
Thanks.
Regards.
Paulo Afonso Cordeiro
‎2009 Oct 05 10:03 PM
hi paulo,
before call, set breakpoint at statement message an see where the x message is created. this may give you a hint.
the message class and number in the dump might have told us but you kep it confidential.
regards
clemens
‎2009 Oct 05 10:03 PM
hi paulo,
before call, set breakpoint at statement message an see where the x message is created. this may give you a hint.
the message class and number in the dump might have told us but you kep it confidential.
regards
clemens
‎2009 Oct 06 3:54 AM
Hi Paulo,
Long time ago I faced an issue where I wanted to utilize the function module (despite the fact that it's not released) and also ran into short dumps. In my case there was interference with previously running instances or the way it was called. I no longer have access to the programs, but I remember that I could get around the short dumps by calling some initialization function modules. I.e. within the same function group you find for example function CUCB_INITIALIZER. You could give it a try if calling that function prior to retrieving the configuration helps you (way back that did the trick for me).
Please note though that this is just a wild guess, because - as the previous poster mentioned - you don't have any error details from the short dump that would allow further indications as to what might be wrong.
Best wishes, harald
‎2010 Jul 28 2:59 PM