1.

How Does Processing Of Rfc Interface Take Place In Abap/4?

Answer»

The RFC interface is effectively invisible to the ABAP/4 programmer. PROCESSING for CALLING remote programs is built into the CALL FUNCTION STATEMENT. Processing for being called is generated automatically (in the form of an RFC stub) for every function module registered as remote. This stub SERVES as an interface between the calling program and the function module.

The RFC interface is effectively invisible to the ABAP/4 programmer. Processing for calling remote programs is built into the CALL FUNCTION statement. Processing for being called is generated automatically (in the form of an RFC stub) for every function module registered as remote. This stub serves as an interface between the calling program and the function module.



Discussion

No Comment Found