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

Function module for automatic creation of BPs,CAs,Billing documents

Former Member
0 Likes
902

Dear all,

I want to develop a FM which creates the Business partners ,Contract Accounts,Contracts and Billing Documents automatically when data comes from the legacy system .Can anyone please give there inputs how to do this and proceed

Susmita

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
731

Dear Susmita,

First you should set the connection between your legacy and IS-U system. This can be done via webservices or RFC, etc. After that you can use ISU_S_PARTNER_CREATE to create the business partner, ISU_S_ACCOUNT_CREATE to create contract account and ISU_S_CONTRACT_CREATE to create the contract.

I am not sure but, for the billing documents you may use the migration object for billing documents (BILLDOC).

Hope, it helps.

Regards,

Eren

View solution in original post

5 REPLIES 5
Read only

Former Member
0 Likes
731

Hi Susmita,

You can create a BADI for this requirment. as we are also using BADI for the same type of requirment

Regards,

Khurram Siddique

Read only

Former Member
0 Likes
731

Hi,

I would like to recommend "Master Data Templates" feature available in SAP IS-U. Please refer to link http://help.sap.com/saphelp_rc10/helpdata/en/9d/a35085b8ac0f4e9da5d169a003e2d4/frameset.htm

Regards

Avinash

Read only

Former Member
0 Likes
731

I would also strongly recommend use of Master data Templates MDT.

You can see step-by-step tutorial with lots of screenshots [here|http://www.sap-isu.net/profiles/blogs/isu-master-data-templates-1]

Read only

Former Member
0 Likes
732

Dear Susmita,

First you should set the connection between your legacy and IS-U system. This can be done via webservices or RFC, etc. After that you can use ISU_S_PARTNER_CREATE to create the business partner, ISU_S_ACCOUNT_CREATE to create contract account and ISU_S_CONTRACT_CREATE to create the contract.

I am not sure but, for the billing documents you may use the migration object for billing documents (BILLDOC).

Hope, it helps.

Regards,

Eren

Read only

Former Member
0 Likes
731

ok