SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_ACCOUNT_GETBALANCES

govind_parmar
Participant
0 Kudos
314

Hi,

I am having a requirement that I need to add two fields in importing paramters to BAPI_ACCOUNT_GETBALANCES and based on this input paramters I should get the open balance. these custom fields are added into DFKKOP table.

Can you please recommend me on how to add the feilds? is it require an BADI in that BAPI..

Thanks,

Govind.

1 ACCEPTED SOLUTION

william_eastman
Product and Topic Expert
Product and Topic Expert
0 Kudos
205

Govind:

You cannot change the parameters of a standard function. For your requirement, you would need to copy the existing bapi and make your own logic there.

regards,

bill.

View solution in original post

3 REPLIES 3

william_eastman
Product and Topic Expert
Product and Topic Expert
0 Kudos
206

Govind:

You cannot change the parameters of a standard function. For your requirement, you would need to copy the existing bapi and make your own logic there.

regards,

bill.

govind_parmar
Participant
0 Kudos
205

Solved myself..needs customization of BAPI

0 Kudos
205

hi Govind... Can you show me that customized BAPI?