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: 

Picking up default value 140000 for Recon account in FD02

Former Member
0 Kudos

Hello Experts,

I am an Abaper posting this query because FICO consultant is facing an issue on FD02 with Recon account

To the company code CAP1 there are 2 Recon account configured 1) 20000 2) 50000.

Now when we change the customer on FD02 or XD02 it displays a default value on Recon account field ie 140000.

The reason why i have posted this query is because the FICO consultant says that it an issue with Abap

and I dont think so could you please give me some insight on the same.

What I think is this could be because some customization problem.

Regards,

Ranjith N

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

Check whether any exit or badi is implemented for the

same in debugging mode for that transaction.

7 REPLIES 7

GauthamV
Active Contributor
0 Kudos

Check whether any exit or badi is implemented for the

same in debugging mode for that transaction.

Former Member
0 Kudos

Check if any badi or user exit implemented to default the value.

Former Member
0 Kudos

Hi,

Thanks for your valuable feedback sir.

Please let me know how would I checl for implemented exits or badi for a transaction.

Regards,

Ranjith N

0 Kudos

1. Execute your transaction and type /h and check in debug mode or

2. find exits and badi for that transaction and check where used list

of them using SE15 transaction.

Former Member
0 Kudos

hi,

I did as you said.

Yes a badi was implemented in which the recon account was set default..

i changed it..

is ter any way to deactivate a badi as we do it for user exits.

Regards,

Ranjith N

0 Kudos

Yes, you can deactivate using SE19 transaction.

Former Member
0 Kudos

yes we can.

thank you very sir.

Regards,

Ranjith N