Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

Select-options filter in sql search.

$
0
0

Hello masters,

 

i am giving parameters to filter my search in sql statement but i want to change it to select-options.

i have searched the web but i couldnt find anything.

 

here is my code:

 

EXEC SQL.

     OPEN C FOR

       SELECT MAGAZAKOD, STOKKOD, ADET, BRUTTUTAR,

       INDIRIM, NETTUTAR, PROMOTIP, PROMOKOD

     from [dbMAROFIS_POS].[dbo].[PromoSorgu]

WHERE MAGAZAKOD = :P_WERKS AND

     TARIH = :p_budat

     ENDEXEC.


i want to change p_budat and p_werks.


thanks in advance.


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>