cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic Picking in VL01n (Material maintained in Batches)

Former Member
0 Kudos

Hi Gurus,

My client requirement is " in Vl01n - Screen when Sales order number and line items entered, it should pick the quantity automatically (Material available in batches) and they want to just click on "Post Goods Issue" .

Is this possible... if so please share your valuable idea.

Thanks in Advance.

Regards

Srikanth

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

We have gone with ABAP Developments and completed the same.

Thanks for your support

Best Regards

Sri

Former Member
0 Kudos

Dear SRI

There is no need to go for ABAP Development.

The total control lies in the batch determination for SD Document.

First in the material master Automatic batch determination has to be activated.

Similarly in the Delivery Item Category Automatic batch determination has to be activated.

Batch Determination procedure for SD document has to be defined in the Logistic General.

For the specific condition type of the batch determination procedure we need to maintain the selection criteria and the sort criteria in T.code VCH1.

In the selection type field you have the option of -


, N, O, F for different option of the picking.

If you go for blank-----> Immediate selection according to the selection criteria will be taken place.

If you go for N----->No selection at the beginning of the batch determination.

If you go for O-----> Immediate selection according with no selection criteria will be taken place.

If you go for F-----> selection criteria cannot be changed in the batch determination in delivery document.

Hope it will help you out in future.

Former Member
0 Kudos

You can run VL70 transaction ( for automatic picking - Individual deliveries ) or VL72 ( for automatic picking- Consolidated deliveries ).

With this transaction, automatic picking happens for the delivery numbers ( or group numbers ) entered.

One prerequisite for this is to use the standard picking output types (EK00)

Please let us know if this works okay with your client.

Former Member
0 Kudos

Hi Basavaraj

In Vl02n when i tried to give EK00 its not available and showing ld00.

How to configure the same. Please give me details

Regards

srikanth

Former Member
0 Kudos

Hi Gurus,

The material is not maintained in Warehouse.

Please let me know.

Regards

Srikanth

Former Member
0 Kudos

You wont get EK00 in delivery document.

You have to run transaction VL70 and there give EK00 output type and the delivery number.

After executing the transaction, you will see that automatic picking is done.

However, make sure that you have maintained the printer settings correctly for EK00

Manoj_Mahajan78
Active Contributor
0 Kudos

Srikanth,

You can configure automatic packing settings and can achieve this.

Regds

MM

Former Member
0 Kudos

Hi MM

What are the settings to be done for the Automatic Packing

Please let me know

Regards

Srikanth

Former Member
0 Kudos

Hi;

I am not sure if you can do this through a config setting but you may be able to do it by making changes to the Copying reqmts.

In t.code VOFM, you will find the list of reqmts written for deliveries under the Data Transfer tab. Choose the reqmt 101 pertaining to Item. Here you may add one more line saying that Dly qty = Pick qty. This should solve the issue.

Hope this helps.

Regards,

Mani