2007 Sep 14 5:53 AM
Hi,
what is the significance of field NUMB in TVARVC table?
saurabh
Hi,
what is the significance of field NUMB in TVARVC table?
saurabh
2007 Sep 14 5:55 AM
NUMB ABAP: Current selection number
which indicate the currenct selection Screen number
by default the screen number is 0000
Minal
2007 Sep 14 5:58 AM
how can i define two selection criteria in where clause with AND using TVARVC table?
2007 Sep 14 6:20 AM
> how can i define two selection criteria in where
> clause with AND using TVARVC table?
1.Create a Variant Variable of type "Select Options" (tcode: <b>STVARV</b>)
2. Click on the "Multiple Selectn" button and give the values of ur interest and save the variable
3.In ur custom program fetch the values from of the variant variable from the database table TVARVC
4.populate a ranges table with the sign,option,low,high from the data fetched in the above step and make use of this ranges table in WHERE clause
2007 Sep 14 6:06 AM
> Hi,
> what is the significance of field NUMB in TVARVC
> table?
When u create a variant variable(in the tcode <b>STVARV</b>) of type select option and chose different selections(Include single values, Include range, exclude single values, exclude range) through multiple selections button, then a separate entry will be created in the database table TVARVC(with a different NUMB value) for each selection made in multiple selections dialog box
2007 Sep 14 6:12 AM
Hi,
And to add to above answer if you want to use condition with AND then I think you can use INCLUDE for SIGN and EQ for OPTION. This will then be treated as AND.
Regards,
Sesh
2011 Jul 19 9:54 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |