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: 
Read only

Periodic account statement of Business Partner

former_member316563
Participant
0 Likes
2,807

Hi Experts,

Is there any standard function in FI-CA by which we can draw periodic statement of Business partner.

By statement I mean similar to bank statements which will have the following information

  1. opening balance
  2. transactions of the requested period
  3. closing balance.

I have just made a customized report to cater the requirement but since account statement is very common request that comes from customers in utility industry I was wondering if anyone is aware of any standard functionality.

Thanks & Regards

Satyajeet

1 ACCEPTED SOLUTION
Read only

AmlanBanerjee
Active Contributor
0 Likes
1,835

Hi,

If you are looking to generate the account statement for BP's on a case to case basis, then you can do that through account balance display screen (FPL9).

Please refer to the following screenshot

 

You can go to the Generate Account Info from Environment.

In here, the correspondence type 0013 is used.

So you have to develop a new form as per your business requirement or you can use the standard form class IS_U_CA_ACCTINFO for your requirement.

Hope it helps...

Thanks,

Amlan

View solution in original post

5 REPLIES 5
Read only

TammyPowlas
SAP Mentor
SAP Mentor
0 Likes
1,835

I don't think there is anything out of the box; we did a similar customization on our own recently.

Read only

william_eastman
Product and Topic Expert
Product and Topic Expert
0 Likes
1,835

This is standard correspondence.  Type 0002 is provided for contract account statement processing, type 0029 is provided for BP statements.

You have to assign that type to the accounts.

You create the correspondence via FPCC0002 (ca) or FPCC0029 (bp)

You configure the type in FICA under basic functions > correspondence.

Read only

0 Likes
1,835

This message was moderated.

Read only

AmlanBanerjee
Active Contributor
0 Likes
1,836

Hi,

If you are looking to generate the account statement for BP's on a case to case basis, then you can do that through account balance display screen (FPL9).

Please refer to the following screenshot

 

You can go to the Generate Account Info from Environment.

In here, the correspondence type 0013 is used.

So you have to develop a new form as per your business requirement or you can use the standard form class IS_U_CA_ACCTINFO for your requirement.

Hope it helps...

Thanks,

Amlan

Read only

0 Likes
1,835

Absolutely Brilliant Amlan !!

I used form IS_U_CA_ACCTINFO_SF and I got the output in SP01.

Thanks a lot.