2006 Sep 15 11:58 AM
hi to all
help me in this issue.
when i am fetching date like this £&MHNK-FAEHW& i am getting value like £ 4562,00 iam getting gap since it is taking default 15 digit gap. how to get the amount and
pound symbol exactly.
thanks in advance
kiran kumar.
Hi Kiran,
You can concatenate the pound symbol and &MHNK-FAEHW& value into a variable in driver program and display that variable in Sap script intead of displaying &MHNK-FAEHW&.
Hope this helps.
2006 Sep 15 12:00 PM
Hi Kiran,
You can concatenate the pound symbol and &MHNK-FAEHW& value into a variable in driver program and display that variable in Sap script intead of displaying &MHNK-FAEHW&.
Hope this helps.
2006 Sep 15 12:02 PM
Hello Kiran,
First possibltity is u can use write statement.
ie)
DATA: LF_AMOUNT(15).
<b>write MHNK-FAEHW to LF_AMOUNT.</b>
this will remove the space.
OR
<b>&MHNK-FAEHW(C)&</b>
If useful reward.
Vasanth
2006 Sep 15 12:02 PM
Hi,
write perform condense(ztest) changing &MHNK-FAEHW&
form condense_text.
condense &MHNK-FAEHW&.
endform.
Regards
Amole
2006 Sep 15 12:03 PM
in the layout text editor,
£&MHNK-FAEHW
(C)
& <-- makes the field CONDENSE.(C)
with that field to condense it.Message was edited by: Srikanth Kidambi
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |