SAP for Retail Discussions
Join conversations about personalization, omnichannel strategies, and operational excellence in retail using SAP for Retail software.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to restrict Generic Article entry by End Users in PO in IS-Retail

Former Member
0 Kudos

Hi Experts,

I am currently working on IS-RETAIL system.

In PO, i need to restrict entry of all Generic Articles (Base Article which is physically not available) by End Users.

If they are entering Generic Articles in PO, system should through an Error.

Why we want to restrict Generic Article entry in PO is , during Goodfs Receipt (MIGO) system will through an Error that Generic Articles is not available in Table .

Is there any User Exit or any other method to solve this Issue.

Any Input is highly appreciated.

Thanks and Regards,

Selvakumar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

While PO is created, you can use function exit EXIT_SAPMM06E_012 to validate article type and throw errors. Articles are available in table TEKPO.

Alernately, you can use method PROCESS_ITEM of the BADI ME_PROCESS_PO_CUST to carry out article level validations.

Thanks,

Venu

View solution in original post

2 REPLIES 2

Former Member
0 Kudos

Hello,

While PO is created, you can use function exit EXIT_SAPMM06E_012 to validate article type and throw errors. Articles are available in table TEKPO.

Alernately, you can use method PROCESS_ITEM of the BADI ME_PROCESS_PO_CUST to carry out article level validations.

Thanks,

Venu

Former Member
0 Kudos

USEREXIT