cancel
Showing results for 
Search instead for 
Did you mean: 

Alfa Numeric Batch Number determination at Production confirmation

Former Member
0 Kudos

Hello Experts,

I want to configure batch number logic in SAP, which would also call for automate batch determination at the time of production confirmation in CO11N

Please suggest-

1. What type of number range I can use? (Internal/External)

2. Do I need user exist if barrel code value III & IV changes weekly & daily (as per day)? If Yes, Please share the user exist name.

Please suggest me the right approach & Steps also to configure this logic in SAP. Thanks


 

Barrel I


 

 

Barrel II


 

 

Barrel III


 

 

Barrel IV


 

 

A


 

 

14


 

 

31


 

 

7


 


 

Barrel

 

 

Number of Characters


 

 

Details of Barrel value


 

 

Barrel
  I


 

 

1


 

 

Plant Location –


Location 1- “A”

Location 2 - "B"

Location 3 - "C"

 

 

Barrel
  II


 

 

2


 
Last two digit of Calendar Year e.g. 14 in case year 2014

Range:  2014 to 9999 Years 


 

Barrel
  III


 

 

2


 
Week of the calendar Year

Range:  01 to 52 Weeks 


 

Barrel
  IV


 

 

1


 
Day  of the Week:

  1 - Monday

  2 - Tuesday

  3 - Wednesday

  4 - Thursday

  5 - Friday

  6 - Saturday

  7 - Sunday

 

Range   1 to 7

Accepted Solutions (0)

Answers (2)

Answers (2)

anup_patil3
Active Contributor
0 Kudos

Hi Mayur,

I would suggest you to define a external number range for this (as internal won't be possible) and even help if you define it at Material Type level (using number range object-BATCH_MAT).

And then can use customer enhancement-SAPLV1ZE which has FM- EXIT_SAPLV01Z_003 & EXIT_SAPLV01Z_004 to write your own code.

Thanks.

Kind Regards,

Anup

Former Member
0 Kudos

Dear Mayur,

Please, check with the ABAP personnel, you can use the customer exit for the External Batch Number Range using the enhancement SAPLV1ZE.

There are 2 function modules, EXIT_SAPLV01Z_003 and EXIT_SAPLV01Z_004. You can try these out. Hope they help.

Regards,

Vishwa Ranjan Upadhyay