‎2010 Jun 10 10:18 AM
Hi,
What are the different ways other that SELECT queries and JOINS to fetch data from Database Tables?
‎2010 Jun 10 10:26 AM
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
‎2010 Jun 10 10:38 AM
From Cluster tables, you can get data using Import statements.
Other methods include logical databases and Hr infotypes.
‎2010 Jun 10 10:50 AM
>
> 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.
‎2010 Jun 10 10:42 AM