cancel
Showing results for 
Search instead for 
Did you mean: 

BADI Implementaion in SRM

Former Member
0 Kudos

Hi Experts,

I am new to SRM, I have to implement BBP_CUF_BADI for adding custom fields in the Contract and Purchase order.

Could you please tell me the tcode to see the Contract/Purchase order screen where I have to add Custome fields??

this badi is going to implement in SRM only, am I right ?

any body can tell me how to start the things and see the effect of the implementation of BADI in my case???

looking forward for your response..

Reg,

Rajesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please refer notes 672960 & 676016 for adding customer fields. We have implemented this BADI and never faced any problems, but please make sure that BADI implementation is not performance intensive.

Regards, Kathirvel

Former Member
0 Kudos

Thanks for ur response....

I am facing initial problem...can you tell the SRM tcode where I can see the effect of the changes..

there is no problem of BADI implementation.

Reg,

Rajesh.

Former Member
0 Kudos

Hi Rajesh,

Go to transaction SICF.

Enter the value for Service Name:

BBP_CTR_MAIN for Contracts.

Press F8.

Drill down to see the service bbp_ctr_main and then right click on it and choose test service. A web page will open where the contract screen will appear. Here you can check the custom fields that you added.

Hope this helps.

Thanks,

Pradeep

Former Member
0 Kudos

Hi Kathirvel,

I am trying to enhance contract and PO screen by creating structure Ci_bbp_hdr_ctr and Ci_bbp_hdr_po

Is there any other way to do the same??

Now I am able to display the required fields on the screen.

I want to change the position of the fields, how to achieve that??

and How to display drop down fields??

Reg,

Rajesh.