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

Check whether data exists in table

krishna_maram
Participant
0 Likes
641

Hi Folks,

I have around 250 tables from which I would like to know whether there is any data or not.

I want this information from production. I dont want to login in prod system and manually key in all the 250 table and read check whether there is any data or not...

So is there any other way like any RFC Function module which helps in achieving this?

I would like to write a program in development make an RFC connection and read the number entires/ data in a particular table .

Let me know if you have any suggestions.

Thanks,

Krishna

Hi Folks,

I have around 250 tables from which I would like to know whether there is any data or not.

I want this information from production. I dont want to login in prod system and manually key in all the 250 table and read check whether there is any data or not...

So is there any other way like any RFC Function module which helps in achieving this?

I would like to write a program in development make an RFC connection and read the number entires/ data in a particular table .

Let me know if you have any suggestions.

Thanks,

Krishna

2 REPLIES 2
Read only

Former Member
0 Likes
601

Hi Krishna,

Check this FM RFC_GET_TABLE_ENTRIES , use this in Development

Read only

0 Likes
601

Hi Sekhar,

Thankyou, is there any way that I can put in a condition saying that particular field contain data or not and get the data?

say for example matnr ne space.

Thanks,

krishna