cancel
Showing results for 
Search instead for 
Did you mean: 

Contract Transfer to MDM-Catalog

Former Member
0 Kudos

Hello@all,

I want to implement the Scenario of SAP SRM-MDM-Catalog 3.0 in Process Integration.

The Scenario is Okay when i transfer the Product Data. But my Problem i can´t Transfer the Contract Data from SRM to MDM-Catalog.

I don´t have a big experience with SRM 7.0 So i beg you for Help.

I have adjust the BAdi BBP_SAPXML1_OUT_BADI so that the CTR Transfer will be shown in SXMB_Moni but i see nothing.

I need you help PLZZ

Thanks

Best Regards

Abdel

Accepted Solutions (1)

Accepted Solutions (1)

Tamas_SAP
Employee
Employee
0 Kudos

Hi Abdel,

you can transfer the contracts with the Report SRMMDM_CTR_TRANSFER.

At the moment the report supports only the contract type PCTR. If you are using a different document type, please copy the report and modify accordingly.

Our development is working on a solution, that in the future also contracts with different docutype can be transfered.

Regards,

Tamás

SAP

former_member183819
Active Contributor
0 Kudos

Adding to tamas orban

Note 1422088 - Corrections in Report SRMMDM_CTR_TRANSFER

During the transfer of purchasing contract data to MDM catalog with the help of report SRMMDM_CTR_TRANSFER, only process type PCTR was allowed.

Other terms

PCTR, process type, subtype

Reason and Prerequisites

Only purchase contracts should be transfered to MDM catalog.

So the standard process type was hard-coded.

Solution

Implement the attached corrections.

Former Member
0 Kudos

Hello,

Thank you for your response. I did the Modification in the SAP Notes, and i executed the reports, but the problem is the same. If you have some other suggestions please let me know.

Thanks

Abdel

former_member183819
Active Contributor
0 Kudos

Please see note correction version 2.0 on 29.12.2009

br

Muthu

Former Member
0 Kudos

Hello,

I implemeted the Note just now but without result. Thank you. If you have some other suggestions let me know .

Best Regards

Abdel

former_member183819
Active Contributor
0 Kudos

Hi

Note 976518 - SRM MDM Catalog enhancement: BAdI Implementation

Please update here what is the docuement type /transaction type of your contract which you are tryng to transfer from SRM system to MDM ?

from which system you are trying to transfer ?. step by step. plz see the below code . i believe tamas was telling the same.

time dependency

i_valid_from = sdate-low "val_from

i_valid_until = sdate-high "val_to

  • including closed

i_with_closed = inc_clsd

  • process type: only purchase contracts

i_process_type = 'PCTR'

TABLES

  • INPUT: selection for business partners (vendors/suppliers)

i_partners = lt_partners

i_range_object_id = selobjid

  • OUTPUT

e_pdlist = lt_pdlist_tmp

e_messages = lt_messages.

  • collect all contracts

LOOP AT lt_pdlist_tmp INTO ls_pd.

APPEND ls_pd TO lt_pdlist.

ENDLOOP.

ENDLOOP.

ELSE.

  • request for no specific business partner

CALL FUNCTION 'BBP_PD_CTR_GETLIST'

EXPORTING

  • time dependency

i_valid_from = sdate-low "val_from

i_valid_until = sdate-high "val_to

  • including closed

i_with_closed = inc_clsd

    • process type: only purchase contracts*

i_process_type = 'PCTR'

TABLES

  • INPUT: selection for business partners (vendors/suppliers)

i_partners = lt_partners "deactivated because of the aboove reason

i_range_object_id = selobjid

  • OUTPUT

e_pdlist = lt_pdlist

e_messages = lt_messages.

ENDIF.

DESCRIBE TABLE lt_pdlist LINES lv_num_ctr.

SORT lt_pdlist BY object_id.

br

Muthu

Former Member
0 Kudos

Hello,

Thank you for your reply.

My scenario is to transfer Contract data from SRM 7.0 to MDM-Katalog (FTP-Server-XML import) Via PI. But not only the Contracts, i have done the scenario to transfer the Product data. It works very good.

Before i began i implemented all the Prerequisites for those scenarios for exemple "Notes, BadI Implementation....".

I have only the Problem by executing the Report SRMMDM_CTR_TRANSFER. I see that all the Contract-Data was transfered, but in the SXMB_MONI for the Intagration Server i don´t see that the ES hat has been triggerd.

In condition in the Product data every thing is OK.

Thank you for Helping me.

Many Regards

former_member183819
Active Contributor
0 Kudos

Hi

Check with functional consultant What type of contract you are trying to transfering from SRM to MDM ?

for EG

CCTR

GCTR

PCTR

They are called Transaction type of Contract .

br

Muthu

Former Member
0 Kudos

the type is PCTR.

Thanks

Best Regards

former_member183819
Active Contributor
0 Kudos

Hi As per standand

When you run the report SRMMDM_CTR_TRANSFER (transaction SRMMDM_CTR_TRANSFER) in SAP SRM, contracts are sent from the SAP SRM system to the SRM-MDM Catalog repository.

KIndly create OSS message and update the results to us.

BR

Muthu

former_member183819
Active Contributor
0 Kudos

te 1296876 - SRM-MDM Catalog - Enhancing Contract Data Transfer from SRM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi all,

i have the same problem. i can't see in the SXMB_MONI of the PI system any message neither in the SRM system.

and when i try to test the scenario in the workbench monitoring i have this message error : Couldn't retrieve outbound binding for the given P/S/A values. i activated several time the receiver agreement but still have the same error.

and also i wanted to debug the Badi Implementation but when i perform the "SRMMDM_CTR_TRANSFER " program it doesn't perform the badi Code . is there any thing in particular to do so ?

so please can you help me to resolve the communication problem ?.

regards

Former Member
0 Kudos

Hi All,

Did anybody got solution for this ?

I am also facing same issue in SRM 7.01, we have configured PI system and also when we run report "SRMMDM_CTR_TRANSFER", we are not getting any message in SXMB_MONI also I am not able to get catalog indicater "Transferred to Catalog" both in SRM Contract header level and item level. Even, we are not getting anything in SXMB_MONI when we run report for Product data transfer. We have SUS system in place and we are able to send PO data to SUS via PI.

Kindly help here.

Best Regards,

Kunal Sanghavi

Former Member
0 Kudos

Hi Abdel,

Have you selected the catalog indicater "Transferred to Catalog" both in SRM Contract header level and item level?

Former Member
0 Kudos

Hello,

Thank you for your Answer.

Yes I did it.

Regards