cancel
Showing results for 
Search instead for 
Did you mean: 

How to print a loop node element in pdf ?

Former Member
0 Kudos

Hi all:

I have a node element, which have unfixed number of elements inside, its a invoice approval element. I need to display the pdf like

Sap Doc No. 1000183 date. 2007.02.07

Amount : 100.00

Sap Doc No. 1000184 date. 2007.02.07

Amount : 200.00

Sap Doc No. 1000185 date. 2007.02.07

Amount : 300.00

How can I paint this effect ?

I try to create subform like

- subformt

- subformi

the subformt is defined as flowed

the subformi is defined as Repeat Subform for each data Item, then min count=1

Is these all enough ?

Need your help, thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can do it by gouping the 2 first data set or by adding another subform2 for those two data, Doc Num and Date. And this subform should be western style displayed.

Then you'll have only two lines in you subform1.

Then displayed flowed top to bottom.

Matthieu

Former Member
0 Kudos

Hi Matthieu.

But it does not work in my current subform settings.

Actually there is more than 2 lines in my pdf form.

Could you help me ?

Former Member
0 Kudos

You need to have nodes and subnodes with different flowed options according to what you want to do.

- Node 1(flowed top to bottom)

-


data 1

-


data 2

-


data....

-


Node 2 (flowed western text)

-


data3 data4 data...

-


EndNode 2

-


data 5

-


......

- EndNode 1

- Node....

Hope this help.

Matthieu

Former Member
0 Kudos

Yeah I found what cause the problem

thanks a lot

Answers (0)