cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic rendering forms in abap

0 Kudos

Hi all,

i am almost new in designing forms by adobe lifecycle designer.

I am designing the forms in SAP transaction SFP

and call my forms from the abap platform via function module.

Now i have the problem, that the adobe document server does not allow to render dynamic forms. So any use of javascript fails...

The rendered form shows in the xml the following lines:

...

<acrobat>

<acrobat7>

<dynamicRender>forbidden</dynamicRender>

</acrobat7>

<common>

...

Has anyone a clue, how to make the ADS render a dynamic form?

Thanx for your support.

Kind regards

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

dieter_fischer
Explorer
0 Kudos

Hi,

try the reports "FP_EXAMPLE_01" and "FP_TEST_00" to check the correct ADS configuration.

Regards,

Dieter

Answers (2)

Answers (2)

0 Kudos

Dieter,

thanks for your hint. The sfpdocparams-fillable parameter did it!

Problem is solved.

Regards Andreas

0 Kudos

Hasn't anybody an idea about this...?