‎2021 Sep 27 6:51 PM
wa_budat-low = '20210401'.
wa_budat-sign = 'I'.
wa_budat-option = 'BT'.
wa_budat-high = sy-datum.
APPEND wa_budat TO z_budat.
CLEAR wa_budat.
SUBMIT fagl_account_items_gl WITH sd_saknr IN z_wlsak
WITH so_wlbuk-low = '1000'
WITH x_opsel = ' '
WITH pa_stida = '08.09.2021'
WITH x_aisel = 'X'
WITH so_budat in z_budat
AND RETURN.
Please help im getting error in so_budat while executing Background.
ERROR:
Enter date in the format __.__.____
Message no. 00065
‎2021 Sep 27 7:53 PM
SO_BUDAT or PA_STIDA ?
If the issue is not about PA_STIDA, then how did you define SO_BUDAT ?