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 or FM to populate FICA cash journal

Former Member
0 Kudos

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

AmlanBanerjee
Active Contributor

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

monis_shakeel
Active Participant
0 Kudos

Hi Dhanbalan,

You may try BAPI_CASHJOURNALDOC_CREATE.

Regards,

Monis Shakeel

AmlanBanerjee
Active Contributor

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

0 Kudos

Thanks Amlan for your inputs.

william_eastman
Advisor
Advisor
0 Kudos

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

0 Kudos

Thanks Willam for your inputs.