cancel
Showing results for 
Search instead for 
Did you mean: 

Upload legacy contract into SRM and CCM

Former Member
0 Kudos

Hi,

SRM Version 5.0, CCM 2.0, Extended Classic Scenario

I need to upload the contracts from the legacy system to SRM as GOA.

I want to see the GOA in CCM catalog as well.

How do I do it ?

I beleieve that once the contract has been loaded as GOA in SRM, it will be distributed to R/3.

With regards,

Pranav

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello, you can use function BBP_PD_CTR_CREATE to create contracts.

In order to create a correct document you will have to prepare the structure of the document before you call the function.

You will have to prepare an header and define a guid for it, this guid has to be used in the 'parent' field of the items, you will also have to generate a guid for the items and use it when creating the accounting lines, the partner functions lines and the organizational structure informations. For example

header-guid = 1.

item-parent = 1.

item-guid = 2.

accounting-guid = 3.

accounting-p_guid = item-guid.

partner-partner_guid = 4.

partner-p_guid = item-guid.

organization-guid = 5.

organization-p_guid = item-guid.

After you have called this function and it returns no error messages you have to call BBP_PD_CTR_SAVE in order to save the newly created document.

Regards, Luciano.

Former Member
0 Kudos

Hi Luciano,

Your solution helped me alot to post contracts in SRM. But here i am facing a challange that is when post data using FM " BBP_PD_CTR_CREATE" it is visible in SRM server when i checked using tcode BBP_PD.

But the same thing is not visible when i checked using Portal link. Please suggest how to go about.

Thanks in advance.

Former Member
0 Kudos

Solved.

Former Member
0 Kudos

Hi,

Can someone please help me

Sure points will be given

With regards,

Pranav