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

Fetch data from Database table

Former Member
0 Likes
741

Hi,

What are the different ways other that SELECT queries and JOINS to fetch data from Database Tables?

4 REPLIES 4
Read only

Former Member
0 Likes
706

You may check for any standard function modules or BAPIs which SAP has provided to read the data. For eg. to get the sales order information which retrieves the data from VBAK, VBAP tables, we can use the SD_SALES_DOCUMENT_READ FM.

~Vaas

Read only

former_member189059
Active Contributor
0 Likes
706

From Cluster tables, you can get data using Import statements.

Other methods include logical databases and Hr infotypes.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
706

>

> From Cluster tables, you can get data using Import statements.

It should be "data cluster" tables & not "cluster" table. BSEG is a cluster table but we use SELECT to fetch the data

@OP: It is a basic question & you could have ST*W.

Read only

Former Member
0 Likes
706

Hi Naga,

browse abap help for "database access".

regards

rea