cancel
Showing results for 
Search instead for 
Did you mean: 

Batch determination in delivery

Former Member
0 Kudos

Hi,

I have configured the batch determination in delivery and it is working fine. But I have one issue in that.

Requirement is that during batch determination in delivery system should only pick the batch for which remaining self life is atleast 45 days. The days of remaining self life is based on the customer. For customer A it should be 30 and for B 45 etc. I have created customer specific strategy/condition record. So for each customer I have to maintain the days in characteristic (Which characteristics can be used???)

Highest point will be rewarded....

Thx..

Rohit..

Accepted Solutions (1)

Accepted Solutions (1)

pankaj_singh9
Active Contributor
0 Kudos

Hi,

Update Standard Characteristics in BMSM and also Refer SAPNote 33396 - Batch determ.: Selection w. remaining life LOBM_RLZ, for this.

Answers (1)

Answers (1)

Former Member
0 Kudos

There is std Self life expiration date char is exist in the system you have to activate that

LOBM_VFDAT (tcode is BMSM)

This function updates the standard characteristics in the classification

system reserved for batch management so that they meet the requirements

of any new functions.

This concerns all characteristics starting with LOBM_*. These are:

o LOBM_VFDAT expiration date, shelf life

o LOBM_VERAB availability date

o LOBM_LFDAT required delivery date

o LOBM_RLZ required remaining shelf life of batch

o LOBM_MENGE quantity

o LOBM_ZUSTD status

o LOBM_LVORM deletion flag

o LOBM_BWTAR valuation type

o LOBM_LGORT storage location

o LOBM_QNDAT next batch check date

o LOBM_KRT required waiting days for batch

o LOBM_MBDAT material availability date

o LOBM_RLZ_PROZ required remaining shelf life as a percentage

o LOBM_BPRIO stock determination: priority

o LOBM_UDCODE usage decision

o LOBM_QSCORE quality score from usage decision

You need to execute this function in the following cases:

o In newly created clients, after copying other clients

o After defining object dependencies for standard characteristic

LOBM_RLZ

o In every client after a release upgrade

Further notes

When the report for updating the standard characteristics has been

completed, you receive a log in which all the activities performed are

listed.

Former Member
0 Kudos

Thanks for your quick reply..

I understand whatever you said and I am aware of all the std SAP char start with LOBM_*. As per your sugestion I can use LOBM_VFDAT char. But the data type is date format for this char.. As per requirement I need to enter number if days in the characteristic....

Any other suggestion....

Thx...

Former Member
0 Kudos

Thx pankaj..

OSS note resolved the issue.....