cancel
Showing results for 
Search instead for 
Did you mean: 

OTR Texts

former_member184313
Participant
0 Kudos

Hi everyone,

I have several Adobe print forms to translate. Most of the static texts on this form already exist in our online text repository used by BSP applications.

Is there a way to access those texts inside the pdf form layout?

Thanks for your help.

Daniel

Edited by: Daniel Sulzer on Oct 14, 2008 12:11 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Daniel,

In the interface of your forms you can add some code in order to retrieve the OTR value .

Add global data corresponding to your texts, then in the initialization part code as in BSP application to retrieve the content of your OTR.

Hope this help you.

Regards

Answers (2)

Answers (2)

former_member184313
Participant
0 Kudos

Would be nice to have drag n'drop capability like in BSP. But at least there is a way.

Thanks for your help!

vaibhav_tiwari
Contributor
0 Kudos

Hi Daniel,

You can access those text in your form. In case you are using WD ABAP just create a node in context and create an attribute of type string in that. Now bind this attribute to field on the form where you want to print this OTR text.

In case you are using WD Java you have to make RFC to access these texts to WD Java and the remaining procedure is same as explained in WD ABAP.

In case you are using normal ABAP you have to create context node through SFP transaction and there you have to create and bind the attribute to the form.

Regards,

Vaibhav Tiwari.