Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data Dictionary?

Former Member
0 Likes
675

Hai

It is possible to select values from database without using "SELECT" statement?If so plz explain me.....

6 REPLIES 6
Read only

Former Member
0 Likes
651

Hi Aravindha,

Welcome to SDN.......

<b>You can not</b> get the values from database without using SELECT statements.

Thanks,

Vinay

Read only

0 Likes
651

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

Read only

abdul_hakim
Active Contributor
0 Likes
651

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..

Read only

Former Member
0 Likes
651

Hi,

Welcome to SDN

Use the function RFC_READ_TABLE to read any table.

check this code sample to handle this data table.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f50dcd4e-0501-0010-3596-b686a7b5...

Regards

Read only

paruchuri_nagesh
Active Contributor
0 Likes
651

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

Read only

Former Member
0 Likes
651

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