2007 Sep 19 8:12 AM
Hi...
1...what is the prerequisite to use select single statement?
thanks and regards,
k.swaminath reddy
2007 Sep 19 8:16 AM
hi
YOU SHOULD PROVIDE SELECT SINGLE WITH A UNIQUE KEY.
LIKE IF YOU ARE TAKING MAKTX FORM MAKT THEN IN ADDITION TO MATNR YOU HAVE TO GIVE SPRAS ie langueage ALSO TO THE SELECT SINGLE STATEMENT
REWARD IF USEFUL
VIVEKANAND
2007 Sep 19 8:17 AM
Hi,
Prerequistes are
1>where clause is manadatory
2>should specify all the key fields
Regards,
Nagaraj
2007 Sep 19 8:18 AM
Hello,
SINGLE
The result of the selection should be a single entry. If it is not possible to identify a unique entry, the system uses the first line of the selection. If you use the FOR UPDATE addition, the selected entry is protected against parallel updates from other transactions until the next database commit
Regards,
LIJO
2007 Sep 19 8:19 AM
Hi,
Fields u r selecting in select statement unique to use select single statement.i.e primary key should be selected while using select single statement.
Regards,
Sankar