‎2010 Aug 19 11:03 AM
Dear Friends,
I want to validate something when a delivery is created from a Project from tcode CNS0. I was not able to find any user exit or BADI for it, if any body know any BADI or User exit, please let me know.
Thanks in advance
IK
‎2010 Aug 19 11:09 AM
Hi Ibrahim,
This is the only BADI available
DLP_COMPONENT_FILTER : BAdI for User-Specific Filter During Component Selection
Regards
Abhii
‎2010 Aug 19 11:14 AM
Hi Abhii,
Thanks for the swift reply, I tried that BADI but the control is not stopping there when the delivery is getting created.
Have you tried this before, please advice.
Rgds
IK
‎2010 Aug 19 11:29 AM
Hi Ibrahim,
I havent tried with this BADI. But check if you are doing everything correctly while implementing the BADI.
Regards
Abhii
‎2010 Aug 19 11:56 AM
Hi,
there are tow enhacement spots avaialble for T-code CNS0
ES_SAPLCNSH ES_SAPLCNSH
go to se18>select enhacement spot>ES_SAPLCNSH -->Display
The above enhacement is available in FM 'FUNCTION cn_sh_goods_movement_data.'
And also Enhacement spot avaialbel in NCLUDE LCNSHFM2 .
try to write your code in above two enhacement spots and check whether it will work for requirement.
Prabhudas