cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC_READ_TABLE HSDAT ?

Former Member
0 Likes
166

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

Accepted Solutions (1)

Accepted Solutions (1)

agentry_src
Active Contributor
0 Likes

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

Former Member
0 Likes

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

Answers (1)

Answers (1)

Former Member
0 Likes

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