cancel
Showing results for 
Search instead for 
Did you mean: 

Display Item texts in Purchase Order items layout as nested table

0 Kudos

Hi to all,

my issue is the following: I have to display on a form (using transaction SFP) Purcahse Order items and their texts. I built a context in which I put item texts table as a nested table of items table. I followed example "FP_TEST_NESTED_TABLE" in SE38 but I can't diplay item texts under item row. I try to explain: I want my output similar to the following

-


Order Item | Quantity | Price Uom | Unit Price

-


00010 2500 ST 0.30

| This is first row of item texts for item 00010

| This is second row of item texts for item 00010

| This is third row of item texts for item 00010

| This is ..........

| ........

00020 234 ST 0.80

| This is first row of item texts for item 00020

| This is second row of item texts for item 00020

| This is third row of item texts for item 00020

| This is ..........

| ........

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

Any suggestion? please?

thank you very miuch

Enrico

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

I solved it by myself. I had to use subfoms in order to obtain the layout I wanted.

subform (accessibility TABLE)

subform (accessibility HEADER)

subform (accessibility BODY)

subform (accessibility FOOTER)

then I played with subform content flowed or positioned and now it works

Enrico

Former Member
0 Kudos

Hi Enrico,

I have worked on a similar requirement. I have created the whole fields including the item text in a single internal table

Following was my approach

I have distinguished the Table body content into two subforms which will be wrapped into one main subform ( representing table body say sub_body). Whose property is set to flowed ( With West Text property) and repeat each item

1. Enclose the table columns into subform say sub1, set its propert to flowed with west text property. Alighnment of the columns embaed in Sub1 should be made by adjusting its width and spacing .

2. Enclose the Corresponding item text ( Which will be one of the colums of the internal tabel mapped ) into Sub2.

As far as standard text display is concerned which can be displayed in two ways as explained in one of my earlier posts.

Hope this helps,

Regards,

Murthy