Application Development 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: 

sapscripts

Former Member
0 Kudos

Hi all,

i just want to know the formatting options (K) in scripts. for what purpose do we use it.

thanks in Advance

neha.

3 REPLIES 3

venkata_ramisetti
Active Contributor
0 Kudos

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

jayanthi_jayaraman
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi,

The K option will compress the conversion routine assigned to it.

Vamsi