Application Development and Automation 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: 
Read only

Problem in CO01

Former Member
0 Likes
283

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.

1 REPLY 1
Read only

Former Member
0 Likes
259

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