cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with displaying Standard Text containing an INCLUDE

Former Member
0 Kudos

Hi all,

I would like to include the whole following standard text in my form :

INCLUDE 'Z_INCLUDE_TEXT' OBJECT TEXT ID ST PARAGRAPH ZH

My_standard_text

This standard text refers to another standard text : Adobe only displays the "My_standard_text" part and seems not to understand the 'INCLUDE' instruction... It only displays a blank space.

Do I have to create a new standard text which would concatenate the INCLUDE part and the My_standard_text part or is there a way to make Adobe take the INCLUDE instruction into account ?

Thank you for your help !

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Using Web Dynpro to call AIF....Our process is a bit complicated because we are passing text as rich text so we can display formatted text.

We store text in SO10 objects and pass them to our forms.

We convert the SO10 text object to a SAPScript format - TDFORMAT/TDLINE table and bind that able to a context table.

in SFP, Context tab, we have to create a Text Node for each of our longtext fields and assign the table to them. When you map the Text Node to your form field, it will show your SO10 data.