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.
Hello Prem,
My mistake. it should be CPUDT. (Date of entry).in the the above code it should be CPUDT insted of CPUTM and the selection i am using is
select * MKPF where
CPUDT in l_r_CPUDT AND
AEDAT in l_r_AEDAT endif.
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.