How to Find DTPs and Source Systems in Process Chains (SAP BW)

Aus MattWiki
Version vom 10. September 2023, 14:59 Uhr von Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article describes how to find in which process chains certain DTPs and / or source systems are used in SAP BW on HANA or BW/4HANA. The following example…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

This article describes how to find in which process chains certain DTPs and / or source systems are used in SAP BW on HANA or BW/4HANA.

The following example describes how to find process chains loading from the example source system EXSRCSYS into a specific target namespace ZDOM:

Procedure

Step 1

DTPs contain the source system name in the description. Also their SAP BW system table contains a target field, for when i.e. the target namespace or target InfoProvider is known.

T-Code SE16 → Table RSBKDTP

Selection:

Field Sign Operator Low High
OBJVERS I EQ A
SCR I CP *EXSRCSYS*
TGT I CP ZDOM*

Result is a list of DTPs matching the search criteria.

Step 2

Next step is to find out in which process chains the DTPs from step 1 are built in.

Open new T-Code SE16 → Table RSPCCHAIN

Use DTPs from step before as Variant filters:

Selection:

Field Sign Operator Low High
OBJVERS I EQ A
VARIANTE I IN list of DTPs from step 1