cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Creation?

Former Member
0 Kudos

Hi,

How to create our own RFC on the basis of batch input recording?

Best regards,

Felix

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you need to create a RFC using Recording then,

Step 1: Use T.code SHDB for recording.

Step 2: Create a Function Module and Remote enable it.

Step 3: Replace the routine BDCRECXX to allow executing the program generated by SHDB via a call transaction instead of generating a BTCI file.

For more details refer to the below link,

http://idocs.de/www5/books/IDocBook/IDOCS_CHAP16-19.pdf

Former Member
0 Kudos

Santosh, thank you for the steps and the link.

Answers (2)

Answers (2)

former_member181962
Active Contributor
0 Kudos

Hi Felix,

Go to se37 and create a Function Module with RFC enabled radio-button checked.

In that FM call the transaction you want to view,

using the statement

CALL TRANSACTION <Transaction Code>.

REgards,

Ravi Kanth

Former Member
0 Kudos

Thank you for your answers

STALANKI
Active Contributor
0 Kudos

you have to do it through shdb but i donot think it is required as you can use sxmb* and sxms* which will list all the RFC'S and CLXIMON IN SE24 will give you ABAP objects and you can use them depending on functionality.