Application Development and Automation 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: 
Read only

How to call function exists external system ?

Former Member
0 Likes
1,815

Hi,all

Could u tell me How to call a function that exists external system ? I don't know whether or not the call method have relation with the external system(R3 , J2EE,VB...) Could you provide some examples code about calling different external functions ?

Please note that The local system to which i refered aboved is R3.

Thanks .

Message was edited by: guixin chen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
966

Hi guixin,

You can call the BAPIs and the RFC function modules from the external systems...

For examples: goto se37 type BAPI* and F4. It will list you all the BAPIs available in the repository. All these BAPIs are RFC enabled (or can be called from any external system)

Refer link for more examples

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/3b/a6b9361775e748e10000009b38f839/frameset.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/3b/a6b9361775e748e10000009b38f839/frameset.htm</a>

Refer the link for further details on RFC's

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/80/b711d7d6d03d4a956f16bb854a186e/frameset.htm">Communication Between SAP Systems and External (Non-SAP) Systems</a>

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/22/0424ba488911d189490000e829fbbd/frameset.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/22/0424ba488911d189490000e829fbbd/frameset.htm</a>

hope it helps..

Lokesh

pls. reward appropriate points

Message was edited by: Lokesh Aggarwal

Hi,all

Could u tell me How to call a function that exists external system ? I don't know whether or not the call method have relation with the external system(R3 , J2EE,VB...) Could you provide some examples code about calling different external functions ?

Please note that The local system to which i refered aboved is R3.

Thanks .

Message was edited by: guixin chen

5 REPLIES 5
Read only

Former Member
0 Likes
967

Hi guixin,

You can call the BAPIs and the RFC function modules from the external systems...

For examples: goto se37 type BAPI* and F4. It will list you all the BAPIs available in the repository. All these BAPIs are RFC enabled (or can be called from any external system)

Refer link for more examples

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/3b/a6b9361775e748e10000009b38f839/frameset.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/3b/a6b9361775e748e10000009b38f839/frameset.htm</a>

Refer the link for further details on RFC's

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/80/b711d7d6d03d4a956f16bb854a186e/frameset.htm">Communication Between SAP Systems and External (Non-SAP) Systems</a>

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/22/0424ba488911d189490000e829fbbd/frameset.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/22/0424ba488911d189490000e829fbbd/frameset.htm</a>

hope it helps..

Lokesh

pls. reward appropriate points

Message was edited by: Lokesh Aggarwal

Read only

Former Member
0 Likes
966

Hi,

you can create the commands using SM69/SM49 and you call them inyour program using the FM <b>SXPG_COMMAND_EXECUTE</b>

SM69is used to create the commands...

Regards

vijay

Read only

Former Member
0 Likes
966

Why I can't reward the answer ?

Read only

0 Likes
966

May be point system is down, or you didn't mark it as a question. check it .

Regards

vijay

Read only

Former Member
0 Likes
966

Hi,

Use transaction SM69.

Regards,

Shashank