on ‎2008 May 15 11:07 AM
Hi,
Dont seem to be able to pass two seperate where clauses to this column
i.e.
HSDAT > '20080501' and HSDAT < '20080513'Is there an know reason for this ?
Thanks,
Emmett
Request clarification before answering.
If your other clauses are going through okay, then I would suspect that you need to change the > to GT and < to LT (check the SAP syntax of operators for this transaction first)
Hope this helps,
Mike
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Guys,
For some reason the function didn't seem to have a problem using the > or < operator when it was used against a table only once. i.e HSDAT > '20080501'. But if it was used twice as in HSDAT > '20080501' and HSDAT < '20080507' it failed and ignored all syntax.
All is now working using the GT and LT functions.
Thanks for your help.
Emmett
Hi Emmett,
Mike is correct. You must use the GT for > and LT for <. Then your FM will work. I would suggest you to
use first the se37 transaction for test your scenario and after these to include this functionality in the
Transaction.
Cheers
Pedro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.