I'm totally new to CRM.
I'm facing the following scenario.
I get one message from an external system, and based on this I have to create the following object in CRM7:
- Business partner
- Business agreement
- Contract
When looking on the forum, i found this in an old post (2003)
1) BAPI_BUPA_CREATE_FROM_DATA --> return partner number;
2) BAPI_BUPA_ROLE_ADD (role = 'CRM001');
3) BAPI_BUPA_FRG0040_CREATE (IS_CUSTOMER = 'X')
4) BAPI_BUPA_FRG0130_CREATE (I have fill the structure field). The Business Agreement.
5) BAPI_TRANSACTION_COMMIT.
Can you confirm me if in CRM 7 I can continue to do it the same way ? Does SAP provides some new tools to handle this process?
Thanks a lot !

