Skip to Content
0
Jan 02, 2023 at 10:12 AM

Select query

228 Views Last edit Jan 02, 2023 at 11:07 AM 2 rev

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.