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