‎2008 Apr 24 11:17 AM
Hi All,
I have a problem in Co01.When i release the Production Order to generate the Serial No a user exit EXIT_SAPLIPW1_001 is called.
This exit uses plant to generate to generate the Serial No.Now i want to pass basic start date too to generate the Serial No.Can some one please help me in letting me know how do i pass that.This exit in turn uses a FM Z_SER_SERIALNO_GET_NEW to generate the no.Now this FM uses sys date to generate Ser No.So am confused.I can't change FM as it is used in many places.
Please suggest.
Thanks in Advance,
Saket.
‎2008 Apr 24 11:24 AM
Hi,
May be you can copy the existing Z-FM into anoth Z-FM & have date as an additional parameter , which you will pass in your exit befire call this NEW Z-FM instead of the existing Z-FM.
I hope this helps,
Regards
Raju Chitale