cancel
Showing results for 
Search instead for 
Did you mean: 

Add new criteria to a sort profile for backorder processing

Former Member
0 Kudos

Hi

I am trying to ad Goods Issue date (R/3: VBEP-WADAT ) as a criteriea to a sort profile for backorder processing.

Does enybody know how to do that - and is it possible?

(The criterieas are in structure /SAPAPO/BOP_CATALOG_SORT)

Rgds Claus

Accepted Solutions (0)

Answers (3)

Answers (3)

gaurav_tripathi3
Explorer
0 Kudos

Hi Claus,

     First time i work in APO for own filter routines in UserExitUserExit EXIT_/SAPAPO/SAPLBOP_FILT_010 from  extension APOBO010 in Include ZXBOPUSERU02.

Using all the sales order fields as filter relevant criteria.

how i follow given steps in SAP OSS note 376773.

can you please guide for steps how i impliment.

Thanks,

Gaurav

Former Member
0 Kudos

Hi

Perfect!

Thanks - will go for that

Claus

Former Member
0 Kudos

Hi Claus,

You can do this. In ERP you need to use FV45VFZY_USEREXIT_CATALOG_VALU to transfer WADAT (as a z field) to APO and ultimately into APO table /sapapo/sdfield. In apo you need to enhance /SAPAPO/KOMGOZ for the z field. In apo user exit EXIT_/SAPAPO/SAPLBOP_SORT_020, of the enhancement APOBO020 in include ZXBOPUSERU01 you can add the z field. Then extend apo structure/SAPAPO/BOP_CATALOG_SORT with an append structure to use the z field in the sort profile. SAP note 377186 is the key note on the sort piece. Notes 376773, 993452, and 174969 will give you information on the ERP and apo structure enhancement pieces. The sort, filter, and product allocation all use the ERP catalog exit and very similar apo structures to do this.

Mark