cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Adobe form

Former Member
0 Kudos

Hai Experts,

i have created the adobe form using the transaction 'SFP' but my requirement is to make the adobe form as editable in the run time i.e at the time of displaying my form in the output.Is there any option to do that?

With Regards,

R.Dhineshraj.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

check this thread:

[]

thanks

ravi

viquar_iqbal
Active Contributor
0 Kudos

Hi

you can make the adobe forms interactive

select the field you want as input enabled.

go to palettes->Object .

In object go to value tab

under that select User entered or read only etc.

Hope this solves your issue.

Thanks

Viquar Iqbal

Former Member
0 Kudos

Hi Raj,

There are 2 ways to do this:

1.) In SFP transaction, when you create parameter you can modify the object attribute of that parameter. There should be an option to make it in display or edit mode.

2.) Go to the script editor of the paramater, you can code a javascript to make it in display or edit mode.


form.DVTRAB.access = "readOnly";


form.DVTRAB.access = "open";

Regards,

Mawi