‎2006 Jun 26 9:22 AM
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
‎2006 Jun 26 10:19 AM
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
‎2006 Jun 26 12:16 PM
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.
‎2006 Jun 26 12:24 PM
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
‎2006 Jun 26 1:29 PM
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.
‎2006 Jun 26 1:44 PM
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
‎2006 Jun 26 1:33 PM
Hi Ryno,
go to se71 -> header -> display
what values do you have in "language attributes"?
Language Key & Original language?
Best regards.
‎2006 Jun 26 1:54 PM
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.
‎2006 Jun 26 3:19 PM
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.
‎2006 Jun 27 10:14 AM
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
‎2006 Jun 27 1:33 PM
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.
‎2006 Jun 27 3:05 PM
I changed text, for example the word Account to test.
With link I mean customizing changes in spro.
‎2006 Jun 27 5:11 PM
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.