cancel
Showing results for 
Search instead for 
Did you mean: 

Having problem in making ABODE form in Web dynpro editable

Former Member
0 Kudos

Hi,

I have made a interactive form in SFP whose interface is dictionary based. I am calling this form in web dynpro application by mentioning the name of the form in template source and making the enable property

of the adobe element ticked . I am also adding the following code in the WDDOMODIFYVIEW.

data: lr_zpar_sample type ref to cl_wd_interactive_form,

lr_method_handler type ref to if_wd_iactive_form_method_hndl.

check first_time = abap_true.

lr_zpar_sample ?= view->get_element( 'ADOBE_FORM' ).

lr_method_handler ?= lr_zpar_sample->_method_handler.

lr_method_handler->set_legacy_editing_enabled( abap_true ).

where ADOBE_FORM is my adobe UI element.

but its giving me a dump.

But if I comment the last code then the form is displayed but the form remains read-only.

Can any body help?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

Try changing the layout of the form to ZCI layout in the properties tab in SFP.

And also select Native in the WebDynpro Component.

Hope this helps..!!

Former Member
0 Kudos

Hi,

I have already done this thing in my web dynpro application, i,e I hve already set the display property to native

and layout type to ZCI. But still its giving dump.

The following error text was processed in the system DEV : WebDynpro Exception: The ADS call has failed. You can find information about the cause in the error.pdf on the application server

The error occurred on the application server FP-BLR-DQ-001_DEV_00 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: RAISE of program CX_WD_GENERAL=================CP

Method: CREATE_PDF_XSD of program CL_WD_ADOBE_SERVICES==========CP

Method: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD==============CP

Method: CONV_VIEW_INTO_VE_ADAPTER_TREE of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP

Method: SET_CONTENT_BY_WINDOW of program CL_WDR_INTERNAL_WINDOW