cancel
Showing results for 
Search instead for 
Did you mean: 

badi in pb60

Former Member
0 Kudos

hi ,

In pb60 we are creating the offer letter. for that we created the standard text in so10.if choose the letter it will open in edit mode . we can change joining date , reporting person,and salaries and we are not maintain the basic salary for applicants,so in

edit mode we have to give the values, for salaries.now our req is we have to use the smartforms instead of texts.so i need abadi name to implemnt my screen because for smart form we have to give some selection condition for reporting date,salaries.

please give the ideas.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Karthik,

I am not sure whether you will get a proper BADI.

But you can get the BADI list using the below process:

Goto se24 and display the code in the method CL_EXITHANDLER -> GET_INSTANCE.

Put a break point in the first call method.

Execute your transaction PB60, just check with the values for the 'exit_name' in the debug point where you will get the BADI details.

Choose a suitable one if exists.

Please refer the below WIKI for a detailed view with a suitable example & screen shots:

http://wiki.sdn.sap.com/wiki/display/ABAP/DetailedexplanationaboutBADIandthewaystofindtheBADIwithanexample%28ME23n+transaction%29

Regards,

Selva K.