on ‎2020 Aug 16 5:40 PM
I am trying to create a function module-based delta data source.
ranges: l_r_CPUTM forMKPF- CPUTM,
l_r_ AEDAT forMKPF- AEDAT.
LOOP AT s_s_if-t_select INTO l_s_select.
CASE l_s_select-fieldnm.
WHEN ‘CPUTM’.
ls_ CPUTM -sign= ‘I’
ls_ CPUTM -option= ‘EQ’.
APPEND l_r_ CPUTM.
WHEN ‘AEDAT’.
ls_ AEDAT -sign= ‘I’
ls_ AEDAT -option= ‘EQ’.
APPEND l_r__ AEDAT.
ENDCASE.
ENDLOOP.
Is there anything wrong as the changed records are not pulled up?
Request clarification before answering.
No Prem, that above code is also not working. Changed records are not being captured .
I got few questions ?
1.How you are popluating ZDATE.? it will always have blank data
2.are you setting ZDATE as delta field in generic delta option in RSO2 along with the code?
3. any changes in includes of that function module ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.