Hello
My old query was
Select single vbeln
From vbrk INTO lv_vbeln
Where vbeln = p_vbeln.
Now I need to modify this query as
I should need to give facility for user as he can fetch invoice for particular date to particular date.... for ex ... on Selection he can give date from 2019 to till today ...so that he can able to fetch all invoices created between 2019 to till today.
How to modify statement?
Help me on this.