how to declare a table in RFC which has TYPE TABLE OF string
DATA: ITAB TYPE TABLE OF string.
How do I declare ITAB in 'Tables' parameter of an RFC so that it suffice the above.
We need to pass values in itab through RFC.
Archived discussions are read-only. Learn more about SAP Q&A
DATA: ITAB TYPE TABLE OF string.
How do I declare ITAB in 'Tables' parameter of an RFC so that it suffice the above.
We need to pass values in itab through RFC.