cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

dynamic text include in adobe form

umberto_panico
Participant
0 Likes
4,623

Hi all

I have to convert a sapscript in an adobe form.

In this sapsript there is an include text with dinamic fields.

example :

INCLUDE &T166K-TXNAM& OBJECT &T166K-TDOBJECT& ID &T166K-TDID& LANGUAGE &EKKO-SPRAS& PARAGRAPH NR

Moreover these texts have different pragraph formats in them (there is not only one style)

How can i convert it in adobe forrm logic?

Thanks and regards

Umberto

Accepted Solutions (1)

Accepted Solutions (1)

OttoGold
Active Contributor
0 Likes

You can create a standard text node in the adobe form context. OR you can of course do this in your abap code. Otto

Answers (2)

Answers (2)

Clemenss
Active Contributor
0 Likes

OK so far so good. Creating the text in Context and Changed the Text Type to include text.Lifecycle designer does not allow any fields from context if they are in a table line.

We pass all needed texts (ID, name, object, language) together with other relevant data in the interface, drag them into context. How to create a text node inside internal table?

Regards Clemens

Former Member
0 Likes

HI,

Populate the Text Name ,ID and Objects in Interface into global variables.

Create a text in Context and Change the Text Type to include text.

Specify the Text Name ,ID , Object and Language.

Select No error if text not available Check box.

Provide the other details also if you have.

Drag this Text in the Lay out.

Text will Display as same as in SO10.

Thanks

UmaS

Former Member
0 Likes

hi ,

you can use FM read_text to get the value pass the tdlines to adobe form .

it might work

Thanks

aakash

Former Member
0 Likes

HI Umamaheswara rao,

can u elaborate the following texts you mentioned above.

Create a text in Context and Change the Text Type to include text.

Specify the Text Name ,ID , Object  and Language.

Select  No error if text not available Check box.

Provide the other details also if you have.