‎2013 May 10 1:21 PM
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.
‎2013 May 10 6:53 PM
Hi,
Active the subscreens its conforms image below:
best regards,
Welinton Rocha
‎2013 May 13 5:33 AM
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.
‎2013 May 12 11:56 PM
Hi,
Check the exit EXIT_SAPMM06E_016. I think you can use this to get the Account Assignment (TEKKN) detail.
Regards,
Arindam
‎2013 May 13 5:34 AM
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.
‎2013 May 13 2:07 PM
Hi,
post the st22 log, it has more details.
Regards,
Welinton Rocha
‎2013 May 13 2:21 PM
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