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: 

Using BADI for changing the Profit Center in FI Document during MIRO

Former Member
0 Kudos

Hi,

We have an requirement of changing the profit center in FI/CO Document while doing MIRO which is different than the one which is posted at the time MIGO.The system is not allowing us to do this and the field profit center during MIRO is not changeble mode and the business requirement is to change this through any SAP enhancements or program.

How can I do this ?

Is there is any standard BADI or User Exit is available for this.

Pleease help me in this and will give valuable points.

1 ACCEPTED SOLUTION

saranwin
Contributor
0 Kudos

Hey,

Use the BADI INVOICE_UPDATE and try with this. Otherwise you try to create Enhancement point to implement your code.

Note: Inside BADI we can't change the runtime value. So, try to use enhancement point.

Rewert back for any clarification.

Regards,

Saravanan M

3 REPLIES 3

saranwin
Contributor
0 Kudos

Hey,

Use the BADI INVOICE_UPDATE and try with this. Otherwise you try to create Enhancement point to implement your code.

Note: Inside BADI we can't change the runtime value. So, try to use enhancement point.

Rewert back for any clarification.

Regards,

Saravanan M

Former Member
0 Kudos

Hi Saravanan,

I will try this and get back to you whenever needed.

Former Member
0 Kudos

Thanks.