SAP RFC PARAMETER TABLES ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_RFC - Dynamic Parameter Passing in sRFC
This example demonstrates parameter passing with parameter and exception tables for sRFC.

ABAP_SOURCE_CODE
DEMO CL_DEMO_SRFC_PARAMETER_TABLES

ABAP_DESCRIPTION
The function module DEMO_RFM_PARAMETERS is called using sRFC. Parameters are passed and exceptions are handled dynamically using internal tables ptab and etab.