Quantcast
Channel: SCN: Message List - SAP Extended Warehouse Management (SAP EWM)
Viewing all 5578 articles
Browse latest View live

Re: Picking has to happen from single bin instead of multiple bins

$
0
0

Hi Jey

 

It depends on warehouse priorities. In our case warehouse had space constraints & FIFO was not must. So emphasis was on picking full pallets 1st. For remainder qty, pick partial pallets starting from smallest quantity. By this we are limiting creation of partial pallet out of a full pallet. Also releasing several bin positions occupied by partial pallets.

 

For your case BADI should have code to get all quants on available qty in descending order into a internal table. Check if there is matching quant for pick qty. If found use this for WT creation.

 

Else allocate picking qty to 1st quant of internal table. If picking qty is fully supplied store information in internal table for WT creation. If not, allocate remaining pick qty to 2nd quant. Repeat this till pick qty is exhausted. Store source bin, quant, qty to be picked from above iteration in internal table. Use this for WT creation.

 

You can optimize it further by checking for matching quant after every iteration

 

Just an example. You can optimize it even better Based on client requirements. Hope this helps.

 

Best Regards

Phani


Re: Single Warehouse order creation for mulitiple Outbound deliveries

$
0
0

Hi Vatrapu

 

Subtotal filter is not mandatory. However not sure what else might be causing this issue.If possible create a subtotal filter such that all items will pass. Then see if WT grouping happens. Just to rule out possibility.

 

Best Regards

Phani

Re: Unable to Enter Exception code in Quality Work Center - Counting

$
0
0

Hi,

I believe you are looking at the wrong field.

As described you have to assign an exception code to a business context. You write that you selected 16 Desktop Differences at Work Center - but what is the Business Context?

There is a context "Packing/Unpacking Products" - actually there are three, stock removal, internal movement and putaway, the keys are PPI, PPT, and PIM. I think this is the business context for the field you have marked. But this is not for counting with the QIE, for that the correct business context is QI1 Quality Inspection / Couting.

The trick is that the field for entering this exception code only appears once you enter a different quantity. So overwrite the 200 pcs in the lower part, press enter - then you get the exception code field between the "expiration" and the "status" field.

Brgds

Juergen

Re: Single Warehouse order creation for mulitiple Outbound deliveries

$
0
0

Hi,

why do you not use the creation category "consolidation group"?

Brgds

Juergen

Re: Single Warehouse order creation for mulitiple Outbound deliveries

$
0
0

Hello Juergen,

 

We did a switch to " Consolidation group" to check.but it didnt help.

 

One thing i noticed though is that after the 2 warehouse  orders are created ,i cancel them.

after that when i select the 2 WTs and i simulate WO creation ,by inputting my WO Creation rule,

i get a single WO.

 

I will see if any of the custom code is influencing.

 

Again thanks a lot for your help.

 

Regards

Re: Single Warehouse order creation for mulitiple Outbound deliveries

$
0
0

When I look into the log a my test, the log already looks completely different:

in mine the system immediately start with two WTs and does the WOCR determination. In your log the two WTs are processed one by one - and then they will never come into one WO.

 

Brgds

Juergen

 

14-11-2014 14-58-47.png

Re: Unable to Enter Exception code in Quality Work Center - Counting

$
0
0

Hi Juergen,

I had set the the Business context to QI1 Quality Inspection / Counting itself.

And for the 2nd part Shouldn't the exception code be entered in the area to enter the exception code in the differences tab ?

for upload.png

And am i supposed to Edit the 200 quantity in the Red circled region or the yellow circled region, And in the yellow region the quantity cannot be edited.

 

Regards,

Karthik

Re: Unable to Enter Exception code in Quality Work Center - Counting

$
0
0

Hi,

I believe the upper part is not for a counting document as created from the QIE (whereas I am not sure how the process to use this tab at all looks like). And if you can not edit, restart the transaction and click in the field with the quantity in the lower part, it should then be editable. somehow this field is a bit ... sensible.... After entering the counted quantity the field for the exception code will appear.

Brgds

Juergen


Re: Check the bin while putaway in EWM

$
0
0

To my knowledge with standard SAP that is not possible, you need to write your own custom logic at enhancement spot in BADI  ---- /SCWM/ES_CORE_PTS 

Re: EWM - System should consider the fixed bin quantity which is closer to delivery quantity

$
0
0

Hi Ganesan,

 

There is a BADI available for Sorting.

Make use of the BADI: /SCWM/EX_CORE_RMS_DETERMINE to fulfill your requirement.

 

Cheers!

SRH

Re: How to create Pick Warehouse task automatically?

$
0
0

Hi Raj,

 

Can you elaborate your process more to give the right ideas.?

 

regards,

Jobi

Re: How to create Pick Warehouse task automatically?

$
0
0

Hello Jobi,

Thanks for responding to me instantly.

 

My Scenario is Outbound delivery order is created and assigned to the TU, when TU arrives and docked at door, Pick Warehouse Task has to be created automatically for the corresponding ODO.

In the standard process after creating ODO using follow-on function, we create the pick Warehouse Task (Manually).

 

Thanks in advance.

 

Regards,

Raj

Re: Work Centre determination for VAS order

$
0
0

Hi Sashidhar.

 

"Setting up proper Goods Movement Bin" doesn't make sense over here.

On the other hand, let me describe the issue in detail:-

 

 

1. I have created two work centres for packing lets say ANK1 &ANK2.

As we know that while creating the work centre, we need to mention the following details:-

- storage type

-inbound section

-outbound section

 

Hence for the above work centres -

external step and storage type is same.

While the storage section is different.

Capture.PNG       

 

While in the TX:-/scwm/tworkst

The bins assigned to the work centre are as follows:-

Capture.PNG

 

I have customized the storage type "ANK1".

Capture.PNG

Since, the storage bin ''ANK1-08-03-A'' is already occupied , hence for the next delivery the storage bin ''ANK1-08-03-B'' should be picked(i.e the work centre ANK2 should be assigned).

Hence, for the 1st delivery , VAS order gets assigned the work centre ANK1

But for the 2nd delivery , i am facing the below issue

See the application Log -

Capture.PNGCapture.PNG

 

Task for moving the HU from staging area to pack work centre gets stuck in the queue.

 

Hope , you understand the issue.

 

Regards,

Ankush

Re: How to create Pick Warehouse task automatically?

Re: Post GR Automatically while check in..

$
0
0

Hi ,

 

Mention the schedule condition ''/SCWM/SR_TU_CHECK_STATUS'' in thePPF created by you.

Also create the parameter '' ISR19'' with initial status as 'X'.

 

Regards,

Ankush


Re: Unable to Enter Exception code in Quality Work Center - Counting

$
0
0

Hi,

I found the exception code part in between the "expiration" and the "status" field as you mentioned, but that's in the Quality inspection Tab. But when i do counting, i should first complete the Count tab before i enter the Quality Inspection tab, It shows this message when i go to the Quality inspection tab as shown below.

scrennnn.png

So i would like to know what i should do in the Count tab shown below so that it moves to the quality inspection tab.

.asss.png

Regards,

Karthik

Query

$
0
0

Hello,

          I need to run a query for goods in and out over a time period of weekly intervals

 

          This would need to include date booked in and out

 

          Warehouse

   

           Projects

 

          Item Part and Description and quantity

 

          Many thanks Adrian

Re: Query

$
0
0

Hi Adrian,

 

If you need this in SAP EWM you can take out this data from monitor (/scwm/mon) and Node TU or Documents.

 

Regards

Suraj

Trigger Email through PPF

$
0
0

Hi everyone,

     The requirement is once picking of high value (price) items is done ,an email should be sent to supervisor. its not authorization email just we are sending an information to the superior that item is picked from the bin. how this can be done in PPF. I am new to PPF guide me.

Error in PPF action '/SCWM/TU' for Door Assignment

$
0
0

Hi,

My process is, when IDN gets created at that time TU should gets created and simultaneously a door should assigned to that TU.

I am using BADI (EXEC_METHODCALL_PPF) for PPF action '/SCWM/TU' for door assignment to TU.

PPF action is triggering at the time of TU creation with giving a error message shown below.

 

1. Error status in PPF action tab

ppf_2.JPG

2. Error log details

ppf_1.JPG

Door has not assigned at above process but when I am triggering that PPF action again manually after TU creation, this time door has assigned even after it gives same error message as shown above.


Issue : Door not assigning at the time of TU creation.

 

Please help to come out from this issue.

 

 

 

 

 

 

Regards,

Prasanna


Viewing all 5578 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>