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

BAPI or FM to populate FICA cash journal

Former Member
0 Kudos
1,382

Hello,

I am looking for a BAPI or standard FM which can populate FICA cash journal entries for payments. The scenario is, payments will be initiated from third party portal and postings to contract account should happen real-time through cash journal. Please suggest.

Regards,

Sathyadeep

1 ACCEPTED SOLUTION
Read only

AmlanBanerjee
Active Contributor
829

Hi Sathyadeep,

Can you check the FM,FKK_CD_PAYMENT_CREATE.

The function module enables you to clear open items directly, or to post payments on account and not execute a clearing. According to the cash desk function or cash journal function, the system supports the following payment methods:

  • Cash payments
  • Credit card payments
  • Check payments
  • Postal order
  • Outgoing cash payments
  • Outgoing check payments

Based on the Customizing settings for the cash desk or the cash journal, the function module recognizes whether the cash journal is active or not. If the cash journal is active, the system automatically performs the following functions:

  • Creation of a payment lot
  • Update of the transaction data for the cash journal

Check SAP Note1296356 for more information on this FM.

Hope it helps...

Thanks,

Amlan

View solution in original post

5 REPLIES 5
Read only

monis_shakeel
Active Participant
0 Kudos
829

Hi Dhanbalan,

You may try BAPI_CASHJOURNALDOC_CREATE.

Regards,

Monis Shakeel

Read only

AmlanBanerjee
Active Contributor
830

Hi Sathyadeep,

Can you check the FM,FKK_CD_PAYMENT_CREATE.

The function module enables you to clear open items directly, or to post payments on account and not execute a clearing. According to the cash desk function or cash journal function, the system supports the following payment methods:

  • Cash payments
  • Credit card payments
  • Check payments
  • Postal order
  • Outgoing cash payments
  • Outgoing check payments

Based on the Customizing settings for the cash desk or the cash journal, the function module recognizes whether the cash journal is active or not. If the cash journal is active, the system automatically performs the following functions:

  • Creation of a payment lot
  • Update of the transaction data for the cash journal

Check SAP Note1296356 for more information on this FM.

Hope it helps...

Thanks,

Amlan

Read only

0 Kudos
829

Thanks Amlan for your inputs.

Read only

william_eastman
Product and Topic Expert
Product and Topic Expert
0 Kudos
829

That is the use case for external cash desk processing in FICA.  Look at that.

Read only

0 Kudos
829

Thanks Willam for your inputs.