cancel
Showing results for 
Search instead for 
Did you mean: 

Offset in Sap Script

Former Member
0 Kudos

Hi,

I am using the fields regup-wrbtr and regup-sknto to print data in my script. The variables are printed as &regup-wrbtr(C)& and &regup-sknto(C)&.

Can some one please tell me what does the C stands for? Why is it used? Is it the offset and if so how does it works?

Thanks,

Aaditya Vyawahare

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

&symbol(C)&

The symbol value is viewed as a sequence of ‘words’, each separated from the next by either one or a string of space characters. The C option has the effect of replacing each string of space characters with a single space and shifting the ‘words’ to the left as necessary to close up the gaps. Leading spaces are completely removed. The results are the same as those of the <b>ABAP command CONDENSE.</b>

Regards

Sudheer

Former Member
0 Kudos

Hi Sudheer,

Thank you very much for the help. My problem has been solved.

Regards

Aaditya

Answers (0)