cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with table output

Former Member
0 Kudos

Hello @all,

i have the following task,

i have 2 tables.

Table a contains materials with materialnumber as key. Table b contains processes for the materials.

For examble.

Table a :

matntr descr

1232 cellphone

3333 case

Table b:

processstep material

01 - ..... 1232

02 - ...... 1232

03- ....... 1232

01 - ..... 3333

02 - ...... 3333

03- ....... 3333

04- ....... 3333

05 - ...... 3333

06- ....... 3333

07- ....... 3333

In this example i have two materials with some processstep for each material.

In my output i want:

- a sitebreak when material change

- a header with materialinformation

- a main part where you can see processstep information

This might look like this:

site one:

header

site count 1 | material 1232 | descr cellphone

main part

processstep material processdesc.

01 - ..... 1232 ....

02 - ...... 1232 .....

site two:

header

site count 2 | material 1232 | descr cellphone

main part

processstep material processdesc.

03 - ..... 1232 ....

site three:

header

site count 1 | material 3333| descr case

main:

processstep material processdesc.

01 - ..... 3333 .......

02 - ...... 3333 ...........

03- ....... 3333 .............

04- ....... 3333 ..............

site four::

header

site count 2| material 3333| descr case

main:

processstep material processdesc.

05 - ..... 3333 .....

06 - ...... 3333 ......

07- ....... 3333 .....

This for example. Features are:

- site break when material change

- header change when material change

- sitecount start from 1 when when material change

How can i do this, i describe here.

Thanks for answers??? I dont know how i c an do this...:-(

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

My suggestion is ,

First Sort the Table A Based on Material and Table B Based on Process Step ,Material in interface of the Form.

Drag the Table A into Context.

Drag the Table B into the Table A.

Specify the Where condition based on Material.

In the Layout drag Table A to Layout.

You can see Table A and Table B inside TableA.

Create Page Break on Table A on Material.

Specify the Header as you Required .

Thanks.

UmaS.

Former Member
0 Kudos

How do you mean this.

Create Page Break on Table A on Material.

and

Specify the Header as you Required .

Former Member
0 Kudos

How can i do this?

Create Page Break on Table A on Material.

I've tried this without success.

Former Member
0 Kudos

problem solved. The problem was, that i set the variables for the conditional sitebreak not under this subform, where i make the sitebreaks.

Answers (0)