‎2022 Oct 10 6:47 AM
Hi All,
I am getting a Dump error in MB21 tcode, I have analyzed this dump error in st22 tcode. It is giving an syntax error in a standard report 'SAPMM07R' in include 'MM07RFF0' Field RKPF-ZZMATNR is unknown.
Kindly help me how to resolve this issue.
‎2022 Oct 10 7:51 AM
As far as I can see, there's no user exit/BAdI in MM07RFF0.
So I guess somebody did an modification/implicit enhancement mentioning the ZZMATNR field.
Just run SE38, enter MM07RFF0 and perform a syntax check (CTRL+F2), then you should see what is causing the issue.
‎2022 Oct 10 6:56 AM
DId you check if this field is part of an append structure ? or if this field has been added by customizing ?
‎2022 Oct 10 6:59 AM
Hi,
it looks like that there is an append structure in table RKPF. Can you check in SE11 if these additional fields and the append structure itself are active.
If they are not available/visible, they could be blocked in another transport request which hasn't been moved to you system yet.
Kind regards
Jens
‎2022 Oct 10 7:58 AM
Hi Jens,
In RKPF table there is no such append structure, also checked in other system there is no append structure for which the error is coming.
‎2022 Oct 10 7:28 AM
Yes I have checked RKPF table but no such append structure with this field 'zzmatnr', also it is standard program so not able to change.
‎2022 Oct 10 7:35 AM
it is standard program but you could have an Enhancement, or for example in CO-PA, the code could be generated.
Do you have the line of code indicated in the dump ?
‎2022 Oct 10 7:51 AM
As far as I can see, there's no user exit/BAdI in MM07RFF0.
So I guess somebody did an modification/implicit enhancement mentioning the ZZMATNR field.
Just run SE38, enter MM07RFF0 and perform a syntax check (CTRL+F2), then you should see what is causing the issue.
‎2022 Oct 10 8:24 AM
Hi Thorsten,
you are correct somebody changed with implicit enhancement.
‎2022 Oct 10 8:39 AM
Good to hear!
Maybe you can mark your question as solved then...
‎2022 Oct 10 8:22 AM
. Hi Frederic,
Found the code, somebody wrote the code by doing enhancement.
Thanks for showing right direction. I am trying to find the reason this code was written.
I will come back if any issue or will let you guys know after solving this issue completely.