Showing posts with label SAPSscript. Show all posts
Showing posts with label SAPSscript. Show all posts

Wednesday, October 29, 2014

Dowload SAPScript Layout Code



Sometimes we need to backup or export our SAPScript code, below is the step


1. Run program RSTXSCRP througn SE38

2. Key in the FORM name, and click run button

3. Save the form with .txt extension, save the form in the desktop.

4. Now you have the SAPScript code in the txt mode




Friday, December 10, 2010

Integer Type Variable - Sapscript Using Space

Hi Folks,

It seems in SAPScript it will not condense if printing integer type value ,
if need comma separated value e.g 6,000,000 moving the value to char type variable is not a good choice as it will remove the comma in after moving the value .

The trick is put condense character in the SAPscript for e.g

&v_credit_ringgit(C)&

it will condense any empty space even it is integer type value.

Wednesday, July 28, 2010

SAPScripts and Smartforms Myth

1) There is gutter at left 0.6cm perhaps ? How to change this ?

2) Smartforms what you see is what you not get , manually print and check to know if its correct or not.

3) Smartforms need to create structure to import customize itab at report program level any tricks to skip this ?

4) Counter technique is invented and used to manage the footer in sapscript ?

5) RKD_WORD_WRAP used in SAPScript to make to two lines output.

6) More to come.. the quest never end ;-)