cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert text in body row ?

Former Member
0 Kudos

Hello,

I am designing a form which will display the Purchase Order with information such as : Material, Quantity . In the form we will display the items as the table. But the client requires some more informations for each items such as : PO items texts, Delivery date...etc . Could you please show me how to add the informations for each items ?

Material Description Quanity

A0001................Test Material 10

Delivery date : 01.08.2010

Item text : This is the test text for Items 10

.........................................................................................

Thanks in advance.

View Entire Topic
Former Member
0 Kudos

1)If all the data,u need to display in 2 or 3 rows, exist in same internal table

Create 2 or 3 (how many u want)body rows for the table.

Wrap all body rows into subform set.

Check repeat for each line item for subform set instead of giving that option for individual body row.

2)If data is available in different internal tables

At context level create relationship among internal tables.

For example:

if 1st internal table have material and description and second table have material and deliverydate,

Create a loop for the first internal table and give relation as material.

Similary for all other internal tables.

Create 2 or 3 (how many u want)body rows for the table.

Now bind the corresponding details to the text elements in the table .

Wrap all body rows into subform set.

Check repeat for each line item for subform set instead of giving that option for individual body row.

Regards,

Swathi

Edited by: swathi kambham on Jul 7, 2010 10:04 AM