SAP Message SMO7143 - Format Error: Select clause should begin with 'WHERE'.


Select clause is applicable only during export of data from the CRMsystem.
Select clause should begin with a 'WHERE'.
Further, note that the clause is not validated and the user shouldensure that contents of the clause are valid.
Format:
1. WHERE
2. WHERE < LOGICAL OPERATOR>
Relational operators that can be used are = , > , < , >= , <= , <>
Logical operators that can be used are AND, OR, NOT.
Syntax:
a) WHERE
b) WHERE {AND / OR} <(>
<<)>Value>
c) WHERE {AND / OR} ( NOT ( ))
NOTE: The content of should be enclosed in singlequotes.