Hi !
I changed the 0FI_GL_4 Data Source, adding 0GL_ACCOUNT as an option to filter in BW infopackage.
I ran successfully the code below:
Update ROOSFIELD set SELECTION = 'X' where
OLTPSOURCE = '0FI_GL_4' and
FIELD = '0GL_ACCOUNT'
1- Atfer replicating this datasource in BW side, I could see 0GL_ACCOUNT in my infopackage.
2- I ran an infopackage using for example 0GL_ACCOUNT = 0031100000.
3- After finishing successfully the load, it brings to me all account instead of only 0031100000.
Do I need to change another flag in R/3 or BW side ?
Thanks in advance.