cancel
Showing results for 
Search instead for 
Did you mean: 

Cant retrieve all the table rows of offline form

Former Member
0 Kudos

I have created an offline interactive form which has a table with 3 rows and a WSDL button. When I create 3 rows of data and click on the button the function module in ABAP is invoked but only the last row of the table is passed on to the FM.

Can someone out there help me in solving this issue ?

Thanks

Abdulla

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

HI abdulla,

Iam also facing the same problem ..did u solved this issues ..if yes please let me the know

ChrisSolomon
Active Contributor
0 Kudos

Make sure in your FM, it is expecting the table and not a "line of" the table as well.

OttoGold
Active Contributor
0 Kudos

sounds like there is a problem with passing tale data to the receiver. Otto

Former Member
0 Kudos

Hi Abdulla,

If the data bnding is correct it should get all the rows data, but as you are saying you get only the last row then the data binding is correct the issue would be with the WSDL / Functional module Signature.

check does the signature of the FM has the structure or the table type of structure as import parameters.

I could think of only this as of now...

Cheers,

Sai