‎2006 Sep 25 7:01 PM
hi help me in this issue
iam getting stars in front of no how to condese without stars,the field name is ®UD-SWNES&.
thanks in advance
kiran kumar
‎2006 Sep 25 7:04 PM
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
‎2006 Sep 25 7:06 PM
hi srikanth i have tried that but still it is coming
thanks in advance
kiran kumar
‎2006 Sep 25 7:07 PM
Hi,
Can you increase the lenght of the Field to view the total lenght
Regards
Sudheer
‎2006 Sep 25 7:07 PM
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.
®UD-SWNES(*)&
->Will print symbol with the output lenght defined in ABAP dictionary.Thanks,
Vinay
Message was edited by: Vinaykumar G
‎2006 Sep 25 7:12 PM
hi to all
it is check printing for that i have taken this field
®UD-SWNES& for getting total amount iam getting amount correctly but iam getting stars in front of the no
thanks in advance
kiran kumar.
‎2006 Sep 25 7:17 PM
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.
‎2006 Sep 25 7:17 PM
SAP payment program adds Protective Asterisks to REGUD-SWNES, use REGUD-SWNET if you don't want stars.
Regards
Sridhar
‎2006 Sep 25 7:54 PM
hi sridhar,
the field ®ud-swenet& is not working it is not picking value, plz help me in this issue
thanks in advance,
kiran kumar
‎2006 Sep 25 8:38 PM
Try REGUH-RWBTR, the field prints Amount Paid in the Payment Currency.
Regards
Sridhar
‎2006 Sep 25 9:07 PM