Quantcast
Viewing all articles
Browse latest Browse all 9052

Re: Difficulty in APO system because of putting prefix before material number.

Hello Ayaskant,

 

There is a conversion routine assigned to the product field in transaction /SAPAPO/RRP3.

 

Conversion routine "CONVERSION_EXIT_PRODU_INPUT" is used.

 

Check the below example, if i enter leading zeroes the conversion routine is converting into input format with the same number of leading zeroes.

 

Image may be NSFW.
Clik here to view.
1.JPG

 

SAP has provided a BADI "/SAPAPO/PRODU_CONVEX" to overcome this.

 

Go to SE18 and do the BADI implementation, inside the method "INPUT_POST_EXIT" do the below coding,

 

SHIFT EV_MATNR  LEFT DELETING LEADING '0'.


Image may be NSFW.
Clik here to view.
1.JPG


I tried and it worked for me.


Regards,

TP


Viewing all articles
Browse latest Browse all 9052

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>