cancel
Showing results for 
Search instead for 
Did you mean: 

Alignment Problem

Former Member
0 Kudos

Hi Friends ,

for Alignment purpose i have to keep two text edit object in one text object .

how to do that

for example

Text1 this should be in one text object .

give suggestion

regards

Krishnan R.

Accepted Solutions (0)

Answers (3)

Answers (3)

OttoGold
Active Contributor
0 Kudos

Did you solve your problem? Maybe you can share your solution and experience with us? And close the thread if the problem is solved. Thank you, Otto

OttoGold
Active Contributor
0 Kudos

Hello, you can use floating fields. Create a static text, right mouse, "floating field...", maintain new field binding. Use as many times as you need to in one text. You can use it the same way you would use standard texts (SO10) with variables. Otto

NoJo
Active Participant
0 Kudos

i guess you can not do it before you biuld your context (in a program).

if you use abap and an DDIC interface you can use initialization in the interface

or in the form: try to add the second text via scripting to the first one for example at form:ready event.