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

Dump error in tcode MB21

pritam_baboo49
Participant
0 Likes
2,201

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.

1 ACCEPTED SOLUTION
Read only

thkolz
Contributor
2,145

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.

9 REPLIES 9
Read only

FredericGirod
Active Contributor
0 Likes
2,145

DId you check if this field is part of an append structure ? or if this field has been added by customizing ?

Read only

Jeansy
Active Contributor
2,145

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

Read only

0 Likes
2,145

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.

Read only

pritam_baboo49
Participant
0 Likes
2,145

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.

Read only

FredericGirod
Active Contributor
2,145

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 ?

Read only

thkolz
Contributor
2,146

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.

Read only

2,145

Hi Thorsten,

you are correct somebody changed with implicit enhancement.

Read only

0 Likes
2,145

Good to hear!
Maybe you can mark your question as solved then...

Read only

pritam_baboo49
Participant
0 Likes
2,145

. 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.