cancel
Showing results for 
Search instead for 
Did you mean: 

display multiple line items in adobe offline form created using webservices

Former Member
0 Kudos

HI guys

i have created offline adobe form using webservices which call rfc to pull the data ...to get inspection lot details ...

iam getting header data....but iam not able to get multiple line items of the table data ..here in scenario there are 4 line items but only 1 line item is getting displayed in the form...

is there any need to handle seperately to display tables data in offline adobe forms if we call from webservices

Tousif

Accepted Solutions (0)

Answers (2)

Answers (2)

navip
Active Participant
0 Kudos

Hi Tousif,

  Try with the Possible scenarios mentioned below:

1) Try to wrap the table in subform and make the subform Flowed.

2) In Context try to use Loop command at Item level.

Regards,

Naveen

Former Member
0 Kudos

Thanks to All!!!!

My issue is solved. your code is working fine.

 

Best Regards,

Ram.

Former Member
0 Kudos

Hi Tousif,

Please check the FM associated with WebService, that the export parameter type has been given as structure or table type.

If structure, change it to table type.

Thanks & Regards,

Sanoosh

Former Member
0 Kudos

hi santhosh,

This is offline scenario

In FM i ahve declared it as table type only ..

IN tables tab of FM i have declared as below

IT_PLMK     TYPE     ZPLMK

ZPLMK IS  TABLE TYPE...

Table Type         ZPLMK

Short text         table type for plmk..

I still have only one row displayed

THANKS

Tousif

Message was edited by: Dezso Pap Please do not use captilas.

Former Member
0 Kudos

Dear Tousif,

I am getting same problem did you find any solution for this issue.

Please guide me.

Thanks in advance...

Best Regards,

Ram.

Former Member
0 Kudos

Hi Ram,

There might be several reasons.

Please check the below things first.

-> properties of table content -flowed

->and in driver program check the following things.

f p_docparams-langu   = Language.

f_docparams-country = country.

*fp_docparams-langu   = 'E'.

fp_docparams-fillable = 'X'.  

fp_docparams-dynamic = 'X'.

Thanks

Tousif