‎2008 Mar 25 12:30 PM
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
‎2008 Mar 25 12:36 PM
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
‎2008 Mar 25 12:33 PM
You need to define an RFC which will call the other system and execute that transaction..
‎2008 Mar 25 12:36 PM
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
‎2008 Mar 25 12:40 PM
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:)
‎2008 Mar 25 12:40 PM
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