cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BI tables / FM's to get datasource details of source system in BW system

Former Member
0 Kudos

Hi All,

Is it possible to trace the Datasource details of source system in BW system. For example if there a ECC Datasource 0FI_XX_XX, then is it possible to find below details in BW using some RFC FM's ot tables

1) If there is any enhancements for the Datasource

2)What is the name of extract sturcture and name of the enhancement.

3) Is it possible to get code written for that Datasource enhancement

Please let me know.

Thank You.

CPG

Accepted Solutions (0)

Answers (1)

Answers (1)

RamanKorrapati
Active Contributor
0 Kudos

Hi,

Might be possible by using RFC. But you may face issues.

Because enhancement code is based on ecc fields. those won't be compatible at bw side.

Actually why you need to ecc details at bw side?

All below points need to check source system side.

1. You can check at CMOD, by using standard exits. or

at SE38. ZXRSAU01/02/03 depend on data source type you can use program and search for your data source you may know the code if your data source was enhanced by using cmod.

2.Data source extract structure name you can get from source system, RSA6, double click on your data source, open next screen you may see it. There is no specific name for enhancement. but all enhancement components under  RSAP0001.

3. Yes, you can check program ZXRSAU01 - transaction data source, once you open thi program, you can search for your data source, you may see the relevant code for your data source enhancement.

As my guess your data source is transaction data source.

Thanks