2005 Nov 18 12:21 PM
Hi all,
i just want to know the formatting options (K) in scripts. for what purpose do we use it.
thanks in Advance
neha.
2005 Nov 18 12:26 PM
Hi,
We use this option for Ignoring Conversion Routines
SAPscript conversion routines specified in the Dictionary are automatically recognized and used when program symbols are formatted. To suppress conversion, use the K option.
Syntax :&symbol(K)&
For more help on another formating options see
http://help.sap.com/saphelp_47x200/helpdata/en/d1/803438454211d189710000e8322d00/frameset.htm
Thanks,
Ramakrishna
2005 Nov 18 12:28 PM
Hi,
Check this link and kindly reward points by clicking the star on the left of reply,if it helps.
http://www.henrikfrank.dk/abapexamples/SapScript/symbols.htm#Formatting
2005 Nov 18 2:33 PM
Hi,
The K option will compress the conversion routine assigned to it.
Vamsi