cancel
Showing results for 
Search instead for 
Did you mean: 

Sapscript Formatting

Former Member
0 Kudos

Hi everyone.

I am have this piece of code in SAPscript MAIN window editor:

/: IF &PAGE& = 1

/: POSITION XORIGIN '0.2' CM

/: BOX WIDTH '77' CH HEIGHT '190'MM FRAME 10 TW

/: BOX WIDTH '77' CH HEIGHT '1.2'LN FRAME 20 TW

/: BOX XPOS '17' CH WIDTH 0 TW HEIGHT '190' MM FRAME 10 TW

/: ENDIF

/E 610-B

/*

610-B is a text element.

This code works fine, but when I exit the editor the word 'par' is inserted and this distorts my code as in the following;

/E ENDIFpar610-B.

What do I have to do to keep this 'par' word off.

Will award points for useful answers.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Change the name of you text element. It should start with character.

Message was edited by:

Pratiksha Parab

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks. But the text element is SAP standard for form MEDRUCK main Window which I copied to ZMEDRUCK.