cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the layout in sapscript based on purchase order group

Former Member
0 Kudos

Hi all,

My requirement is as follows:

I have a SAP script which prints the PO. Based on the purchase order group I need to add empty space on the top of the output.

Suppose if PO group(EKKO-EKGRP) is 'ABC' i need to add 6cm of space. Other than ABC I neednot add space.

Could you please tell me how to achieve this?

Thanks in advance.

Regards,

Aravind.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If you want to change the standard sap script layout

then follow these below one

MEDRUCK is the standard SAPSCRIPT.

normally the client may ask you to change the layout of the satndard or he may ask to add some more fields or to add the header and footer messages

Former Member
0 Kudos

Hi Aravind,

Create a window on the top of the output ...

in the window call two different paragraph formats based on the EKKO-EKGRP.

paragraph format show the space between two fields ..

call differente paragraph formats based on Purchase group.

Prabhudas

Former Member
0 Kudos

Hi Prabhu,

Thanks for your reply.

If i create a window the space will always be present irrespective of PO group right?

For PO group ABC i need a space of 6cm on the top pf the output,it means i have to drag all the subsequent windows down by 6 cms. How is this possible dynamically? For other PO group it needs to be as it is.

IF i Create a window by callng different paragraph formats will the other windows size change dynamically?