2007 Oct 08 6:30 AM
hi if we want to retrive data from s standard view like V_T880 whether we have to define the table in table declaration how to do pls help me
2007 Oct 08 6:41 AM
Hi,
I hope the selecting from view in this case and selecting from table is same.Because in this view, the data is only selected from t880 table.
hi if we want to retrive data from s standard view like V_T880 whether we have to define the table in table declaration how to do pls help me
2007 Oct 08 6:32 AM
Hi Sen,
For retrieving the data's from view there is no need for Tables declaration.
If you using select-options means only you have to Define the Tables declaration.
Thanks,
Reward If Helpful.
2007 Oct 08 6:33 AM
Hi,
U can directly write a select query on V_T880 ..
select rcomp name1 cntry from v_t880 into table itab.
Reward if helpful.
Regards,
Nagaraj
2007 Oct 08 6:39 AM
But v_t880 is maintenance view so i am getting error message like v_t880 is not defined in ABAP dictionary
2007 Oct 08 6:36 AM
I think here you cant not fetch the data from V_T880 view since it is an maintenance view.
You can only fetch the data from table,<b>database view</b> and <b>projection view</b>.
try to fetch the data from T880 table itself.
regards
shiba dutta
2007 Oct 08 6:41 AM
Hi,
I hope the selecting from view in this case and selecting from table is same.Because in this view, the data is only selected from t880 table.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |