|
-
The acutal select statement uses bind variables.
SELECT "MANDT" , "OBJNR" , "STAT" , "CHGNR" , "USNAM" , "UDATE" , "UTIME" , "TCODE" , "CDTCODE" , "INACT" , "CHIND"
FROM "JCDS" WHERE "MANDT" = :A0 AND "OBJNR" BETWEEN :A1 AND :A2 AND "INACT" = :A3;
The values for the bind variables are
MANDT-100
OBJNR = VB* and VB99999999999999999999
INACT = ' '
Regards
Jay
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|