2008 Feb 27 5:58 AM
Hi experts,
i have one table TSPA.
it has only one field SPART, but wile checking the table contents it showing two fields SPART and and VTEXT.
any ways i want VTEXT field from TSPA table. i want show that text in out put screen.
i am writing the code like this.
in program
SELECT * FROM TSPA WHERE SPART = VBAK-SPART.
end select.
in script form.
&TSPA-VTEXT&
but that field is not picking....
could any body help me how to pick that field
2008 Feb 27 6:03 AM
Hi,
Use table TSPAT
2008 Feb 27 6:03 AM
2008 Feb 27 6:04 AM
Instead of TSPA u use the table TSPAT where TSPAT is the text table of TSPA.
Here u should specify the required language key.
awrd points if useful
Bhupal
2008 Feb 27 6:06 AM
Hi Venu,
TSPA has 2 fields.
It has a text table TSPAT associated with it.
Open table TSPA -> Goto -> Text Table
the text field is from TSPAT table.
Hope it helps.
Thanks,
Swati
2008 Feb 27 6:09 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |