cancel
Showing results for 
Search instead for 
Did you mean: 

How to fetch AL11 File from one server to another sever in SAP

naseemallika14
Participant
0 Kudos
553

Hello Experts,

how to fetch the data in AL11 from one system to another system.

Could you please help me on this.

Marissa
Product and Topic Expert
Product and Topic Expert
0 Kudos

We helped you to accept the answer, since there were no updates after 7 days.

You can unaccept it anytime if you have further questions.

Accepted Solutions (1)

Accepted Solutions (1)

michelm_de
Advisor
Advisor
0 Kudos

Hi, I used the transaction CG3Y to download files (e.g. TR) from application server. Then you can use the transaction CG3Z to upload your file on the other application server.

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor
0 Kudos

You could

  • use some external OS command (look for SXPG_COMMAND_EXECUTE)
  • use some dataset statements within some remote enabled customer FM (RFC)

It depends on your exact system landscape.