cancel
Showing results for 
Search instead for 
Did you mean: 

RDA Data Sources

Former Member
0 Kudos

Hi All,

Is there list of datasources that are capable of Real Time Data Aqcuisition? This would be good as I wont have to click on each data source and goto the extraction tab to figure out.

Cheers

Anand

Accepted Solutions (0)

Answers (1)

Answers (1)

mr_v
Active Contributor
0 Kudos

In R3/ECC... SE16 ... table ROOSOURCE ... enter X for 'REALTIME' field ... F8

This displays all RDA capable datasources

Former Member
0 Kudos

Thanks V. I did that but all the data sources have a blank value. Any specific plug in / support pack level in ECC for this? We are on ECC PI_BASIS 2005_1_700.

Cheers

Anand

mr_v
Active Contributor
0 Kudos

Not sure about specific plug in / support pack level.

With the following code, U can enable RDA functionality for standard datasource

goto se38 in ECC, and cerate an executable program with the following code

************************************************************************

Tables : ROOSOURCE.

UPDATE ROOSOURCE set REALTIME = 'X'

WHERE OLPTSOURCE = "datasource name" and OBJVERS = 'A'.

***************************************************************

Following link shows settings that should be define for RDA while creating custom datasource (in RSO2)

Former Member
0 Kudos

That is interesting. I always thought that the RTDA capability was determined by SAP for specific Data Sources. Thanks. I will try this and let you know.

Cheers

Anand