cancel
Showing results for 
Search instead for 
Did you mean: 

Run Transaction in R/3

Former Member
0 Kudos

Hi

I have Falt File which needs to be transfered to R/3 and the XI should run an transaction code which uses the file.

How could I implement this scenario?

can I only use ABAP Server Proxy ? ( any relevant weblogs)

any other Ideas ?

thx,shai

Accepted Solutions (0)

Answers (3)

Answers (3)

moorthy
Active Contributor
0 Kudos

HI,

for the ABAP Server proxy -

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

Regards,

Moorthy

former_member206604
Active Contributor
0 Kudos

Hi,

You can achieve this by both the ways ABAP Proxy and also be RFC.

1. You can pass the entire structure thru RFC and inside RFC save the data as file in the application server and call the transcation

2. You can use ABAP proxy to do the same

3. You can save the file in R/3 folder using a File adapter and the call RFC to execute the transcation

4. You can save the file in R/3 using file adapter and the schedule a ABAP program in R/3.

Thanks,

Prakash

Former Member
0 Kudos

Hi Shai,

how schould the file be transfered?

- Idoc

- RFC

On the other hand:

Transaction codes are associated with module pools, function mudules or ABAP reports.

You should browse your required Transaction via SE16-> table TSTC! Look. If you have luck, it is a rfc that you can trigger from XI

Regards Mario