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

Receiving of mixed pallets via RF

schulte-bahrenberg
Contributor
0 Likes
3,551

Hey folks,

we want to receive mixed HUs via RF. Inbound delivery items are not packed yet. We want to be able to create the HUs at the RF with n different materials, post GR and trigger the WT creation (based on given storage process).

Does anybody have experience how to achieve this with standard RF? If not, did anybody do some custom coding and is willing to share his/her experiences?

Thanks

Hendrik

Accepted Solutions (0)

Answers (4)

Answers (4)

martinprokop
Participant
0 Likes

Update:

Lately, we have developed a slight change in RF Receiving of HU app.

We let the user to enter the target HU number first in the step RHASSI RHPMSL. At this place user can enter an already existing HU number - and add a new packed item to this HU by this.

It is not a big development and it works just fine. Standard is prepared to receive mixed HU's, if they are sent via DESADV from a vendor. Only the RF app was not able to create a mixed HU...

maxime_desroy92
Explorer
0 Likes

Hello Martin,

Thank you for your helpfull insight

martinprokop
Participant
0 Likes

Hi Mukesh,

in fact we created PPF action on TU level, which packs all delivery items to one HU within one TU automatically. But you can use also the UI transaction /SCWM/PRDI > Pack

We do not pack using RF.

Martin

0 Likes

Hello Martin;

In my case the product are Batch Manged.

the inbound delivery is in blocked status. How can I create collective HU in this case.

martinprokop
Participant
0 Likes

Hi Said,

well, this is a stupid condition in EWM, which says, batches have to be entered in inbound delivery items just from beginning. Of course, this system block will not allow you to create any subsequent WT. Although the RF Receiving is allowed in this state and you can enter the batches during this step in RF.

In your case are variants:

  • Modify the EWM standard so, that a missing batch is not a reason to block the delivery (Class /SCWM/CL_DLV_BT_V_ATTRIB method VAL_PROD_BATCH)
  • Use a different solution approach
martinprokop
Participant
0 Likes

Hi Hendrik,

I solved this scenario in following way:

1. Pack all delivery items into one (“collective “) HU

2. Create and confirm unloading WT for this HU. During the RF unloading I also allow to create new HU’s with unknown content.
3. I set up POSC with deconsolidation step. When posting GR for collective HU, system creates deconsolidation tasks for materials and/or partial quantities.
4. perform deconsolidation by which I repack quantities from collective HU into target HU’s for put away. This is in fact a counting process, which allows also Corections of GR quantity if necessary. And mainly - it allows you to create mixed HU’s, depending on target storage types for put away.
This scenario works fine and we developed some features for this (for example recording of BBD during deconsolidation process, which is not in standard). If you would still need some details, feel free to write me!

Regards

Martin

Former Member
0 Likes

Hi Martin,

Did you do the packing for delivery items into one HU using the RF or Desktop option.

Thanks

former_member183155
Active Contributor
0 Likes

Hi

I created mix pallet with RFUI. Please check, it might be useful.

mix pallet rfui

BR

M.Ozgur Unal

martinprokop
Participant
0 Likes

Hi Mehmet,

I understood Hendrick's question so, that he wants to create mixed HU' directly in Unloading/GR application on RF. Yes, it means packing in fact, but relates to the GR process dierctly. This is not supported in standard in my opinion. I would be also keen to know how to achieve it...