cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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.

0 Likes
View Entire Topic
Former Member
0 Likes

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