cancel
Showing results for 
Search instead for 
Did you mean: 

SO10 Text in TEXT-ID of document (include) in Adobe Form - How?

Former Member
0 Kudos

Hello,

I have the following problem. We would like to overtake our new purchase order form into Adobe form. Everything great BUT now I got a show stopper:

We are using include texts in the position text of the document; means I have a position text of the purchase order (vendor information TEXT-ID Y991) this text comes from our vendor master. In the text the following statement ist written:

*    This is the vendor information:

/:   INCLUDE ZM_FREIGABEBESCH_TEXT12 OBJECT TEXT ID ST LANGUAGE EN

In my context I linked a include text with the text ID. On the formular just the sentence "This is the vendor information" is printed, the include of the SO10 text ZM_FREIGABEBESCH_TEXT12 is not printed.

Does someone have a solution for this because this is really a show stopper in our company for the adobe forms.

Thank you for your help.

Many greetings.

Markus

Accepted Solutions (0)

Answers (3)

Answers (3)

NagaPrakashT
Contributor
0 Kudos

Hi Markus,

1.Create a Include text in the Context of the adobe Form

2. If your TEXT-ID and other properties of include text are dynamic,declare those dynamic fields in the         form Interface and pass the data through print program.

3. Map these fields to context of the adobe forms and assign them to the properties of the include text

4. Go to Layout of the Form, In the Layout the Include Text can be seen as a Text Field.

     Just drag & drop to the layout. Make sure this text field in the layout is "Expand To Fit" and wrap it in     subform with "Flowed Content".

Please let me know if you need more information.

Thanks,

Prakash

sagar_pawar14
Explorer
0 Kudos

Create a text field in your form context and import your standard text(by using f4) in that field. Then in form layout u can bind this field for your vendor information.

Former Member
0 Kudos

Hi Markus,

Maybe you can try this, to use and point to the standard text directly instead.

example as below..Change text name to ZM_FREIGABEBESCH_TEXT12 and it should works for your case.

regards,

Xiang Li

Former Member
0 Kudos

Hi Xiang Li,

thanks for your reply, but the problem is, the text include comes dynamically from the vendor master. Means I can not directly include it into the formular context.

Example in the TEXT-ID Y991 from the purchase order for

Vendor 1: Text ZM_TEXT1 is included

Vendor 2: Text ZM_TEXT2 is included.

no fix text,sorry . May you have an other idea

Thanks in advance

So long

Markus

Former Member
0 Kudos

Hi Markus,

So sorry for being late reply. Been away for few days.

Can you try to use FM 'READ_TEXT' to read the text content in your initialization coding under form interface?After you get the content, pass it onto form.

By doing this, you might lost all your text formatting, like font size/color/weight and etc, as you are only retrieve the text only using the code.

You might want to do the same font formatting in your form.

regards,

Xiang Li