cancel
Showing results for 
Search instead for 
Did you mean: 

How to check if Table parameter is import or export?

Former Member
0 Kudos

Hi All,

I have a ABAP function which contains Table as import but when we are fetching the table parameters by using JCO3 Connector, it's returning 'false' for both table.isImport(i) and table.isExport(i).

I wanted to identify if every parameter from the list is import/export then only I'm supposed to do some action. I could see the parameters as import/export in SAP Console but not from JCO connector. Could some one shed some light on how I can identify?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I have the same question, were you able to figure this out?

Is it possible that table parameters will be in the <function>.getImportParameterList if they are import only, will be in the <function>.getExportParameterList if they are export only, and will be in the getTableParameterList if they can be import/export?

I'm a bit confused about all of this and can't find documentation on this anywhere.....

Former Member
0 Kudos

Hi Mark, Phani,

I don't think Tables work well when you are accessing remotely.

I'm sure Tables do not work when publishing a FM as webservice. It should be either import or export.

Cheers!

Anish