0% found this document useful (0 votes)
100 views6 pages

Adobe Forms - Create Table: by Venkat

The document provides steps to create an Adobe form with a table layout in SAP. It involves defining an interface, internal table, and form structure. Key steps include creating an interface and internal table with the same structure, dragging fields from the interface to the form context, deactivating unneeded fields, and dragging the internal table to the form body page layout. The form is then saved, activated, and can be executed.

Uploaded by

Kapil Nimker
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
100 views6 pages

Adobe Forms - Create Table: by Venkat

The document provides steps to create an Adobe form with a table layout in SAP. It involves defining an interface, internal table, and form structure. Key steps include creating an interface and internal table with the same structure, dragging fields from the interface to the form context, deactivating unneeded fields, and dragging the internal table to the form body page layout. The form is then saved, activated, and can be executed.

Uploaded by

Kapil Nimker
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

Adobe Forms - Create table

By Venkat

Step1: Go to Transaction SFP to create Adobe form. Provide the interface name and click on create
button.

Step2: Provide the description. Click on Save button.

Step3: The following screen would appear.

Now click on create button to create parameter.

Save the interface.


Step4: Go to TYPES in the Global definitions to define the user define types as shown below.

Step5: In Global data,

Create an internal table with the same structure defined earlier in TYPES definition as shown below.

Step6: In Code Initialization,


Save and activate the interface.

Step7: Now go back to the initial screen. Provide the form name and click on create button as shown
below.

Provide the description for the form and interface name created as shown below.

Click on save button.

Step8: Now, the following screen will appear.


Step9: Here, we have to drag and drop the contents, to be displayed in the layout, from interface to
context as shown below.

Step10: Here in the internal table PT_VBAP, we can de-activate the fields, which we don’t want to display
in the layout. We can do this as shown below.

Place the cursor on the field and give a right click. Now select Deactivate.

Then, the field will appear as shown below.

Step11: Now, go to layout. The following screen appears.


Step12: Now, Drag and drop the VBELN (Document Number) field to Master page.

Step13: Select the object VBELN. Go to palettes-object. You will get the following screen.

Select ‘None’ instead of ‘Sunken Box’.


Step14: Now, drag and drop the internal table PT_VBAP from Data View to body page.

Step15: Now, go to hierarchy, place the cursor on bodypage1.

Go to palettesObject

The following screen appears.

Select Flowed instead of Position.

Save and activate the form.

Step16: Execute the form, the output is

You might also like