cancel
Showing results for 
Search instead for 
Did you mean: 

Packspec determination with OBDL using Sold to/Route/Pack profile field combination

Former Member
0 Kudos

Hi All,

We have a requirement to determine Packspec using Sold to/Route/Pack profile combination during WO creation.A custom condition table was created copying the standard OBDL condition type/access sequence.

Though we have the sold to field PAK_SOLD_TO in the field catalogue and was able to add this to the condition table. The system is unable to consider this field during packspec determination because the open task table /SCWM/ORDIM_O do not have sold to field.

Is there anyway to determine the packspec using the fields mentioned during the WO creation.Any suggestion will be much appreciated.

Many thanks.

Kind Regards

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

jobi_t
Contributor
0 Kudos

Hi Vijay

You must implement the BADi to populate the value. I used it and worked for me.

Regards

Jobi

Answers (1)

Answers (1)

former_member183610
Active Contributor
0 Kudos

Hi Vijay,

warehouse order ( WO ) is an executable package and can contain one 'or' more WTs.

while creating the WT it self , WO also can be created.

system can be created WTs and  WO ( executable package )  wrf to the outbound delivery order.

if you are trying to generate auto pick HU against WO, check the relevant setup is maintained in the packspec.

And also check the access sequence against your condition table , how access types & priorities are maintained.

BR,

C K Reddy

Former Member
0 Kudos

Hi C K Reddy,

Thank you for your reply.

Yes, I am trying to generate auto pick HU during WO creation, for the combination for Route/Pack profile/Sold to party.

The required configuration is set up as mentioned by you.

The WOCR is maintained with the pack profile and Route is flowing into the WT, so we are perfectly able to determine the packspec condition with route/pack profile combination.

However, we are not able to determine the packspec with sold to/route/pack profile combination because the system is unable to retrieve sold to value from the WTs.

Is there any way to determine the sold to values from the WTs during the packspec determination.

Thanks.

Kind regards,

Vijay

former_member183610
Active Contributor
0 Kudos

Hi Vijay,

it would required to implement the BADI, if we are adding additional fields in filed catalog to determine packaging specification.

here is one BADI ' /SCWM/EX_PS_DET_PREPARE ' is available.

for more clarity , please go through the below path.

SCM Extended Warehouse Management-Extended Warehouse Management-Master Data-Business Add-Ins for Packaging Specifications-Packaging Specification Determination

IMG documentation against this BADI as below.

If you add additional fields to the packaging specification field catalogue, the determination data for this new fields can be completed.

BR,

C K Reddy