‎2006 Oct 04 6:26 PM
hi all i am new to sap scripts and i have a requirement like
The GR slip should be printed out after goods receipt is done together with the alert message exist with materials with priority in the custom table in order to notify the receiving person at the receiving dock.
Modify so company logo doesnt cover up the material document number
Amend the Receipt traveler with alert notification for priority material.
the company logo is covering the material doc no if its not k in the account assignment.
i created a custom table for the message text.
can any one suggest me hoe to do this so the logo will not cover the md no if the material doesnot belong to account addmt category k.
‎2006 Oct 04 6:29 PM
‎2006 Oct 04 6:33 PM
hi rich thank yoy for the reply
our logo is on right side top this is happening only if the material is not acct assmt k , when i go to the sap script wher sghould i change because i shuold only change if material is not k assmt cat.
‎2006 Oct 04 6:37 PM
Is the length of the material document number different depending on the acc assignment of the material?
You need to shift the window which holds the covered up data to the left, or move the logo more to the right. You modify the placement of the windows by manipulating the margins of the PAGE Window. Click the button for page windoes in SE71, and double click on the window in question, then modify the margins.
You will not be able to do this on a condition(like when acc assign = 'K')
Regards
Rich Heilman