cancel
Showing results for 
Search instead for 
Did you mean: 

How to set the row repeat for individual columns in the table in adobe form

0 Kudos

Hi,

    I have a requirement to set the row repeat for individual columns based on some conditions like Group by options in the report. Can we have a property or code to achieve this.  I want a layout like the below. Kindly send the reply.

  

Item Number

Pieces

VAlue

Description

Value per

    20

 

2

35.00

Desc 1

  1. 0.00
  Desc2
  1. 0.00

Desc 3

  1. 0.00

  

Thanks in advance,

Kiruthika P

Accepted Solutions (0)

Answers (2)

Answers (2)

navip
Active Participant
0 Kudos

Hi,

  Please refer the below document and try to implement as per your requirement.

http://scn.sap.com/docs/DOC-45798

---

Naveen

rakesh_m2
Contributor
0 Kudos

Hi Kiruthika,

You could use, nested tables and get your layout, but layout will look little different.   This would be any easy approach

http://www.saptechnical.com/Tutorials/AdobeForms/Nestedtables/page2.htm

If layout is to be not changed, Please follow below steps,

1. create a table using subform. 

2. Using accessiblity pallete, create 'Table', 'Header', 'Body' subforms.  

3. Now in Body subform, create five columns.  with required fields. Now, wrap last two fields in another subform, and bind it accordingly such that, Values will be repeated.

Hope this helps.  (I did not tried this approach before, but I guess this should work)

Thanks,

Rakesh