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: 

Write RFC (FM) to delete Materials from SAP and NON-SAP system

former_member181966
Active Contributor
0 Kudos

Hi All,

I want to write RFC functions, Could you please help me in this regards .There’re some list of material which I have in excel sheet and they want my to write a RFC Fm, so I can pass this list of the material to the internal table and it connect to another R/3 and non-SAP system and Delete that list and also if some material is locked/ of some how remained it give me log too.

Please give your input/suggestions.

Thanks

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

RFC functions modules can be created thru SE37. On the attributes tab, you need to set the attribute for RFC enabled. This will allow your function module to be called outside the system. Then its just like developing a regular function module.

http://help.sap.com/saphelp_46c/helpdata/en/22/0424ba488911d189490000e829fbbd/frameset.htm

http://help.sap.com/saphelp_46c/helpdata/en/22/0425f2488911d189490000e829fbbd/frameset.htm

http://help.sap.com/saphelp_46c/helpdata/en/9f/db988735c111d1829f0000e829fbfe/frameset.htm

Regards,

Rich Heilman

0 Kudos

Rich I know it can create thru SE37 , and I have to click radio button "Remote-enabled module " . My main task is code and also import and export parameters . If you post some code or some hint of the code. I’ll appreciate .

Thanks for the links and prompt reply !!!..

Message was edited by: Saquib Khan