cancel
Showing results for 
Search instead for 
Did you mean: 

Table node in FORM

Former Member
0 Kudos

Hi Every one,

Is it possible to display as below using Table instead of Template.

Material Numbers: 1

2

3

Description:

xyz

pqr

stp

Please help me.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Yes it is possible to display like you have mentioned.

Create only rows in your table structure and assign the required fields from the table.

Hope this helps.

Regards,

Deepthi.

Former Member
0 Kudos

U r right Deepthi

Former Member
0 Kudos

>

> U r right Deepthi

Really, Did we need ur expert comments?

This is called spam.

If u have anything new to share other than what others have already shared then post ur thoughts else refrain from posting such comments.

кu03B1ятu03B9к

Former Member
0 Kudos

Hi Karthik

I have written the same solution which was written by the rest 2 bfore them

even then they have written the same solution again

so instead of saying directly as u said that am spamming

i said it in indirect manner

PS: See the complete thread before commenting

Former Member
0 Kudos

Hi vikas,

I did see the entire thread, and yes i agree u posted the answer before the rest and other followed the suit, but all i'm saying is that again ur comments shud have been refrained from as it spams the threads, Dont take it personally, no offences meant from my side.

U said u had posted the answer first.

Appreciated but ur comments in this thread should have been avoided.

Anyways If i hurt u, i'm sorry but kindly refrain doing it from nxt time.

кu03B1ятu03B9к

Former Member
0 Kudos

Hi,

How to assign description and value in the same row

like

i needs to display nearly 15 fields.

Materialno: 123

456

could you please tell me elaborately.

Thanks and regards,

Former Member
0 Kudos

I tried it,

But the problem is

Description is coming agains each and ever record. I want to display description only once.

itis displaying like this,

materialno: 123

materialno : 345

But i want description once only,

Could you please help me.

Regards,

Former Member
0 Kudos

use some flag.

say v_flag = 1.

put a condition in the conditions tab as flag = 1.

after u print it once make it v_flag = 0. so next time condition is not satified and doesnt get printed.

Former Member
0 Kudos

Deepthi,

Thanks for the reply, problem solved, awardee pts.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

It is pretty much possible.

Populate all the data in the Internal table.

And the Loop at the Table and display in the table.

Regards

Sandipan

Former Member
0 Kudos

hi ravi

we can do that using table also

for that

have all the data in one internal table only

and loop at that internal table passing values to the table fields