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

smartform allignment issue?

Former Member
0 Likes
948

Hi

col1     clo2    col3    col4

1        abccc     cd                 

          dddd                 30.00

2      eeeee      ff    

       efffffffff      dd          40.00

here currency data are displaying 2nd row i need to display on same line how to i solve this?

Thanks

Ravilla

1 ACCEPTED SOLUTION
Read only

venuarun
Active Participant
0 Likes
911

Hi Ravilla,

Give it like this  GWA_MSEG-UNIT(CIZ).

Regards

Arun VS

7 REPLIES 7
Read only

venuarun
Active Participant
0 Likes
912

Hi Ravilla,

Give it like this  GWA_MSEG-UNIT(CIZ).

Regards

Arun VS

Read only

Former Member
0 Likes
911

Thank you every one for earlier response my issue is resolved.

Thanks

Ravilla

Read only

satyabrata_sahoo3
Contributor
0 Likes
911

This might because of the extra spaces. Remove space using (CZ)  after the Currency variable.

Read only

Former Member
0 Likes
911

If field is char type, use CZ.
Else, if possible convert it to char type and use CZ.
Else, expand cell size.

Read only

former_member202818
Active Contributor
0 Likes
911

&amount(C)&

for further refer...SAP Library - BC Style and Form Maintenance

Regards

Sreekanth

Read only

0 Likes
911

Dear Experts

I just pass formatting option "CS" with in our varibles that solves everything.

Thanks

Lakshman

Read only

rajkumarnarasimman
Active Contributor
0 Likes
911

Hi Ravilla,

Increase the col4(currency) column width size. Then the value comes in first line itself.

Regards

Rajkumar Narasimman