Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8581

Re: Very strange error in query manager sap business one

$
0
0

Ok, its works thanks

 

I have one more questions for future:

 

1.how to bulid this example in your method?  I need in prompt menu in sap info about date less / equal or between


set @dateod = (Select min(Z1.DocDate) from OINV Z1 where Z1.DocDate >='[%1]')

set @datedo = (Select max(Z2.DocDate) from OINV Z2 where Z2.DocDate <='[%2]')

 

/* SELECT FROM [OINV]  P5 */

DECLARE @dataod AS datetime

/* WHERE */

SET @dataod = /* P5.Docdate */ '[%2]'

 

 

 

/* SELECT FROM [OINV]  P6 */

DECLARE @datado AS datetime

/* WHERE */

SET @datado = /* P6.Docdate */ '[%3]'

 

 

 

 

 

2.how to bulid this example in your method?  I have choose slpname but in variables i need slpcode

 

set @slp= (select t11.slpcode from OSLP t11 where t11.SlpName = '[%0]')


/* SELECT FROM [OSLP]  P7 */

DECLARE @SlpCoe AS NVARCHAR(200)

/* WHERE */

SET @SlpCode= /* P7.SlpCode */ '[%4]'


Viewing all articles
Browse latest Browse all 8581

Trending Articles



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