Application Development and Automation 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: 
Read only

help in sap script

former_member219850
Participant
0 Likes
755

Highlighted LLC text should come exactly below KOENIGSDROS....

how to do it....also attaching the script code in  other sshot...

Plz help...

1 ACCEPTED SOLUTION
Read only

arthur_alvesteixeira
Active Participant
0 Likes
734

Darshan,

it's possbile using specific tab or new window only for this text.

5 REPLIES 5
Read only

former_member202771
Contributor
0 Likes
734

Hi Darshan,

Increase window size, LLC will come in same line.

Thanks,

Anil

Read only

0 Likes
734

thnx for d reply...

but it will not be generic solution...if in case a larger text appeared der then it will eventually come down from the beginning only....not under it....

Read only

0 Likes
734

Hi Darshan,

we have mentioned as 50 chars right. So taking max size into consideration should give a generic solution.

Thanks,

Anil

Read only

arthur_alvesteixeira
Active Participant
0 Likes
735

Darshan,

it's possbile using specific tab or new window only for this text.

Read only

Former Member
0 Likes
734

Hi

continous text always starts at the start of the window and ends at the end of the window. If the text is too long for 1 line, it will start in the next line at the start of the window.

so wether redesign your windows, by outsorcing your leading text into a seperate window. Or split your variable so it does not extend your window-size

if &GC_ADDRNAME2(40)& <> ''.

,, &GC_ADDRNAME2(40)&

endif.

if &GC_ADDRNAME2+40(10)& <> ''.

,,&GC_ADDRNAME2+40(10)&

endif.

regards

Stefan Seeburger