cancel
Showing results for 
Search instead for 
Did you mean: 

multiple data values in one text field of adobe form

Former Member

Hi Experts,

I have generated a Adobe form using webdynpro java. I have couple a text field. They are binded with some values which a RFC returns.(name, age, loacation are the fields from data view.)

Is there a way to insert all these 2 values in one text field of adobe form.

As of now, I am able to assign only one value to one text field.

Please let me know or Point me to any document on adobe form I will try to figure it out.

Thanks,

Raj

Accepted Solutions (1)

Accepted Solutions (1)

i042339
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Raj,

This you have to handle through java scripts.

I am telling you the steps .. hope you will get an idea

1. You have to hide the two fields which you do not want to display individually.

2. Insert one dummy field to the Adobe form

3. Through Java scripts you have to extract the values from the first two fields and assign the manipulated values to the dummy field.

You can find the sample scripts to get and set the field value in adobe Lifecycle designer help.

These scripts are really very simple.

Cheers

Satya

Former Member
0 Kudos

Hi Satya,

Thanks for your reply. I tried looking into lifecycle designer help. I got some useful information. But I was not able to figure out where to write the java script code.

How to open the editor?

Can you please briefly give the steps?

I greatly appreciate your help.

Thanks,

Raj

i042339
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Raj,

Follow these steps

1. Open the form in Adobe Life Cycle Designer

2. Goto Menu -> Window -> Script Editor or press CtrlShiftF5

3. This will open the script Editor.

4. Now you can write scripts in the script editor

If you are familiar with java script, then you can easiliy write code for corresponding action.

Cheers

Satya

Former Member
0 Kudos

Hi Raj,

I' m looking for the same solution for ABAP form.

Can you help me ? For example piece of java script.

Answers (0)