‎2013 Jul 03 9:04 AM
Dear Experts,
I'm facing one issue related to Purchase Requisition approval processing (tcode: ME55), please sugesst me a solution.
About detail, please see bellow:
My customer requirement: They need to insert code for checking before purchase requisition approval in tcode ME55
(Check content: if logon user and purchase requisiton creator are the same, the system show error message).
I tried to find user exist but don't found, please help me suggest a solution on this. Thank you very much !!!
Best Regards,
DucTV.
‎2013 Jul 03 3:59 PM
As ME55 main program is a simple report which starts filling an internal table xeban, you could look for an implicit enhancement spot to remove records where creator = sy-uname ?
(You could look at form check_para1 in include FM06BFSL_CHECK_PARA1, try to set REJECT = 'X' if user is the creator)
Regards,
Raymond
‎2013 Jul 03 9:15 AM
‎2013 Jul 03 11:31 AM
‎2013 Jul 03 9:21 AM
‎2013 Jul 03 11:32 AM
Thank you so much for your response,
I have just checked 2 exits MEREQ001, M06B0001, but these exit don't support. Please advise.
Best Regards,
DucTV
‎2013 Jul 03 11:14 AM
‎2013 Jul 03 3:59 PM
As ME55 main program is a simple report which starts filling an internal table xeban, you could look for an implicit enhancement spot to remove records where creator = sy-uname ?
(You could look at form check_para1 in include FM06BFSL_CHECK_PARA1, try to set REJECT = 'X' if user is the creator)
Regards,
Raymond
‎2013 Jul 04 6:47 AM
Thank you for your answer,
I tried to find field creator in table EBAN but still don't find, please help me
Thank you very much!!!
Best regards,
DucTV.
‎2013 Jul 04 1:44 PM
Check field "ERNAM" in table EBAN. It contains name of person who created PR.
Regards