Skip to Content
0
Former Member
Dec 04, 2008 at 02:54 PM

ABAP API, SP06 Patch 3: Main record update exception: BSEI_MSG_OutOfMemory

24 Views

Hi all,

When attempting to call the IF_MDM_CORE_SERVICES->UPDATE method, I receive the following exception:

Server return code 0x80010000: BSEI_MSG_OutOfMemory.

I'm attempting to update a field in the main record that points to a flat lookup table. When calling the update I'm passing the following parameter values:

IV_OBJECT_TYPE_CODE = 'Catalog'. //Name of our main table record

IS_PARAMETER-CODE = <The field code>.

IS_PARAMETER-VALUE = <Reference to the mdm internal id in the flat lookup table>

Has anyone encountered the same exception? If so, what did you do to correct the issue?

Thanks in advance for any assistance you can offer.

Best regards,

James Browning