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: 

Creation of Security Deposits through a function module

Former Member
0 Kudos

Hi Expert,

I will be getting data from Oracle CRM to create Business Partner and Contract account. And also to create security deposit request (cash or non cash) against each contract account.

I will be using BAPI_BusinessPartner_CA_CreateFromData to create Business Partner and BAPI_CtrAcContractAccount_Create to create contract account. Could you please suggest whether my approach is right?

If this approach is right, Could you please suggest me how to create security deposit request programmatically for each contract account thus created? (through BAPI or any Events)

Thanks in advance.

Regards,

Rupam

2 REPLIES 2

former_member213733
Active Contributor
0 Kudos

Hi ,

For security deposits you can use the BAPI - BAPI_CTRASECURITY_CREATE .

In case of Creation of business partner and contract account you can check the following BAPI's specifically for IS-U .

BAPI_ISUPARTNER_CREATEFROMDATA - for Business partner .

BAPI_ISUACCOUNT_CREATEFROMDATA - for contract account .

Hope this helps .

Regards ,

Dewang T.

Former Member
0 Kudos

Thanks