Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SAP script

Former Member
0 Kudos
92

hi all,

i am creating standard text through tran. SO10 , and using it in my script

in script we can write only one text at a time but i have created three standard texts which i want to print in a single line like

Item material no description

but in script when i insert text

/: INCLUDE Z8_ITEM OBJECT TEXT ID ST

/:INCLUDE Z8_mat OBJECT TEXT ID ST

/:INCLUDE Z8_desc OBJECT TEXT ID ST

it print like

Item

material

Description

how can i maintain all these three text in i single row.

what will be the solution for that.

regards

martin

2 REPLIES 2

Former Member
0 Kudos
67

i think by using three text it is not possible to show it in one line better u write all the text in one std text and include it in sapscript.

Former Member
0 Kudos
67

Hi Martin ,

I dont think it is possible to print diffrent text on the same line.

Regards

Arun