cancel
Showing results for 
Search instead for 
Did you mean: 

import params,exports params, via jco

Former Member
0 Kudos

hi guys,

i am retrieving what are the columns present in the table via jco

can i retireve what are the import parameters,export parameters are

present in the FuntionalModule.if yes, means plz give me lines of code......

with regards,

swathi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Look at the exemples in the pdf you downloaded with the JCO

Enjoy

Former Member
0 Kudos

hi,

i seen all pdf s ,, but i didnt get that particular function....

plz provide that one line code to me......

thanks

Former Member
0 Kudos

Hi Tony,

You can use the methods getExportParameterList() and getImportParameterList() present in JCO.FunctionClass

Former Member
0 Kudos

hi ,,

i tried ...but not getting..

JCO.Table jtable=function.getExportParameterList().getName();

i want table name in that function module......

what is the use of IMetaData .....from this can i get table name

Former Member
0 Kudos

MetaData is the one which specifies the exact sturucture of your table or structure used.

By using the method getTabName in this class you can get the table or sturcture name of the current metadata object

Former Member
0 Kudos

hi ,,

THANKS,,,, for giving valuable information

Former Member
0 Kudos

Hi Tony,

Please dont forget to reward points if the answer is helpful for you to solve the issue

Thanks

Satya