cancel
Showing results for 
Search instead for 
Did you mean: 

No data sources shown in SPM

Former Member
0 Kudos

We have set up our data sources in BW and verified that they work (running the InfoPackage from RSA1 will put data in PSA). We have also added entries to the table OPM_SOURCES. As an example of our entries, one row in this table is referenced below:

SOURCE_ID = “C05_001##Z_SADSZERPBUDGETS”

SOURCE_NAME = “BUDGET_DS”

UPLOAD_TYPE = “BUDGET”

SOURCE_TYPE = "DS"

This is consistent with the instructions in the Extractor Starter Kit:

SOURCE_ID = <Source System>##<DataSource>

SOURCE_NAME = a technical name for the source system

UPLOAD_TYPE = the upload type that this DataSource updat

es

SOURCE_TYPE = "DS" (DataSource)

We are then creating a Source System on the SPM side, with the following settings :

System name: C05_001

Master Data System: C05_001

System ID: D1

Set as active: Yes

We are expecting our data sources to appear under the “Data Received” tab in the Data Management / Data Management Tasks / Work With Active Projects workspace. However, no data shows up. Looking at the HTTP traffic, 5 distinct calls are being made to the web service OPM_DM_X_API when opening this workspace, and we are getting actual payload back. How do we proceed with debugging / troubleshooting this issue?

We are running SPM 3.0 SP5.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member257798
Active Participant
0 Kudos

SAP Note 1974874 - Cannot see data sources in SPM Data Management pane

has been updated.

Former Member
0 Kudos

We found the answer to this issue: You need to define import / export directories and not leave these fields blank. Doing so will cause a premature return in the ABAP code, and the data sources will not show up.

FYI,

//Ulf