Hi All,
thanks for answering.
But the standard change badi won't help.
I Raised message at OSS with answer I want to share with you:
To change the default delivery data you need to use a different badi
called /SRMNXP/BD_CHANGE_DATA.
You will need to implement the
/SRMNXP/IF_ENHANCE_DATA_PROV~CHANGE_DATA method.
Inside that method, you can add your code to change the delivery date.
Or you could create a post-exit enhancement in
Class: /SRMNXP/CL_SC_DEFAULTS
Method: /SRMNXP/IF_SC_DEFAULTS~GET_ITEM_DEFAULT
to change the default delivery data.
I was able to resolved the issue using the first option.
Regards
Bert