2010 Oct 11 8:20 AM
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
2010 Oct 25 4:46 PM
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
2010 Oct 11 12:19 PM
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
2010 Oct 11 12:46 PM
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
2010 Oct 11 6:35 PM
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]
2010 Oct 25 4:46 PM
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
2010 Oct 26 7:17 AM