cancel
Showing results for 
Search instead for 
Did you mean: 

2 Separate DB

Former Member
0 Kudos

Hi experts

am facing a issue with CR

my vendor has implemented SAP (Standard) and Add on as 2 separate DB

lets assume 1 as Standard and 2 as Add on

my issue is with Crystal report

am not an expert in SQL query, so i use to drag and link table directly from Crystal reports

when i create a CR based on Add on Database and try to link or upload in Sap Standard system, its not functioning

pls suggest me how to solve the issue

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member418241
Active Participant
0 Kudos

Hi,  you should link with database name  like an example below.

if you are trying to join two tables one from each database  follow the naming convention.

<DatabaseName1>.<TableName>.<FieldName>  inner join <DatabaseName2>.<TableName>.<FieldName>