Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in date format while submitting report

akshayd1998
Participant
0 Likes
885
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

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
750

SO_BUDAT or PA_STIDA ?

If the issue is not about PA_STIDA, then how did you define SO_BUDAT ?