cancel
Showing results for 
Search instead for 
Did you mean: 

Printing extra 'PAR'

Former Member
0 Kudos

Hi Experts,

I have a requirement to draw a table in SAP Script, I have copied Standard script and done the changes as per my requirement,

But in box frame commend I am getting u2018PARu2019 word extra, because of this I am not able to print the form.

Please help me outu2026..

1. I want to know, what is this PAR?

2. Why this PAR is displaying?

3. How to remove this PAR (This problem)?

Regards,

Sreenu Valeti.

Hi Experts,

code is like this,

{

/: box height '10' ch intensity 10 tw ,

here, at the time of saving, Par is adding.....

like

/: box height '10' ch intensity 10 twpar}

Please give me the cleat idea, on this..............

Regards,

Sreenu Valeti

Edited by: sreenu valeti on Apr 3, 2009 7:10 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

use the script editor to write this instead of using other edtiors. goto->change editor and the wrte the command to draw the box.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Please check with the declartion of table

Here is a sample code:

/: Position Xorigin '20' cm Yorigin '20' cm.
/: Size width  '20' cm HEIGHT  '20' cm
/: Box Frame 10 TW

Hope this solve the issue.

Regards,

Rajani

Former Member
0 Kudos

Rajani Dasharadhi

Thanks for your reply,

i am using same code, but after save and active, its working fine and if i tray to do again some changes in same window, i mean if go inside the editor its giving this 'PAR' wordautomatically..........

Regards,

Sreenu Valeti

Former Member
0 Kudos

Hi ,

Just remove PAR after TW which u write there, your problem will be solved.

Regards,

Navin

former_member605083
Participant
0 Kudos

Hi Sreenu,

Intensity in the Box command is expressed in %.

Remove the TW after intensity and then save and activate.

Regards

Nupur

Former Member
0 Kudos

Hi Thanks for your reply............

i am giving that for Example, but there is something else.................

waiting for experts reply...

Regards,

Sreenu Valeti.

Former Member
0 Kudos

Which editor are you using?

Try changing the editor.

(Goto -> Change Editor)

Pushpraj