Generic Delta Function Module Using...
Generic Delta Function Module Using...
look at :
[http://www.sdn.sap.com/irj/scn/index?rid=/library/
uuid/30aefb04-7043-2c10-8e92-941536eebc79&overridelayout=true]
[Part 2|/people/arun.varadarajan/blog/2009/07/09/generic-data-extraction-in-sap-bw-decoded--part-2]
[Function Module Source Code;
[Search SDN|http://forums.sdn.sap.com/search.jspa?threadID=&q=functionmoduledelta
+extraction&objID=c4&dateRange=all&numResults=15&rankBy=10001]
Edited by: Andrey Ryazanov on Mar 26, 2010 3:42 PM
more link added
You can get a function module delta extractor to work with a function modeled after RSAX_BIW_GET_DATA
which contains the i_updmode.
1. It seems that datasource needs to be transactional.
2. Create your datasource in RSO2. Make sure you click the button for generic delta. Don't need to enter
anything in there if you don't need it in your function module.
3. After the datasource has been created, run a program with the following update statement:
UPDATE roosource
SET delta = 'E'
exmethod = 'F1'
WHERE oltpsource = 'name_of_your_datasource'.
4. Then go into your function module and rename the table parameter "e_t_data" to "e_t_" and then the name
of your extractor structure as entered in the datasource definition.
5. Go into RSA5 and reactivate your datasource.