Purchase order printouts
Hi All,
We have upgraded from 4.OB to 4.6C. We have modifed SAP programs for PO print outs and renamed them to Z programs. Now in 46C when I use click the print button nothing use to happen, I then added some standard include to the Zprograms which are not here in older version but are there in newer version. Now printout is coming but some of the contents of text elements are not getting printed.
Thanks in advance for any kind of help.
Regards
Is the correct form linked to your print program?
check Transaction OMFE.
Ratman.
Yes If I make some changes in the text it gets changed on the screen.
Regards
Priyanka
What fields are missing in the new print that used to print?
Ratman?
Hi,
Some text elements are not getting printed :
/E TERMS01
P4 <H>1.ACCEPTANCE:</> Seller has read and understands this
order and
Above terms 01 element is not getting print, but if I mark the element as Comment then the code is getting printed.
Regards
Priyanka
u sure the element is getting called from within the print prog?
Ratman.
CALL FUNCTION 'WRITE_FORM'
EXPORTING
ELEMENT = 'TERMS02'
WINDOW = 'TERMS02'
EXCEPTIONS
OTHERS = 01.
CALL FUNCTION 'WRITE_FORM'
EXPORTING
ELEMENT = 'FIXTXT1_ELEM'
WINDOW = 'FIXTXT1'
EXCEPTIONS
OTHERS = 01.
Below function is called, So I suppose the above function also gets called.
Reagrds
Priyanka
But that calls /E TERMS02
I thought you wanted /E TERMS01 ?
Ratman.
Hi,
i hope what Ratman mentioned is true.
call the Text Element /E TERMS01 in ur program.
If still it is not printing,then check the OSS note 324453. Then u get an idea.
regds,
NPkumar