cancel
Showing results for 
Search instead for 
Did you mean: 

How to register server program in ABAP

Former Member
0 Kudos

Hi,

Please let me know how to register a program in ABAP environment as while testing RFC I'm getting the error Program not registered.

Appreciate ur quick response,

thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

When programming with server side connection with R3, you'd make clear several things.

1) sap gateway: e.g. sapgwXX (XX is your system id)

2) you must have a program running on your 3nd party server .

3) server side is work as this way.

a. A program running as a server on 3nd party server as listener.

b. ABAP call a function>destination>non sap program

c. your server side program should handle the request, mapping function name, mapping data type.

Check this link.

http://help.sap.com/printdocu/core/Print46c/en/Data/Index_en.htm

http://www.sappoint.com/abap/webrfc.pdf

Regards,

Surya

former_member183906
Active Contributor
0 Kudos

Hii

Create the RFC Communication Channel in ID with the same Program ID and Activate it.

Program ID specified in RFC destination and RFC Adapter CC should be same.

After activating the RFC Adapter.Test the connection on your R/3 System.

Once the program id is registered you can see the entry in SMGW transaction code.

This Blog give u practical idea :

Regards

Former Member
0 Kudos

Thx for info. rewarded points,

can you please let me know how to access RFC Communication Channel in ID ??

Former Member
0 Kudos

- Login to ID

- Right Click on Business System.. Then Create new Communication Channel. Select RFC from the drop down.

-Specify the program id

That's it.

Former Member
0 Kudos

Thanks, now in SMGW its showing two entries for registred program