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

Function Moudle for Read Tables Data

former_member303185
Participant
0 Likes
801

Hi All,

There is any Function Moudle for Read all Tables data.

Regards

VIjay

6 REPLIES 6
Read only

Former Member
0 Likes
709

Hi

In the table

<b>DD02L

DD02T</b>

you find all the tables in SAP

why you need a fun module?

Reward points for useful Answers

Regards

Anji

Read only

messier31
Active Contributor
0 Likes
709

yup.. you can use function module RFC_GET_TABLE_ENTRIES.

EnjoySAP,

Pankaj Singh.

Read only

former_member303185
Participant
0 Likes
709

Because i want to select data from portal end from different-different Tables

Read only

Former Member
0 Likes
709

RFC_READ_TABLE

and

RFC_GET_TABLE_ENTRIES

These rfc function modules would let you read the data in the table you specify in the exporting parameters.

<b>Reward points</b>

Regards

Read only

0 Likes
709

I want to retrive specfic field from any tables.

Regards

Vijay

Read only

former_member303185
Participant
0 Likes
709

resolved.