cancel
Showing results for 
Search instead for 
Did you mean: 

Dump in MD06: "Raise_Exception" with condition MISSING_PARAMETER

0 Kudos

Dear Community,

we are facing the following issue: When executing T.Code MD06 with selection criteria Plant XXXX and MRP Controller XXX (Tab "Collective Access"), an ABAP short dumps appear.

Also, if you select a different plant / MRP Controller the transaction MD06 dumps.

Steps to reproduce:

1. Call transaction MD06

2. Select Plant xxxx and MRP Controller xxx (Tab "Collective Access") and execute.

3. Receive short dump: "Raise Excecption" with condition with condition MISSING_PARAMETER

Please find below some information of the short dump. The dump appreas in functional module MD_READ_MATERIAL_SIMPLE.

No relevant SAP Note for this issue was found.

As part to our debugging material numbers are not provided at some point, but we are not sure what can be the cause.

Does anyone have an idea?

Thanks for your help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

It's really difficult to find the root cause of this issue without debugging.

I guess the problem is not within MD_READ_MATERIAL_SIMPLE, but with the calling program, which is not sending the material number.

I would put a break-point in the program that calls this FM and try to find out why the material number is empty. Also, check if there isn't any custom logic implemented in the enhancement spot.

Regards,

Caetano