Application Development and Automation 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: 
Read only

User exit or BADI for tcode CNS0

Former Member
0 Likes
769

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

4 REPLIES 4
Read only

Former Member
0 Likes
613

Hi Ibrahim,

This is the only BADI available

DLP_COMPONENT_FILTER : BAdI for User-Specific Filter During Component Selection

Regards

Abhii

Read only

0 Likes
613

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

Read only

0 Likes
613

Hi Ibrahim,

I havent tried with this BADI. But check if you are doing everything correctly while implementing the BADI.

Regards

Abhii

Read only

0 Likes
613

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