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

scripts

Former Member
0 Likes
1,197

hi help me in this issue

iam getting stars in front of no how to condese without stars,the field name is &REGUD-SWNES&.

thanks in advance

kiran kumar

10 REPLIES 10
Read only

Former Member
0 Likes
1,169

that is appearing because of lack of space for that field,i guess,

try to give more space for that field

and also give this,

®UD-SWNES

(C)

&

(C) is used to condense the field.

check the value in Debugging, how the value is appearing there? if the value is appearing correctly in the debugger then its problem with lack of space for that field.

Regards

srikanth

Message was edited by: Srikanth Kidambi

Read only

0 Likes
1,169

hi srikanth i have tried that but still it is coming

thanks in advance

kiran kumar

Read only

Former Member
0 Likes
1,169

Hi,

Can you increase the lenght of the Field to view the total lenght

Regards

Sudheer

Read only

Former Member
0 Likes
1,169

Hi Kiran,

The stars are coming due to truncation of data.

®UD-SWNES& is unable to hold all data. So increase length of that field to view total content.

Try with this option.

&REGUD-SWNES(*)&

->Will print symbol with the output lenght defined in ABAP dictionary.

Thanks,

Vinay

Message was edited by: Vinaykumar G

Read only

0 Likes
1,169

hi to all

it is check printing for that i have taken this field

&REGUD-SWNES& for getting total amount iam getting amount correctly but iam getting stars in front of the no

thanks in advance

kiran kumar.

Read only

0 Likes
1,169

hi kiran,

the field swnes itself describes that it is protected with '*'. So for check printing it is normal to print * infront of the Amount.

if u want to remove those stars then try to find the length of the amount and split the amount in that and assign to other viarable and display in output.

Regards.

Read only

sridhar_k1
Active Contributor
0 Likes
1,169

SAP payment program adds Protective Asterisks to REGUD-SWNES, use REGUD-SWNET if you don't want stars.

Regards

Sridhar

Read only

0 Likes
1,169

hi sridhar,

the field &regud-swenet& is not working it is not picking value, plz help me in this issue

thanks in advance,

kiran kumar

Read only

0 Likes
1,169

Try REGUH-RWBTR, the field prints Amount Paid in the Payment Currency.

Regards

Sridhar

Read only

0 Likes
1,169

hi sridhar,

thanks this field is working

kiran kumar