Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Displaying Textfield in adobe forms

Former Member
0 Likes
4,293

hi all,

i have a requirement like in the adobe form in need to display the name of the employee.

i have taken this value in a variable v_empname

when i try to display it by giving instead of displaying the value stored in it, it is displaying as it is.

how should i define it?

or what is the procedure for displaying such kind of variables.

If any one have a good material on adobe forms please specify the link.

thanks in advance

regards,

Tulasi.

4 REPLIES 4
Read only

former_member194669
Active Contributor
0 Likes
2,634

Try this way

In the Library palette, click the Standard tab and then drag the v_empname Field object into the form.

Select the text in the Alpha Field object and type "Employee Name".

In the Object palette, click the Binding tab and type v_empname in the Name box.

In the Object palette, click the Field tab and select Solid Box from the Appearance list.

In the Object palette, click the Field tab and select the Display Pattern list.

In the Object palette, click the Value tab and select Calculated - Read Only from the Type list.

Click Enter Script Source Changes to add the script to your form.

Read only

0 Likes
2,634

Hi a®s

In your last point you mentioned like Click Enter Script Source Changes to add the script to your form.

Can you please tell me where exactly i need to write the script source changes.

i haven't find any button or tab like script change.

please help me regarding this, it is very urgent.

and also in the data view tab i am not able to locate my z...interface.

actually the senario is that i am copying a standard form to a z...form and i am also copying the standard interface to z.... interface as i need to include some changes.

but in the form --> data view, i am not able to view the zinterface it is displaying the standard interface only. how can i get that z....interface in the data view. please revert back at your earliest convinience.

thanks in advance.

regards,

tulasi.

Read only

Former Member
0 Likes
2,634

i got the solution for this thread,

such kind of fields can be inserted in the form through folating fields (Go to layout--> Insert --> floating Field)

Thanks for all who had replied for my query

regards,

Tulasi.

Read only

hari_vignesh
Discoverer
0 Likes
2,634

Hi,

I'm stuck with one small issue with adobe forms. I have created a custom field for adobe forms using fiori launch pad and I have populated the same custom field with some text value ( Example: 'Confirmed' ).

But when I execute the document, I get a date value which is today's date (sy-datum) in this format- Mar 16,2023.

I'm not sure where this value is being pulled from as I have hardcoded the text value in the code.

Can someone help me on this?

Thanks in advance.