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

CM25 - Short Dump

kumaro412
Active Participant
0 Likes
667

Hello,

I hope this is the right place for my question ?

When I use transaction CM25 and I click on the button "split/allocate", sometimes I get a short sump (RAISE_EXCEPTION) ... I know it has something to do with function "RH_READ_OBJECT" (parameter OTYPE does not always has a value and generates a raise statement which produces the dump) ... This is standard SAP-code, so I can't change it just like that ...

Is anyone familiar with this problem ? What can be done about this ?

Greetz,

Kurt.

Hello,

I hope this is the right place for my question ?

When I use transaction CM25 and I click on the button "split/allocate", sometimes I get a short sump (RAISE_EXCEPTION) ... I know it has something to do with function "RH_READ_OBJECT" (parameter OTYPE does not always has a value and generates a raise statement which produces the dump) ... This is standard SAP-code, so I can't change it just like that ...

Is anyone familiar with this problem ? What can be done about this ?

Greetz,

Kurt.

3 REPLIES 3
Read only

Former Member
0 Likes
597

You need to look for a OSS Note....

<a href="http://service.sap.com">SAP Marketplace</a>

Greetings,

Blag.

Read only

0 Likes
597

I did, but I didn't find a solution there ...

That's the reason why I try to find some help here !

Read only

kumaro412
Active Participant
0 Likes
597

I solved this problem by copying the default SAP-program(s) and make the changes in the copied versions ... It seems to work fine !

Thanks anyway to anyone who tried to find a solution for this !