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

Gap Between Field description And Field value.

ram_sahoo
Participant
0 Likes
777

Hi Experts,

I have an issue with allignment in script maintain gap between field description and field value.

Ex: <B>Delivery:</>&VBDKL-VBELN&

Expected output Delivery:    456987

current output Delivery:456987

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
742

Hi,

Use condense command to remove the gap in left side of the field value.

write the code like

<B>Delivery:</>&VBDKL-VBELN(C)&

Thanks &Regards,

Sree

Hi Experts,

I have an issue with allignment in script maintain gap between field description and field value.

Ex: <B>Delivery:</>&VBDKL-VBELN&

Expected output Delivery:    456987

current output Delivery:456987

4 REPLIES 4
Read only

ram_sahoo
Participant
0 Likes
742

If i will use ,, then its comming more space in between but i want using statement to maintain that gap.

Thanks.

Read only

Former Member
0 Likes
743

Hi,

Use condense command to remove the gap in left side of the field value.

write the code like

<B>Delivery:</>&VBDKL-VBELN(C)&

Thanks &Regards,

Sree

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
742

I'm confused - do you need to increase the space between two fields? If so, have you tried just adding, well, space (' ') in the middle?

Also what search has been done before posting?

Read only

Former Member
0 Likes
742

Hi Ram,

If you need spaces either you can put a space like Jelena has suggested or you can use tab spacing in the sap script styles for that font.

Thanks,

Naveen