‎2007 Aug 04 11:52 AM
Hai
It is possible to select values from database without using "SELECT" statement?If so plz explain me.....
‎2007 Aug 04 12:04 PM
Hi Aravindha,
Welcome to SDN.......
<b>You can not</b> get the values from database without using SELECT statements.
Thanks,
Vinay
‎2007 Aug 04 1:38 PM
Hi
Welcome to sdn community
You can get the values without select statement. Because it is the main thing from which the system can be able to know what have to be displayed at output by selecting input
Reward all helpfull answers
Regards
Pavan
‎2007 Aug 04 2:32 PM
Hi
Welcome to SDN.
It is not possible to fetch data from any database table without SELECT query.
I would advice you to strongly go thru the ABAP Documentation.
Regards,
Hakim
Mark all useful answers..
‎2007 Aug 04 3:37 PM
Hi,
Welcome to SDN
Use the function RFC_READ_TABLE to read any table.
check this code sample to handle this data table.
Regards
‎2007 Aug 06 6:40 AM
it is possible without using select statement in that scenario you have to work with logical database using transaction code se36 you can define logical data base and in program attributes u have to specfy logical data base
‎2007 Aug 06 7:17 AM
Hi Aravind,
Go to transaction SE11.
Give the table name
Press display button.
Press the contents or 'Cntrl + Shift + F10'
Then press F8.
You will get the values from the table
Regards
Arun