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

Re: Smartform for EWM Shipment

$
0
0

Hello Dinesh ,

 

As i understand , you want to debug the smartform to see the incoming data to the form.

 

For that you need to put an external break point inside the Method (eg. PPF~Execute).

 

Next you find the Call Function(put external break point) which will call the PPF action.

 

Inside the call function you can serach the FM which calls the smartform ( e.g. SSF_FUNCTION_MODULE_NAME) .

 

Next , while debugging you can give the formname of yours and can go inside your smartform.

 

 

Let me know if you need more help for the same.

 

Thanks

Romit Raina


eWM - ERP HU integration

$
0
0

Hi experts,

 

I'm trying to set up a basic inbound flow where the goods will be packed in eWM via the inbound delivery. I would expect the handling unit created in eWM to be transfered to ERP upon goods receipt posting, but it stays stuck in the queue with message :

 

There is no handling unit with identification XXXX

 

 

Now, I have entered the queue itself to see what it contains, and I am surprised to see that nowere is the HU type or PackMat type part of the queue. The main information contained is :

 

HANDLING_UNIT_HEADER level :

 

* ERP delivery number

* HU number

* HDL_UNIT_EXID_TY (type of external HU identifier) = "F" (No rg object HU_VEKP external interval - SSCC18 before GI)

 

HANDLING_UNIT_ITEM level :

 

* HU number

* ERP delivery number

* Material packed

* Quantity

 

 

 

Could you explain what are the steps to be done both in ERP and in eWM to ensure that the handling unit from eWM are successfully sent to ERP ?

 

Thank you

Re: How to use PPF customizing Auto GR after packing

$
0
0

Hi,

 

This can be achieved by using method: /SCWM/AU_GR_POST in processing details and for schedule condition:  /SCWM/WHR_FULL_PACKED.  So once a quant is packed it PPF Action will trigger to PGR.  Then do the same thing to create the WT.  find a schedule condition that checks for PGR complete then in processing details check method to create TO.

 

Hope this helps,

Faical

Re: How to use PPF customizing Auto GR after packing

$
0
0

Hi Chang


As suggested by Faical Its completely achieved by PPF condition scheduling.

Auto WT can be achieved by activating PPF action.

and for GR posting you can have check on action /SCWM/AU_GR_POST and update document.


Regards

Suraj

Re: eWM - ERP HU integration

$
0
0

Hi

 

first check Packaging Material Types for HU packaging mat.

then Check the external number range interval  in for ERP HU Packaging Material Types.

ERP >> SPRO>>Logistics - General>>Handling Unit Management>>Define Packaging Material Types>>Ext. interval .

 

then maintain external number range as per your requirement same as EWM number range. so queue will check your external no range and create HU.

 

Regards

Suraj

Re: Language key not defined (CIF)

Re: Language key not defined (CIF)

Re: Language key not defined (CIF)

$
0
0

Thanks a lot. Your link was very useful!!!

Now I understand the problem. The field "LANGU_CREA" was empty. Therefore I had this problem. I have change this fiels (by SE16) for a test and now I could activate the CIF-Model.

I will try the reports as well.

 

Thanks again!

 

Ralf


Re: How to use PPF customizing Auto GR after packing

$
0
0

Hi Faical,


I have set configuration as below, but it does'nt work.


Can you help us to figure out the reason.


We are appreciate your help!





2. Manual Pack product to Handling unit

3. After packing, Automatic Good Receive




 

method:/SCWM/AU_GR_POST in processing details and for schedule condition:  /SCWM/WHR_FULL_PACKED. 


time of processing : processing when save document

2014-09-02_165939.png

2014-09-02_1701322.png

2014-09-02_171707www.png



3.After packing, Automatic Good Receive

4. Then create Warehouse Task automatically

method: /SCWM/AU_GR_POST in processing details and for schedule condition: /SCWM/TO_CREATE


time of processing : immediate processing

 

gr wt.png

 

 

2014-09-02_17161800.png

 

2014-09-02_1717534.png

2014-09-02_171707www.png

 

 

 

 

 

 

 

 








Re: How to use PPF customizing Auto GR after packing

$
0
0

 

Dear Suraj

Thank you!

 

please check  configuration as above, we can't achieve the business scenario.

 

Can you give as some suggestion  to adjust configuration?

 

Howard

EWM PDO Task creation not possible for Consignment stock.

$
0
0


Hi Experts,

 

I have to configure my system in such a way that for outbound delivery system should consider Consignment stock if own stock is not sufficient and create task for own and consignment stock.

for EX:Stock in consignment is 5 EA and Own stock is 5 EA. Warehouse request PDO is for 10 EA system should create one task 5EA for Own stock and other task of 5EA for consignment stock .

 

We are always picking from one storage type which is fixed for Consignment. for Ex VC0.

  • I defined new SRCi for Vendor consignment products.
  • I configured Storage type search sequence for VC0 torage type for new SRCI in the product master.
  • I configured stock determination group and sequence for picking the stock such that it should pick own stock and then VC stock.

Problem I am facing is,

When Warehouse request are coming which is more than own stock quantity system is creating warehouse task only for own stock and not for Vendor consignment stock. Like for above example task is only created for 5EA Own stock and I am not able to create task for VC stock even if I am trying to enter Bin manually and create.

If Own stock is consumed and only VC stock is available system is not creating task for it. If try to create manually it is ending with error "Negative quantities not allowed in storage type".

Kindly help if you have faced this kind of situation.

 

Thanks and Regards

Amol

Re: EWM PDO Task creation not possible for Consignment stock.

$
0
0

Hi Amol,

 

very interesting scenario..never heard before..!!!

 

I think, while determining stock removal, system is taking the special stock indicator from the outbound delivery order and it is coming from ECC outbound delivery. So the option would be your ECC system should send the outbound delivery items, one with unrestricted and other with consignment so that standard stock removal will work automatically. Otherwise you may have to write code to determine it during stock removal but again I dont think you can do it against single line item.

 

 

 

Thanks,

Sandip

Re: EWM PDO Task creation not possible for Consignment stock.

$
0
0

Hi,

and I assume you also assigned the stock determination group to your warehouse product?  Because then I would think that one of this should work.

But that you get a batch message is strange.

Brgds

Juergen

Integration with QM-Inspection lot not getting creating

$
0
0

Hi ,

 

Inspection lot is not getting created after GR is posted.

 

Scenario:Storage location is connected to external warehouse management.

 

Can anyone please explain the necessary check points and  Integration steps needed to be followed for inspection lot creation.

Re: EWM PDO Task creation not possible for Consignment stock.

$
0
0


Hi Juergen,

 

Yes, I have assigned this stock determination group to product as well. One by one I tested and got respective errors as mentioned in earlier email.

Not sure. I will try to get help from SAP.

 

Amol


Re: Error message :Document *** already locked by user ***

$
0
0

Hi Leonard,

 

Did you check tcode SM12 for lock entries under your user name? Sometimes a lock gets stuck because of network disconnect or something like that. If the lock for this ODO is stuck, you could try to delete and the try to post GI again.

 

If this is a reoccurring problem, you should consult with your basis team to find the root cause.

 

Best Regards,

 

Felipe Tripodi

Re: EWM ERROR - Could not determine ERP stock data for: Stock Type F2

$
0
0

it seems the stock type mapping from EWM to ERP is incorrect, maybe also goods movment.

please try to check the configuraton in SPRO-EWM-intefaces-ERP integration - goods movements.

SPRO - EWM - goods receipt - configure availability group

 

regards

Stanley

Re: EWM ERROR - Could not determine ERP stock data for: Stock Type F2

$
0
0

Hi Sridhar.

 

1. In ewm material document posted means its a ewm document not ERP document.

then have you posted the difference in difference analyzers??

if you have posted the difference then check queues in erp and ewm. It might be possible you have queue stuck with details info.

 

Regards

Suraj

Re: EWM Plant - four storage locations

$
0
0

Hi Juergen

 

Thanks Juergen for your quick response.

 

Different storage locations are required, because standard solution of LSP (creating plants for different customers ) is not being used.

The LSP Plant receives stocks from different customers in Plant ( with say different storage locations - SL01 , SL02 , currently not using eWM and want to keep the same process of receiving say in ASF1 , ASF2 in ewm).

 

The Party Entitled to dispose for different customers means creating different plants for different customers , which client do not want.

 

Is there any suggestion or option to track stocks from different parties in the same plant of LSP ?

 

Any other stock segregation criteria which can be used to track stocks for different customers ?

Can Owner be used ? I am not sure how "owner"  works or it is just for consignment stocks ?

 

Thanks and Regards / Vinod Sedani

Service Items in eWM Delivery

$
0
0

Hi

 

Can service items be processed in eWM ?

 

The erp side definition for such items is :

 

Value Item

The material of this item is not relevant for inventory management but describes a service product.

 

Service Order is created in ERP in  LSP, for the servicce they provide to customers with service product.

The order has quantity but Product is servcie product - non valuated.

 

How such service product can be processed in LSP warehouse ?

 

Regards / Vinod Sedani

Viewing all 5578 articles
Browse latest View live