Application Development 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: 

BADI or EXIT name for t-code CJ20N

Former Member
0 Kudos

Hi Guru ,

" In cj20n for any project for activities we have user fields that user field check box should be checked in the time of Confirmation. "

Which BADI or EXIT can be use .

I am trying to use one Exit - CNEX0001 but it will triggered only when we select thats check box .But I want the Exit or BADI name which will trigger all the time when we will go for confirmation .

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

hi,

use this badi.

WORKBREAKDOWN_UPDATE.

8 REPLIES 8

GauthamV
Active Contributor
0 Kudos

hi,

use this badi.

WORKBREAKDOWN_UPDATE.

Former Member
0 Kudos

This BADI - WORKBREAKDOWN_UPDATE is not trigger in the time of confirmation at cj20n .

Is there anyother BADI which is triggre in the time of Confirmation .

The process is - CJ20N -


> Internal Activity -


> User Field -


> U can select or Not Check box ( I need when we will not select Check Box ) -


> EDIT -


> Activity -


> Confirm .

In this time which BADI is trigger .

Former Member
0 Kudos

hi,check this link

thanks.

0 Kudos

Hi ,

i dont need any BAPi , I want the BADI or EXIT name which will trigger on the time of Confirmation .

Former Member
0 Kudos

Hello,

For User Exit's

goto to tcode->status->program name->double click on that,

then goto to-> attribute take the package name and

Goto SMOD tcode ->Utilities->give the package name and F8

then a list of exits will display for that tcode as well as that package.

For BADI's,

1)goto to tcode SE24 give the CL_EXITHANDLER and display and then double click on the GET_INSTANCE

keep Break point at this location 'call method cl_exithandler=>get_class_name_by_interface'

then the tcode it will trigger there and we can debugg there we can find badi'for that tcode and then remove the break point.

2)Goto to tcode->status->program name->double click on that program will display's

then press crtl+F then cl_exithandler

OR go to se80

give the Package name

Thank u

santhosh

Former Member
0 Kudos

Try using BADI AFABD_CHANGE

Former Member
0 Kudos

Hi,

you mean to say ; you have to check the user status like RCOG , TECO, etc...

If is it so please specify.

have also faced the same problem. But have not used any badi.

May be you would get the solution if the problem is same.

Thanks.

0 Kudos

When we go for User Field -


> there have one or two check box , I want if the user does not select thats check box and go for Confirmation -


it will show One Message thats "Please Select Check box before Confirmation " .

If you want more , give ur id i will send u attachment .

Thanks & Regards

Tarak