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 the data from tables using function module

Former Member
0 Likes
1,685

Hi all,

I am getting a problem to fetch the data from sap table without using select statements ...

is there any function module to fetch the data from sap tables .. plz give idea for this..

thanks &regards ,

M.K.Chaitanya

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
967

Hi,

the requirement is not clear.. I don't think anyone can reply to your question. Please elaborate your issue so that people can give you correct replies.

Regards,

Nagaraj

5 REPLIES 5
Read only

former_member404244
Active Contributor
0 Likes
968

Hi,

the requirement is not clear.. I don't think anyone can reply to your question. Please elaborate your issue so that people can give you correct replies.

Regards,

Nagaraj

Read only

0 Likes
967

hi ,

i am using bsik bkpf tables . i have to take the data from these tables but i dont use select statements that is my requirement..

so if any function module to fetch the data from that tables ...

thanks&regards

M.K.Chaitanya

Read only

0 Likes
967

Use fm RFC_READ_TABLE

Regards

Marcin

Read only

0 Likes
967

Hi,

try to use BAPI BAPI_AP_ACC_GETOPENITEMS which is used for the getting the open item from BSIK and BSAK table.

Read only

0 Likes
967

is there a way to build my own function module to fetch records from the database table based on user input ?