Application Development and Automation 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: 
Read only

SAPScript output does not reflect changes

Former Member
0 Likes
5,331

Hi All.

I am trying to make a minor standard attribute change to

a SAPScript layout set. I want to move the upper margin of one of the windows.

The problem is that it does not matter what I do, the change (any change, even font changes) does not display when I print it.

The Layout set is correctly linked in customizing and it is transported correctly to the relevant client.

Thank you in advance

12 REPLIES 12
Read only

Clemenss
Active Contributor
0 Likes
3,155

1. be sure you activated the form

2. be sure the processed form is the one you changed: Goto SE71, utilities, activate debugger. In the debugger you can see the form name

3. be sure you restarted the output transaction after changing the layout - enter /n in the comman field and then go on.

If it still does not work: Go home!

Regards,

Clemens

Read only

former_member182371
Active Contributor
0 Likes
3,155

Hi Ryno,

please make sure that the modification is done in the corresponding working language of the sapscript form.

otherwise modifications won´t be implemented.

Best regards.

Read only

abdul_hakim
Active Contributor
0 Likes
3,155

1.ensure that your form has been transported to the correct client.say for eg.if you make changes to your form in client 100(dev system) and testing in client 101(dev system sandbox) it wont be available to 101 unless and until ur changes have been transported to 101.

2.ensure that you are printing in the language in which you have done the changes as forms are language dependent.

In otherwords: FORMS are client dependent and language dependent.

Cheers,

Abdul Hakim

Read only

0 Likes
3,155

I have transported the layout set to the relevant client and

I am logged on in the language in which I made the corrections.

It is linked correctly, if I activate the Debugger, run the transaction, then the debugger starts.

Any help will be appreciated.

Read only

0 Likes
3,155

Ryno,

did you see tha changes tale effect in development system using 'Test form' in SE71?

Also, that's what I forgot, in sapscript debugger top-left you can see the Language for which is triggered.

Regards,

Clemens

Read only

former_member182371
Active Contributor
0 Likes
3,155

Hi Ryno,

go to se71 -> header -> display

what values do you have in "language attributes"?

Language Key & Original language?

Best regards.

Read only

former_member182371
Active Contributor
0 Likes
3,155

Hi Ryno,

you´ve moved the upper margin of the window upwards.

is it because you want to display more lines in this window than before?

Check if the height of the window is enough to display the new lines.

could you please be more precise about the modification you´ve done to the window?

Best regards.

Read only

0 Likes
3,155

Hi Ryno,

First, you should finish your work in the corresponding client. Save it and Activate it. If you are not testing this client, you should SCC1 to corresponding client where you are testing.

Now, go to the relevant transaction code, enter the output type and select the dispatch time option 4 (send immediately when saving application).

If you dont see any output or print preview, go to the tcode again and select the output type and then click the 'Log'.

This 'Log' will give you what are the list of problems you got while processing.

Post that log and we will all help you to rectify it.

regards,

Subba.

Read only

0 Likes
3,155

Hi All.

My Language key and original language is 'EN'.

I have used SCC1 to transport the Customizing and Layout changes , the changes are definetly there.

There is no error that the page windows does not fit into the Layout set, it prints correctly.

I have also changed text and font but no changes are present.

The Layout set is an account statement, I have linked

it correctly (I hope there is not more than one place

to link it).

Thank you

Read only

former_member182371
Active Contributor
0 Likes
3,155

Hi Ryno,

Regarding two statements of yours:

1.- "I have also changed text and font but no changes are present".

Have you created a new paragraph format and a new text format? if so please bear in mind that after creating them you have to apply them in the corresponding window.

2.- "The Layout set is an account statement, I have linked it correctly (I hope there is not more than one place to link it)".

Sorry but i don´t understand the term "link". What do you mean by "link"?

Just in case, goto se71 -> modify ->

Form -> Check -> definition

and Form -> Check -> texts

and see what the results are.

Best regards.

Read only

0 Likes
3,155

I changed text, for example the word Account to test.

With link I mean customizing changes in spro.

Read only

former_member182371
Active Contributor
0 Likes
3,155

Hi Ryno,

in order to move the upper margin of one of the windows

you have to go to pages, select the page in question and then click on "page windows button" and afterwards in "standard attributes" tab you would pass from:

Window CMR-1 Description Sender

Window type VAR

Left Margin 1,30 CM Window width 9,10 CM

Upper margin <b>2,20 CM </b> Window height 2,00 CM

to:

Left Margin 1,30 CM Window width 9,10 CM

Upper margin <b>1,20 CM </b> Window height 2,00 CM

Best regards.