I want to do a generic extraction, but I dont want to do it in R/3. I want to extract the data from BW itself. I have an info object company, with attributes timestamp and want load the info object using generic datasource. The value for attribute need to be retrieved from the table RSMONICDP through the functiom module. How can I do this?
I tried creating a function module (SE37), an extraction structure(SE11) and a generic datasource(RSO2) in BW itself. Then in RSA1, I replicated the datasource, but I was not able to see the data source that I created. Is it not possible to do the extraction from BW itself.
Thanks in advance
RR