cancel
Showing results for 
Search instead for 
Did you mean: 

"Backend systems with Release 701 are not supported " - ECC 6.0 to SRM 5.0

Former Member
0 Kudos

Hi ,

I have 2 doubts .

1. We are getting Error "Backend systems with Release 701 are not supported " while replicating vendors from ECC 6.0 backend system to SRM 5.0 system.

There are some notes on simillar topic but are not for SRM 5.0 ,suggested on SDN. an anyone please suggest what need to be done for the same.

2. Can we replicate Vendor Master Data with Contact Person from SRM to ECC system ? if yes, How ?

Regards

Narendra

Accepted Solutions (1)

Accepted Solutions (1)

former_member183819
Active Contributor
0 Kudos

answer 1:-

Note 1372175 - BBP_VENDOR_GET_DATA_JOB "Back-End Systems Not Supported"

On recent upgrade of the ECC back-end system to release '701' the program BBP_VENDOR_GET_DATA_JOB is getting errored out. If you are using SRM 5.0 , SRM_SERVER 550 with ECC backend Release 701 you encounter the above reported problem

Other terms

Vendor Replication Job, Release 701, Backend not supported, BBP_VENDOR_GET_DATA_JOB

Reason and Prerequisites

The program does not consider the release 701

remote_release EQ '700' OR remote_release EQ '701'.

OR

bbp_vendor_get_data - DEBUG what ois the remote_release 700 or 701?

Muhtu

Former Member
0 Kudos

Thanks Muthu ,

My problem resolved after applying the Note

1313972 BBPGETVD: Backend system latest release not supported

1349825 BBP_UPDATE_BACKEND_LINK:Backend system release not supported

Regards

NAP

former_member183819
Active Contributor
0 Kudos

yes.

Insert Block

REMOTE_RELEASE EQ '700' OR REMOTE_RELEASE EQ '701' OR

REMOTE_RELEASE EQ '702'.

you are correct . basically the code was inserted in all above three notes.

Muthu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Narender

Create a Copy of this program in SRM and try to handle the release issue if SAP does not help you there.......That is definitely possible.....

Regards,

Virender Singh

Former Member
0 Kudos

Thanks Viren /Muthu,

SAP suggested below not to apply..

1313972 BBPGETVD: Backend system latest release not supported

1349825 BBP_UPDATE_BACKEND_LINK:Backend system release not supported

lets see....

It will be very appricated ,if you can please suggest me on Q2 .

Regards

NAP