2012 Oct 09 8:02 AM
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.
2012 Oct 10 6:59 AM