cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple text objects in single line

Former Member
0 Kudos

Hi Experts,

In my Sapscript , i need to include multiple text objects ( i mean the texts created through SO10) in a single line. My scenario is , i have follwing texts

/ : INCLUDE ZF9R_RECEIPT_AMTINWORDS OBJECT TEXT ID ST LANGUAGE EN

= &AMOUNT&

/: INCLUDE ZF9R_RECEIPT_AND OBJECT TEXT ID ST LANGUAGE EN

= &CENTS&

/: INCLUDE ZF9R_RECEIPT_CENTS OBJECT TEXT ID ST LANGUAGE EN

Where &AMOUNT& and &CENTS& are variable which will contain the runtime data.

I want all these texts to be printed continuosly, without a line break.

Assume my window is big enough to include all the texts in single line.

i have used :/, = formats. It is not giving the output as i need.

Please help me .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I dont think its possible

instead

use the function module READ_TEXT,

each time passing the differnt text ids

Conactenate the values and then print as one line