Hi All,
I am working on FI extractor & I have questions on the dimmed field in data source defintion. I have gone through various post mentioned in the forum which state about writing a ABAP code which will update the ROOSFIELD.
I have done that & was able to enable the field also after activating the datasource. I can see new selection criteria in RSA3 also but when I am going to give some selection condition to newly added field it is not reflecting while extracting data. Datasource is extracting data as before. There is no effect of new parameter value.
I have tried after setting selection values in RSA3 as well as in InfoPacakge but all in vain.
1. I would like to ask, is that program (given at the end of post) only update ROOSFIELD.
2. If I would like to have new slection parameter (so that I can put some values in RSA3 & in IP to restrict my data extraction) in my datasource than how would I achieve (given that field was dimmed in delivered version).
Regards,
Himanshu
UPDATE roosfield SET selection = 'X'
WHERE oltpsource = '0FI_GL_4' AND
FIELD = 'STATUSPS' .
Existing post URL : extract-structure-enhancement----missing-field