Hello everybody,
i´m trying to make a submit to FBL5N (Report RFITEMAR). I only need to fill the fields 'Customer account' and 'Company code' that match (i think) with the fields named pa_wlkun and pa_wlbuk.
The problem is that the transaction does´t get the parameters in right conditions.
This is my code.
SUBMIT rfitemar USING SELECTION-SCREEN '1000'
WITH pa_wlkun = t_datos-kunnr
WITH pa_wlbuk = t_datos-bukrs
WITH x_opsel = 'X'
WITH pa_stida = p_fecha
WITH x_norm = 'X' AND RETURN.
Are pa_wlkun and pa_wlbuk the fields that i need?
Thanks!