Application Development 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 MCHB table with RFC enabled FM

former_member214878
Active Participant
0 Kudos
262

Hello All,

Basic Requirement:

I am searching for a RFC enabled function module which could read a single MCHB table.

Requirement Details:

1.     I am developing a program which will take "Destination System" in a selection screen, and I would be reading MCHB table contents based on                              MATNR, WERKS, LGORT.

2.     I searched a lot for a RFC enabled FM to read MCHB but could not find any one. So I started using RFC_READ_TABLE FM to read data from table.

3.     Its working properly as well, but as this will return me data in to table and then I will need to loop it to get the columns.

4.     Considering my data is coming in huge volume (May be 1 Million)  I am not at all happy in looping the return table which I got from RFC_READ_TABLE FM.

Need guidance:

1. Need a RFC FM which will read MCHB.

2. I do not need normal FM which could be able to read MCHB, as I will need to create RFC wrapper for it. (Which I am not suppose to, as my request is not intended to be transported).

3. Any other way to achieve this.

Any input if you have on this, kindly share.

Thanking you in advance.

Regards,

Ravindra Sonar.

1 REPLY 1

former_member214878
Active Participant
0 Kudos
85

Do anyone know about it?