2020 Oct 02 6:08 AM
Hi Andreas,
We have a 'Z4' listing procedure with Z function module as exit class, enhanced MM41 for few Z fields, also enhanced WSM3 for 'delete listing checkbox'.
We need SAP BADI/exit options to implement logic for below requirements
1. on WSM3 add a validation for listing and delisting based on a condition.
2. Modify the WLK1-DATBI to +90 days while delisting.
3. delisting to add additional entry in the WLK1 table.
Please suggest the enhancement that can be used?
Regards,
Rashmi
2020 Oct 02 11:10 AM
Hi Rashmi,
SAP offers the following options for enhancing the standard logic:
You could use these for date changes and listing condition deletion.
(I remark, that it does not make much sense to speak about delisting, when you would like to change the DATBI to +90 days. It is a simple validity date change. Namely as soon as the DATBI is not reached, the listing condition is still valid, except of having the SSTAT'='5' value. Otherwise, when reaching the today+90 days, the listing condition will be not valid anymore (due to the expiration, and is logically equivalent to delisting).)
Best regards,
Andras
2020 Nov 19 11:32 AM
Thanks Andras.
While I could use the first one.
I am not able to find BADI_ASORT_LISTING_DATE_CHANGE. Is it available on S4HANA on premise 1610?
2020 Nov 19 12:33 PM
Hi Rashmi,
The BADI_ASORT_LISTING_DATE_CHANGE is available from ECC 600 up to recent S/4 versions.
Maybe you have not yet implemented the SAP note delivering this implementation.
Try to download the note 2917808, which has also attached a PDF as short documentation for the BAdI.
Best regards,
Andras