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

Sap Script : Printing Issue(Reg Text elements) (Urgent)

Former Member
0 Likes
472

Hi ,

The requirement is that I have to print the values coming from two different workareas adjacent to each other.If I include them in the same text element, value from one of the work area does not get printed.

When I m taking two different text elements the values are coming as

A : (First work area)

B : (First work area)

but i need as

A B

Any solutions to this will be highly appreciated.

Regards,

Vivek

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
454

Hi vivek,

you can achieve this by placing to workarea's besides each other.

Otherwise you can even place them in two different lines but for second one give the paragraph format as "=". this will make the workarea values to continue in same line.

reward point if helpful.

3 REPLIES 3
Read only

Former Member
0 Likes
454

hi vivek

try this

take a variable with length equal to the length of the two fields which you need

move your workareas seperately in to that variable

print that variable

please reward if usefull

vamsi

Read only

Pawan_Kesari
Active Contributor
0 Likes
454

Define text in second text element as below


Format           Text
=                    &SECOND-WORKAREA&

Message was edited by:

Pawan Kesari

Read only

Former Member
0 Likes
455

Hi vivek,

you can achieve this by placing to workarea's besides each other.

Otherwise you can even place them in two different lines but for second one give the paragraph format as "=". this will make the workarea values to continue in same line.

reward point if helpful.