‎2022 Jan 10 1:52 PM
Hi all,
I need to create a very simple RFC by extracting data from MARA.
I am gonna use 5 fields of MARA; I have difficulty to prepare the source code part. Do u have any special resource to follow while preparing my RFC.
(PS: Do i have to use more than one table while preparing my RFC. I reckon i dont need any other table rather than MARA.)
Best Regards
‎2022 Jan 10 3:12 PM
Hello sumeyye_1634
If you need to expose a handful of MARA fields through an RFC function, then all you need to do is to implement a function module with relatively simple SQL statement against the MARA table. However you need to have at least rudimentary ABAP skills to do that.
RFC_READ_TABLE function would be the most straight forward approach. I'd not recommend it though - see the note 382318 - FAQ | Function module RFC_READ_TABLE for details.
Best regards
Dominik Tylczynski
‎2022 Jan 10 1:53 PM
‎2022 Jan 10 3:12 PM
Hello sumeyye_1634
If you need to expose a handful of MARA fields through an RFC function, then all you need to do is to implement a function module with relatively simple SQL statement against the MARA table. However you need to have at least rudimentary ABAP skills to do that.
RFC_READ_TABLE function would be the most straight forward approach. I'd not recommend it though - see the note 382318 - FAQ | Function module RFC_READ_TABLE for details.
Best regards
Dominik Tylczynski
‎2022 Jan 11 5:09 AM