cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is it can control in BAPI_BATCH_CREATE that do not create same EXPIRY DATE

wlaud39
Discoverer
0 Likes
405

Hello, I have some question.

In ewm, I create batch with BAPI_BATCH_CREATE.

But even if I put the same EXPIRY DATE, the batch is created.

I want to solve this problem,

Accepted Solutions (0)

Answers (1)

Answers (1)

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes

Why would BAPI_BATCH_CREATE function prevent creation of two batches with the same expiry date? It's perfectly valid from business stand point to have several batch of the same product with the same expiry date, isn't it?

You need to implement such a check before you call BAPI_BATCH_CREATE.

BR

Dominik Tylczynski

wlaud39
Discoverer

Thanks for the reply. it was helpful.