cancel
Showing results for 
Search instead for 
Did you mean: 

Get String value from R/3 using JCO

Former Member
0 Kudos

Hi,

I have a String value from R/3 where it will pass to my EJB to process which is in JCO.Function. If in R/3 it pass structure, then i will using JCO.Structure input = function.getImportParameterList().getStructure("MESSAGE"); while for table we will using JCO.Table inputTable = function.getTableParameterList().getTable("MSGTABLE");

So now R/3 just pass a string value to me. Which is just 1 character. How do i retrieve it?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved by myself.