2007 May 04 3:21 PM
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.
2007 May 04 3:24 PM
You need to look for a OSS Note....
<a href="http://service.sap.com">SAP Marketplace</a>
Greetings,
Blag.
2007 May 07 8:58 AM
I did, but I didn't find a solution there ...
That's the reason why I try to find some help here !
2007 Jun 04 8:25 AM
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 !