cancel
Showing results for 
Search instead for 
Did you mean: 

fill an abap table

Former Member
0 Kudos

hi

i want to fill an abap table via java.

the problem ist... i didn´t find the right method.

the information i want to write into the table are saved in an array.

kind regards

thomas

Accepted Solutions (1)

Accepted Solutions (1)

kishorg
Advisor
Advisor
0 Kudos

Thomas,

just refer this forum also ...

i have already written one sample code for this...

Regards

Kishor Gopinathan

Answers (1)

Answers (1)

kishorg
Advisor
Advisor
0 Kudos

Hi Thomas ,

if u are aware of JCO , then there is no difficulty in doing this ..

here what u have to do is ,

create an RFC , then Execute this from Java using JCO.

this help contains the details of JCO API.

http://www.huihoo.org/openweb/jco_api/com/sap/mw/jco/JCO.html

let me know if u need further help regarding JCO.

Regards

Kishor Gopinathan

Former Member
0 Kudos

hi,

thx for the answer.

i searched the help, but i wasn´t able to find the right method.

i just started to work with java an JCo. some easy things like reading tables are possible(gettableparameterlist).

so it thought the must be a method like settableparameterlist. and there is such a method. but it didnt work

Former Member
0 Kudos

the last post could be usefull

i will try to solve the problem with help of your example.

thanks.

Former Member
0 Kudos

thanks Kishor

everything works

regards

thomas