hi all,
Why we use Tables statement in case of using the following coding in an ABAP program ...
tables: vbak.
SELECT-OPTIONS: s1 for vbak-vbeln.
.
here if we dont provide the tables statement why it does not work ????
pls answwer ....???