Payment term in PO print preview different from PO header

We have set payment term ZI60 for vendor 2033803, but on the PO print preview it's "Payable immediately Due net" .In PO header (In delivery/invoice tab) also, it shows payment term to be ZI60...but on print preview it shows 'Payable immediately Due net' .What could be the reason?

"Payable immediately Due net"  may be the description of payment term ZI60
goto to table TVZBT give ur payment term ZI60 and see the description......
i think
in the print program they have designed to display the description of payment term...if u want to display the payment term then ask ur ABAPer to change it...

Similar Messages

  • Can payment terms on AP invoice always defaults from Vendor Master

    Can payment terms on AP invoice always defaults from Vendor Master

    It defaults from vendor master in the purchase order and that carries forward to invoicing. But you can then change the terms in PO and those terms would be effective for subsequent invoicing.
    Just FYI.. master data payment terms in company code segment defaults to FI invoicing, payment terms in purchasing segment defaults to purchasing based invoice (MIRO).
    Hope it helps.
    Thanks.
    Rahul

  • Print behaviour different from 'Print Preview' in PM Order

    Hi gurus,
    We have a requirement to check a user status at the Operation level before a print can be triggered from a PM Order in IW32. After changing the code to satisfy the requirement at the print program level, we are able to prevent the print if the user status is not set, when the user clicks the Print Preview button. However, if the user clicks the Print button, the header system status is being set to PRT, though the print program prevents the print from being output. After debugging, we found that the behaviour of the standard SAP ABAP code is different for Print compared to Print Preview.
    Looking at the userexits "IWO1*", we weren't able to identify a suitable one that allows one to make this check before a print is triggered.
    Have anyone come across this / a similar problem ? Is there a solution ? Any ideas ??
    Cheers,
    Ashok.

    Hi Narasimhan,
    Yes, your guess is correct. We have tried out the possibility of controlling the print from the user status configuration side of things, but as the user status is at an Operation level, the system status at the header level still gets set, confusing the user that a print was created.
    Any other ideas / alternates ?
    Cheers,
    Ashok.

  • Print out different from print preview (for THANGSAN font)

    Save Our Environment. Save Yourself.
    Hi Experts!!
    I have created a smartform and print program which should actually print some Thai characters and English characters too. I created a smartstyle and have some 10 paragraph formats and are all have THANGSAN font. So, I am printing all the thai and english characters in THANGSAN font only.
    When print preview is seen, the output is very fine, but when being printed, the thai characters are appearing fine but the english characters' font is being changed to somehting else (courier or arial). Why is this happening so? Because of this, all the output is being merged and looking very weird.
    The smartform is created in EN and is translated to all languages. All user has logged on to SAP in EN language.
    Can somebody please help me out with whether the problem is with THANGSAN or the printer?
    P.S. The smartform is actually similar to the standard script Z_RVINVOICE01 in which only THANGSAN is used.
    - I'm not an environmentalist. I'm an Earth warrior.

    Save Our Environment. Save Yourself.
    Hi Sandra,
    Thanx for the reply. I do not have authorization for SMARTFORM_TRACE. Though I entered by debugging, I did not understand what should be done there.
    But as you said I created a spool. Can you please help me in how to check that RAW thing?
    Thanks a lot.
    - I'm not an environmentalist.  I'm an Earth warrior.

  • Payment term in PO to be picked from Payt trans a/c of Vendor Master

    Hi ,
    In standard scenario Payment Term in Purchase Order is automatically picked up from Purchasing data of Vendor Master.
    Our requirement is Payment Term in Purchase Order should get picked up from Payment Transaction view of vendor master rather than from Purchasing data of Vendor Master.
    Is there any user exit or customization to achieve this.
    Please help.
    Regds,
    Ritesh

    there are payment terms at comapny code level AND purchasing org level, because you may get vendors for which you dont need purchasing views, such as customs or restaurants, where you never place a purchase order at. And other vendors like goods suppliers may never need company code views because you will never pay them.
    So each view serves its own purpose.
    It is not possible to just ignore maintenance at one level and get the payment term for an other organisation.
    Especially as you can have several purchasing organisations within one company (if you purchasing wants to differentiate purchases of direct material from MRO purchasing) or you have one purchasing org for several company codes.
    And not always is the payment term equal then.
    If you are certain that the company code payment term is always equal to purchasing org payment term, then copy it over with mass maintenance and everything is fine.

  • Payment Terms in MIRO should be defaulted from PO/ Scheduling Agreement

    Dear Experts,
    Our client requires payment terms in miro to be defaulted as the same that is in the PO or scheduling agreement.
    How can this be configured.
    The problem being faced is that the payment terms is Scheduling Agreement is 0012, where as in the vendor master it is 0011 in company code data and purchasing org. data.
    (payment terms where changed at the time of creation of scheduling agreement)
    but at the time of miro posting ,the payment terms are fetched from vendor master data i.e,0011
    Awaiting solution.
    Regards,
    Charmaine
    Edited by: Charms_Leena on Nov 4, 2011 11:32 AM

    Hi Dina,
    Thanks for the info.
    I have another couple of doubts as below.
    1) Could you please tell me that is there any API available to update agreements?
    2) Also, in which table the data will be stored when we create a new project by doing "copy from" option? and from back-end....does a workflow create a project or is it some trigger that create the project?
    Thanks
    Edited by: user8901628 on May 13, 2010 3:08 AM

  • Change margins on print preview screen from metric (millimeters) to inches

    I need to adjust the margins when printing a page from the web. The print runs off the bottom of the page. When checking in print preview, the margins are in millimeters. Would like to change that to inches (which i am more familiar with). Where can i change the settings from metric to inches.

    { Ctrl + P } then Properties = do you have '''letter''' size paper selected or '''A4''' size? <br />
    A4 is a bit longer than Letter size paper.
    From what I have seen on my PC's, you get millimeters with metric size paper and fractional measurements with US paper sizes.

  • Print Preview texts from event handler of a web UI component enhancement

    Hello,
    I've enhanced View GSTEXT/List to add Print Preview button. What I've done in the event handler is to read the text with  function module READ_TEXT and I have all my text in the lt_lines internal table. Now I want to View this text in PDF format. I just realized I can't call a smartform directly from my event handler and I also can't call an adobe form to do this for me. Can anyone help me on how to resolve this?

    Hi Khaya,
    I see two things you might have done not quite right:
    Why do you use "READ_TEXT" when all the data is already there in the BOL? Did you ever have a look at the logic the WebClient uses to display the text? Go check it now!
    Of course you can call an Adobe or Smart Form in an event handler. The bigger problem might be getting the response to the user.
    Not knowing your exact logic I would recommend:
    Use the BOL to retrieve all data.
    In the method where you create the button use CL_CRM_WEB_UTILITY to create the JavaScript code for a client callback handler. Then in the handler create the PDF and return it to the user. You can just set the XSTRING to the response.
    cheers Carsten

  • Can you disable the print preview window from firefox and how?

    I would like to disable the print preview window and be able to click print once. I don't have the firefox symbol on the top left of the window. Can someone please give me the steps to change the settings?

    You can look at this extension:
    *Universal Print: https://addons.mozilla.org/firefox/addon/universal-print/

  • Print preview missing from HP Photosmart 6520 e

    Hello,
    where is the print preview option for the HP Photosmart 6520?

    I use the print preview every time I print so I can decide what is wastefull.

  • Why is printing report different from report builder and app server

    I created a report and when ran from report builder it looks fine.
    And when i moved the report to server and ran the report in the browser using this url
    http://192.1.1.8:7778/reports/rwservlet?userid=esp/esp_dev1@wdev&report=FMMA_VOUCHER.rdf&destype=cache&desformat=pdf
    and print it the report shrinks, the fonts become small and the margins change. I am having hard time how to figure out a way to correlate the formatting in the report builder and when i run on the server using pdf format.
    Is there any way to set the server so that the pdf output matches with the report builder.
    Thanks.
    Sree

    I assume you are doing a cross platform deployment
    Pls read section 6.2
    Resolving PDF Font Issues During Cross-Platform Deployment
    in
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    [    All Docs for all versions    ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • Preview Differs From Final Burn

    Trying to burn a dvd with chapter selection.
    I preview the whole dvd before burning and it looks fine.
    Test every chapter, watch the whole dvd etc. No problems. Plays how I'd like it to.
    I burn it without any problems or error messages.
    But, when I watch it in a regular dvd player.
    Menu load and I go to play it and it starts halfway through the video.
    I go to the scene selection menu and it starts from the same place.
    Every scene goes right back to halfway through the movie.
    The dvd won't play in the computer that I burned it on.
    And when I preview the file in IDvd post burning the preview is messed up like the dvd.
    Anyone else have this problem?

    Welcome to the Apple Discussions. Instead of burning from iDVD use the File->Save as Disk Image menu option. That encodes the project and saves as a disk image. You can mount the disk image and play it with DVD Player. If the chapters work OK there then the problem is with the burning process. If the chapters are as they should be burn the disk image to disk with Disk Utility.
    Be sure to use quality media, Verbatim-R is the most recommended brand here, and burn at the slowest speed possible.
    OT

  • Live preview differs from IExplore

    Hello all, i created a template in photoshop and opened it in dreamweaver. when i view the live, it seems to display clean and crisp. but when i try it in internet explore its seems a bit pixelated. it is not very obvious but my keen eye can tell me.  i have also noticed when i draw a div box and place text in it, the preview is fine in the live preview but the div box shifts about 3 spaces to to the left in IExplore.  i have not loaded a css to  the file as am not experienced creating css layouts.  Is there a way to fix these problems.

    Upload your page and dependant files to a remote server space and post a URL, please.
    FWIW Browser variation is nothing new.  When you're experienced with CSS, you learn to build your sites and test them to perform well in the standards compliant browsers (Firefox, Chrome, Safari).  Then use conditional comments or hacks to fix things that don't work in IE.
    As for pixelation, it could be you optimized your images poorly in PShop or didn't save them correctly for the web as JPEG or PNG.  But there's no way we can help you without seeing your page.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • SSRS 2008 R2 why Link Report Print format different from parent?

    Hi,
    I have created a link report based on Report A.
    In Report A I have set the print format to "LANDSCAPE", but the link report always appear in Portrait, any work around on this?
    If this is one of the SSRS bugs, is that anyway I can disable the print button in Report Server?
    Thanks

    Hi SAMSUNG,
    I can reproduce the issue in my local environment. As per my understanding, this scenario is caused by design.
    In Reporting Services, Report server administrators have the option of disabling the print feature by setting the report server system property EnableClientPrinting to false. But this property will disable client-side printing for all reports managed by
    the server. So if you want to hide the print icon in all reports, we can refer to the following document:
    http://msdn.microsoft.com/en-us/library/ms155874(v=sql.105).aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • InDesign CS6: Is it possible to create a pdf in which the version for printing is different from that on the screen?

    hello,
    Everything is in the title!
    The idea is to make a pdf that I send to clients by email, very graphic with colored backgrounds but when printed, the background becomes white to save ink. Similarly to the change of color of the text.
    For example, on the screen when I open a pdf I see white text on a blue background but the impression we see black text on white background.
    thank you

    hi Bob,
    With a little delay & my apologies, anyway, after a little test, your solution works very well. thx!!
    A more flexible solution was given to me on the French forum by Mr. JR Boulay
    "We need to generate 2 PDF, one with color and one in black and white. Open the PDF with Acrobat b & w and in the layers palette ask "Import as Layer" color PDF.
    Who will come on top. In the Layer Properties it only remains to define the PDF / color layer as "not printable."
    It will just be careful that the color PDF has no white background because in PDF it means transparency and thus we see through ...
    (Just use black backgrounds at 1% to fix this problem). "

Maybe you are looking for

  • HELP iPhone wont connect to laptop

    My husband and i both have the iphone 5 but mine suddenly stop connecting to my laptop it charges fine in the wall but once i plug the cable in the laptop it wont even charge much less connect to itunes . but if i connect my husbands iphone it will r

  • How to combine update stmts with different filters and multi-columns?

    Hi, I found these following update stmts in one of our long running jobs. I'd like to see if it is possible to combine it in one update or merge stmt so I can reduce the scan time on the same table from 4 times to 1 time. But I'd need some expert sug

  • AVCHD + iMovie, best tactics for home movies

    Hey all. Thanks ahead of time for your help. Even after a decent amount of research, I'm having a hard time figuring out some of this. I have a late-2008 13" MBP (2.4GHz ic2d), iMovie 08, a Canon Vixia HF20. My previous camera (mini-DV tape Panasonic

  • CUA - Sysadmin users (eg PISUPER j2ee_admin) remove from CUA

    When our CUA for non-prod was setup ALL users were brought to the managing system.  Basis team didn't realize this and we would now like to correct the authorizations on those users and remove them from CUA. Tried to research this everywhere and cann

  • MAD Authenticator with  BAM users

    Hi All, IHC which try to configure BAM/WLS with MAD and get this exception: <SecurityRoleMap><Accessed Subject: Id=urn:oasis:names:tc:xacml:2.0:subject:group, Value=everyone> <SecurityRoleMap><Evaluate urn:oasis:names:tc:xacml:1.0:function:string-is-