Syntax error Using table parameter in SAP RFC Function module

Using table parameter in SAP RFC Function module



RFC enabled function modules, you should use a structure as line type for the table.  You should declare a dictionary structure Z_MY_PARTS_DATA with a single field DESCRIPTION TYPE CGPL_TEXT2.

Declare a data dictionary table type Z_MY_PARTS_TABLE using this structure.

Next is to use the table type in Function module.

Updated on: 2019-07-30T22:30:20+05:30

2K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements