cancel
Showing results for 
Search instead for 
Did you mean: 

Update fields from Adobe Form to Table

Former Member
0 Kudos

Hello,

I want to integrate Adobe Form into Webdynpro ABAP Application in which I want to have 2 fields which need to be updated to a DB Table.

For this first I created an Interface in Transaction SFP , added 2 import parameters of type <Table Type>-<FieldName>. Then I created a Webdynpro Component created a new I Interactive Form UI Element and binded the Context of the Form to the Interface.

Then I added 2 fields to the form from Data View . Everything is fine but when I run the Webdynpro Application the fields are not available for Input.i.e. They are in the ReadOnly Mode.

The 'enabled' property of the Interactive Form is checked.

Please help.

Any help would be highly appreciated.

Thanks.

Edited by: SAPEPDeveloper on Feb 7, 2011 11:45 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The process explained is ok, but I can explain you a better way.

1) Create the webDynpro Component first.

2) Create the context nodes as per the requirement.

3) From the 'integration' panel drag and drop the Interactive form UI element into the view.

4) Bind dataSource to root context node.

5) Check enabled property true.

6) Give a template source name (ZName).

7) On double clicking the template source, system will prompt you to enter the interface name. Map context node to the interface.

😎 Interface gets created automatically and the lifecycle designer gets opened.

9) Goto the properties tab and give layout type as 'ZCI Layout'

10) Drag and drop required fields from the data view to the layout designer.

11) Insert webdynpro script from the Utilities

12) Edit -> Form Properties -> Defaults -> XDP Preview Format should be dynamic

13) Drag and drop 'Submit Button' from Library palette -> Webdynpro native controls

On clicking the submit button at runtime you will get the control in the webdynpro submit event.

Above all these you have to check with your basis team, that the 'usage credentials' have been applied while configuring the ADS. Go to SE38 and run the program 'FP_TEST_IA_01' and check whether it is giving an error message or not.

Hope this Helps.

Thanks & Regards,

Sanoosh

Former Member
0 Kudos

Hello,

Thanks for the reply. I crosschecked all the points but still the fields are in the ReadOnly Mode.

1) The Layout of the Form is ZCI Layout.

2) Did the Utilities -> Insert Webdynpro Script Step.

3) XDP Preview Format is Acrobat 8(Dynamic ) XML Form.

Ran the program 'FP_TEST_IA_01',found no error.Did all the other steps of Mapping and form creation.

Please help.

Edited by: SAPEPDeveloper on Feb 8, 2011 9:18 PM

Former Member
0 Kudos

Hi,

In the WebDynpro View, select Interactive form and check the following properties:

Enabled - Check

ReadOnly - Uncheck

In the LifeCycle Designer:

Edit -> Form Properties -> Default -> Server

Override default rendering - Uncheck

Share your NetWeaver version and SP level as well.

Thanks & Regards,

Sanoosh

Former Member
0 Kudos

I checked the following :

For the Form:

Enabled - is Checked

ReadOnly - is Unchecked

In the LifeCycle Designer:

Edit -> Form Properties -> Default -> Server

Override default rendering - is Unchecked

Still does not work.

Pls help.,

Answers (0)