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

trfc port

Former Member
0 Likes
467

hi experts

what is the differance between file port and trfc port

1 REPLY 1
Read only

Former Member
0 Likes
403

Transactional RFC :(tRFC)

It is an asynchronous communication process,meaning that when an idoc is dispatched, The sender does not wait for the idoc to be received on the destination system. Control returns as soon as the idoc is successfully transferred to the communication layer. The IDOC gets a status code of 03 if it is successful. The communication layer must make sure that the idoc is successfully transferred to the destination system.

The Port Definition

A port is used in an outbound process to define the medium in which documents are transferred to the destination system. ALE uses a tRFC (Transactional Remote Function Call) port, which transfers data in memory buffers.

Note The EDI process uses file ports to transfer data to the subsystem in a standard text file format.

Reward Points if useful.