Application Development 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: 

How to impliment ME_PROCESS_REQ_CUST

Former Member
0 Kudos

Dear Experts,

I have one requirement

in ME51N  PR creation, in item Material short text should check the short text belong to that material or not from MAKTX table with reference to Material Number.

If short text is wrong it should replace with correct short text?

4 REPLIES 4

0 Kudos

Hi George,

Thank You...

I already seen this links... i am new for badi implementation, i need guidance how to fulfill my requirement ..

Please stop links copy past.

Former Member
0 Kudos

Hi Ganesh,

this BADI will have the method PROCESS_ITEM method,

use this method to validate the material text.

for fetching the materail text use READ_TEXT FM.

Former Member
0 Kudos

Ganesh,

This link will guide you step-by-step on how implement a BADI

http://sapignite.com/how-to-implement-badi-in-sap-abap-with-tutorial/

For your requirement, as Harish said, you will need to implement the PROCESS_ITEM method.