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

sap script

Former Member
0 Likes
328

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 doesn’t 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.

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
306

You need to move the material document and other assocatied fields further away from the logo, for example, move that increase the left margin and top margin of that window in move it away from the logo(assuming that the logo is in the top left corner).

Regards,

Rich Heilman

Read only

0 Likes
306

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.

Read only

0 Likes
306

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