2022 Nov 09 8:48 PM
Hi,
I am using submit statement like below.
submit RFITEMAR WITH SELECTION-TABLE it_selection EXPORTING LIST TO MEMORY and return.
It is working fine for Customer and Company code but I am not able to pass Dynamic selection ( KTOKD ) in it_selection table.( Its field is showing as %%DYN003-LOW, whereas for Customer it is showing as DD_KUNNR-LOW).
How to pass dynamic selection in Submit ?
Thanks
Aamir