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

DYNPRO_NOT_FOUND Dump while using ME31L after implementing MM06E005

Former Member
0 Likes
1,448

Hello All ,

I had implemented a Customer Exit MM06E005 for Validating purposes while PO creation.

Everything is working fine.

But now above error is coming while executing ME31L.

Below was my previous thread :

http://scn.sap.com/thread/3355453

MM06E005 is related with adding Custom fields I guess this error is coming due to this , But I am puzzled why this error didn't come while PO creation.

Deactivation of this exit solved the dump.

So , Can any one tell me whats the reason for this error and can anyone tell me any alternate Exit for getting Account Assignment (TEKKN ) detail while PO creation , which must not bring dump while executing ME31L after implementation.

6 REPLIES 6
Read only

Roc31
Participant
0 Likes
1,118

Hi,

Active the subscreens its conforms image below:

best regards,

Welinton Rocha

Read only

Former Member
0 Likes
1,118

Hi Welinton ,

Actually out of the Screens you have pointed third one is creating problem.

Dump log says that screen doesn't exist.

And when I checked in SE51 it really doesn't exists.

So why this error is coming only in ME31L , in PO my check is working fine.

I think I need to use any other exit than MM06E005.

Read only

arindam_m
Active Contributor
0 Likes
1,118

Hi,

Check the exit EXIT_SAPMM06E_016. I think you can use this to get the Account Assignment (TEKKN) detail.

Regards,

Arindam

Read only

Former Member
0 Likes
1,118

Hi ,

Let me try with the exit you have suggested.

I am really puzzled why this dump is coming in ME31L and not in ME21N.

Read only

0 Likes
1,118

Hi,

post the st22 log, it has more details.

Regards,

Welinton Rocha

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,118

I guess you only created one include in the exit function group, but you must also create the customer fields subscreen. Create a dummy subscreen via CMOD with only one space output field, then activate subscreen and project.

You could also have used BAdI ME_PROCESS_PO_CUST, as in some case the customer-exit for customer fields (MM06E005) is not called.

Regards,

Raymond