2006 Feb 14 8:23 PM
Hi,
I went to SPAD transaction to create new page formats, but the create option under the menu "page formats" is deactivated. Even for the Basis guy its deactivated. What do you think I should do?? Are there any OSS notes for this. I am not able to find one.
The reason for me to define a new page format is because I am printing data on pre-printed forms that are continuously fed. In the SAP script form, I am using a main window which is the size of the pre-printed form. The main window is 1/2 inch lesser than the standard page format(INCH 5) that I am using. So the data prints fine on the first form, but starts printing 1/2 inch lower in the second form. How can I tackle this problem?
I would really appreciate anyone's help in this.
Thanks.
Hi,
I went to SPAD transaction to create new page formats, but the create option under the menu "page formats" is deactivated. Even for the Basis guy its deactivated. What do you think I should do?? Are there any OSS notes for this. I am not able to find one.
The reason for me to define a new page format is because I am printing data on pre-printed forms that are continuously fed. In the SAP script form, I am using a main window which is the size of the pre-printed form. The main window is 1/2 inch lesser than the standard page format(INCH 5) that I am using. So the data prints fine on the first form, but starts printing 1/2 inch lower in the second form. How can I tackle this problem?
I would really appreciate anyone's help in this.
Thanks.
2006 Feb 14 8:37 PM
Is the basis username has SAP_ALL role attached?
the following authority checks are done for activating/removing the menu options...these should be present for the user...
AUTHORITY-CHECK OBJECT 'S_ADMI_FCD'
ID 'S_ADMI_FCD'
FIELD 'PADM'.
AUTHORITY-CHECK OBJECT 'S_ADMI_FCD'
ID 'S_ADMI_FCD'
FIELD 'SPAD'.
AUTHORITY-CHECK OBJECT 'S_ADMI_FCD'
ID 'S_ADMI_FCD'
FIELD 'SPAA'.
AUTHORITY-CHECK OBJECT 'S_ADMI_FCD'
ID 'S_ADMI_FCD'
FIELD 'SPAB'.
AUTHORITY-CHECK OBJECT 'S_ADMI_FCD'
ID 'S_ADMI_FCD'
FIELD 'SPAC'.
2006 Feb 14 8:42 PM
You can also run T-code SUIM to see the object and authorizations.
Thanks