cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Script issue

Former Member
0 Kudos

Hello ,

please i want to know how to concatenate a text before an include in order to display all texts on the same line

ex :

i wrote the following code to display a dynamic text and this code displays the sentence " World"

/: INCLUDE &TEXT_LO& OBJECT QPRUEFLOS ID QALS LANGUAGE &QALS-SPRARACHE& PARAGRAPH ST

what i need now is to add "Hello " in front of "World (dynamic text)"

could anyone help ?

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_brutigam2
Active Participant
0 Kudos

What "language" are you writing in ? VBS, PHP, or else ?

Usually it should be


"Hello" & /: INCLUDE &TEXT_LO& OBJECT QPRUEFLOS ID QALS LANGUAGE &QALS-SPRARACHE& PARAGRAPH ST

greetings

Former Member
0 Kudos

i m writing it in sap script forms (SE71)

thomas_brutigam2
Active Participant
0 Kudos

oops for that I've no rights to access sry

but i think it should work like posted above