cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to determine the back-end system of the SRM System?

Former Member
0 Kudos

Subject....

Is there a table in SRM that pairs up the current SRM system and the back-end system?

I needed to get the correct back-end system.

Accepted Solutions (0)

Answers (4)

Answers (4)

ricardo_cavedini
Employee
Employee
0 Kudos

Hello,

This information is stored in table BBP_BACKEND_DEST.

Regards,

Ricardo

former_member778253
Active Participant
0 Kudos

Hi

To determine the back-end system of the SRM system; use the function module in SRM:

"BBP_GET_BACKEND_SYSTEMS"

Concatenate SY-SYSID SY-MANDT into L_SYSID (L_SYSID is nothing but a variable which holds SRM system ID & CLIENT)

Pass L_SYSID to the "TABLE" parameter (ET_LOGICAL_SYSTEMS)

Hope it help you.

Thanks

Siva

Former Member
0 Kudos

THE BUSINESS ADD-IN BBP_DETERMINE_LOGSYS CAN BE USED TO DERETMINE THE LOGICAL SYSTEM

Former Member
0 Kudos

Or how can I issue an error message when the back-end system is not available? when calling RFC.