Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Filtering SHPORD

Former Member
0 Kudos

Hi,

We are sending deliveries to external warehouse system in two different ways depending on the situation.

Picking requests via PICKSD for normal deliveries to customers and deliveries via SHPORD for customer returns. Empties are excluded in the PICKSD-case by not having the item category of those items to be relevant for picking.

But since the SHPORD is not picking based we cannot use the same logic to exclude empties for customer returns.

Does someone know if there are some other way to exclude the empties? They have a separate item category and a separate material type. Do I have to do programming? If so, where? Can I filter it in the distribution model? If so, are all the child segments for the item also filtered automatically?

Anyone with an idea?

best regards,

Glenn

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Glenn,

Fot transactional data we cannot use Distribution Model so we cannot use Filtering unfortunately. If you are using SAP R/3 version 4.7 and higher then we can implement and activate BADI "BADI_V56K " and then write code in the method "RAW_DATA_MANIPULATION" to delete unnecessary item lines for changing parameter "TAB_LIPS".

Hope this helps.

Regards,

Rudra

1 REPLY 1

Former Member
0 Kudos

Hi Glenn,

Fot transactional data we cannot use Distribution Model so we cannot use Filtering unfortunately. If you are using SAP R/3 version 4.7 and higher then we can implement and activate BADI "BADI_V56K " and then write code in the method "RAW_DATA_MANIPULATION" to delete unnecessary item lines for changing parameter "TAB_LIPS".

Hope this helps.

Regards,

Rudra