cancel
Showing results for 
Search instead for 
Did you mean: 

what is the use of the form bulider

Former Member
0 Kudos

hai

what is the use of the form bulider

if anyone knows then give the answer

Rds

Shanthakumar KA

Accepted Solutions (1)

Accepted Solutions (1)

former_member182416
Active Contributor
0 Kudos

Hi

Using Forms Builder , we can create Forms for Content Management.

e.g News Management.

Forms Buider Gives us three Display Configurations.

1. Edit

2.Render LIst Item

3.Show

Using <b>Edit</b> the Content manager can Edit the Items.

<b>RenderList</b> Item is used to Display the Items in List Mode.

<b>Show</b> is used to Display the Contents of Selected Item.

To access the Forms Builder , Navigate to Content Management---> Forms Builder.

Create New Project.

Add the required Form Elements

Compile the Project.

Your Project Type will appear in the KM.

under Folder>New->Forms-->

Regards

Rajendra

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Use of the form builder:

You want to include data in your form that was not specified when the form was created. This can include the following data:

Data selected from the database tables of your application. You use the form interface to specify this data.

Data provided by the SAP system or by the PDF-based print forms solution, such as dates

Data that you have calculated or implemented in a form yourself, such as totals for tables

For all three of these data types, the data is not specified or inserted in the form until runtime. You use fields inserted as placeholders in the form to specify the appearance and location of the data in the form. These fields are replaced by the current data at runtime.

<b>Features</b>

You can choose from the following three interface types:

ABAP Dictionary-based interface

Smart Forms-compatible interface

XML-based interface

Regards

Sumit

[reward with points if useful]

Former Member
0 Kudos

we use forms to create or display contents.

To create a form, we use the Form Builder that is integrated with the ABAP Workbench