cancel
Showing results for 
Search instead for 
Did you mean: 

PO print modification

Former Member
0 Kudos

Dear Friends,

I have modified the Purchase Order print layout by adding an additional window. But this new window is not getting printed.

Kindly guide me to set right the same.

TIA.

Regards,

Vincent

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This in sapscript or smartforms? give more details about your issue..

if its in sap script you have to caled the window in your driver program using write_form FM?

in sap script use text element like /E space c and call in your driver prg like below.


ALL FUNCTION 'WRITE_FORM'
EXPORTING 
ELEMENT = SPACE "pass the element
WINDOW = 'MAIN' "pass the window name
*FUNCTION = 'SET'
*TYPE = 'BODY'
*IMPORTING 
*PENDING_LINES =
*EXCEPTIONS 
*ELEMENT =
*FUNCTION =
*TYPE =
*UNOPENED =
*UNSTARTED =
*WINDOW =

regards,

Dhina..

Answers (1)

Answers (1)

Former Member
0 Kudos

If it is not a main window, there is no reasone why it shouldnt get printed. You dont need this write_form calls for secondary windows.

But what you probably forgot is to add this window to the according page, or in case of SAP-SCRIPT- the window page.