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

transaction code.

Former Member
0 Likes
558

hi guru

i have to call a transaction code (program) present one system(say A) by another system (sayB).

how i can do it

please helpme it very urgent.

point will be surely awared.

anuj

thanks in advance

Edited by: anuj anuj on Mar 25, 2008 1:31 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
530

If you mean two different SAP systems by your question,

Create a RFC function module in the system A..in which you write the code of CALL TRANSACTION for the T-Code you want to call.

Call this RFC function module from system B.

I think this is what you wanted, incase its something else please revert.

Regards,

Mayank

4 REPLIES 4
Read only

rahulkavuri
Active Contributor
0 Likes
530

You need to define an RFC which will call the other system and execute that transaction..

Read only

Former Member
0 Likes
531

If you mean two different SAP systems by your question,

Create a RFC function module in the system A..in which you write the code of CALL TRANSACTION for the T-Code you want to call.

Call this RFC function module from system B.

I think this is what you wanted, incase its something else please revert.

Regards,

Mayank

Read only

Former Member
0 Likes
530

Hi anuj,

You have to use SUBMIT programName and of course you have to provide required fields.

Try this.

Hope helps both you and me:)

Read only

Former Member
0 Likes
530

use all these ways ::

BEST WAY

by using ALE/IDOCS WE CAN TRANSFER DATA FROM ONE SERVER TO ANOTHER SERVER . FOR THAT WE NEED TO CONFIGURE ALE.

DEFINE LOGICAL SYSTEMS TCODE SALE OR BD54

ASSIGN LOGICAL SYSTEMS TO CLIENT TCODE SCC4

CREATE RFC TCODE SM59

CREATE PORTS TCODE WE21

CREATE PARTNER PROFILES TCODE WE20

CREATE CUSTOMER MODEL VIEW TCODE BD64

AFTER THAT GENARATE IDOC

THE ABOVE PROCES IS NOT AN EASY TASK

to transfer the data from one server to another server. the tool is cross application.In both the servers, we should create a alike database.use WEDI transaction for cross application. first u should create one segment and one idoc. these two things should be combine by msg types. and later u should go to SALE transaction. there u should create RFC . there u have mention server2 id and everything

4. * Another best way* on link.

http://www.databasejournal.com/features/mssql/article.php/3507171

REWARD points if useful.

regards

preet