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: 

smartform allignment issue?

Former Member
0 Kudos

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

venuarun
Active Participant
0 Kudos

Hi Ravilla,

Give it like this  GWA_MSEG-UNIT(CIZ).

Regards

Arun VS

7 REPLIES 7

venuarun
Active Participant
0 Kudos

Hi Ravilla,

Give it like this  GWA_MSEG-UNIT(CIZ).

Regards

Arun VS

Former Member
0 Kudos

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

Thanks

Ravilla

satyabrata_sahoo3
Contributor
0 Kudos

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

Former Member
0 Kudos

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

former_member202818
Active Contributor
0 Kudos

&amount(C)&

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

Regards

Sreekanth

0 Kudos

Dear Experts

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

Thanks

Lakshman

rajkumarnarasimman
Active Contributor
0 Kudos

Hi Ravilla,

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

Regards

Rajkumar Narasimman