Sie sind auf Seite 1von 7

To display Table data along

with Long Texts in Adobe


forms
created by Ravinder Narsingh on Aug 30, 2013 9:33 AM, last modified by
2013 10:02 AM

Ravinder Narsingh

Version 1
Tweet
inShare

Requirement:
Item No.

Material No.

Description

Qty

Price

Long Text
10

P1000

ABC 1 ltr

5 pcs

250.00

XYZ 2 ltr

5 pcs

450.00

Long Text of Material P1000


20

P1001
Long Text of Material P1001

Step 1: Go to Tcode: SE11 and create a structure YSTABLE1 as shown below:

Step 2: Create a table type YTTABLE for the above structure using Tcode: SE11
Step 3: Go to Tcode: SFP and create an interface YTABLE_INTERFACE as shown below

Step 4: Go to Tcode: SFP and design a form YFTABLE by providing the above interface.
In the context tab, drag and drop the internal table IT_TABLE into context area as shown below.

on Aug 30,

Step 5: To display long text, create a text field by right-clicking on data as shown below.

Select the text type as Include text. I have hard-coded the values of Text Object, Text Id, and Language. You can also pass them dynamically similar to that of Text Name.

Step 6: Go to Layout tab, and click on Data view as shown below

Now drag and drop the above fields into the below format and wrap them into a Subform eg. Body
Provide the Accessibility role of Subform as Body Row

Similarly create another Subform by name Header for the Header description. Provide the Accessibility role as Header Row.

Wrap Subforms Header and Body into another Subform say Table.
Bind the Subform Table as shown below

Make Subform Table as Flowed.

Similarly bind the Subform Body as shown below

For testing purpose, I have created a long text YTEXT using Tcode: SO10

Activate and run the form with the below test data.

Output:

Thanks,

Narsingh Ravinder

Das könnte Ihnen auch gefallen