on 2009 May 04 7:37 AM
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.