Regarding recieving Plant in print preview of PO

Dear All,
We need to maintain address of delivery plant as default in print preview of PO for all vendors. Please guide how to customize.
Regards,
Vikas

Hi,
In transaction NACE->ME-Purchasing->PO output types->Processing routine select the smart form and add the delivery plant fields with the help of ABAPER.
Regards,
BK

Similar Messages

  • Issue Regarding Chinese characters In Smart Form Print preview..

    Hi All,
    I am working on a smart form development for chinese users. The requirement is the user will login using English & when the delivery will be issued for output, a check will be done on the country of user. If that comes as china then the international version (C) maintained for that customer will come as output.
    Now the problem is even if I login using EN or ZH the below issue I am facing always.
    In the database I can view the details in chinese properly by logging in as ZH. During debugging also i checked the data from table ADRC & MAKT is coming in chinese properly. But when i gave the values to be output in SmartForm, it is showing the characters like how it will look if I login using EN & view the table contents.
    When i view the data by changing character set as Simplified Chinese then in table i can see chinese texts properly. But when the same data goes to print preview it shows the chinese characters like as it would appear when character set is Unicode or West European..
    Please help..
    Thanks in advance.
    Edited by: malayanayak123 on Jun 1, 2011 5:48 AM

    Dear,
    print preview and physical printout are two different things.
    PrintPreview:
    The data stream will be sent to the frontend and rendered with windows-fonts etc (for backend prints a simulation).
    Printout:
    Frontend: You need a printer, that maps the character, you have to use SAPWIN or SAPWINCF when using cascading fonts. The rendering will be done in the windows spooler.
    Backend: Your printer needs also a mapping (look like something with UTF8). Also the printer needs the fonts installed because the rendering will be done in the printer!
    If you use the pdf-printer in SAP, you need to upload all necessary fonts (TTF) for the pdf-composer. Also you need a unicode pdf printer for that.
    Regards,
    Christian

  • Regarding error "Field symbol is not assigned." during print preview

    Hi experts,
        I am getting dump while trying print preview for particular POs in ME23n transaction(ECC 6.0). Please refer the below dump error:
    Runtime Errors         GETWA_NOT_ASSIGNED_RANGE
    Date and Time          29.09.2009 19:30:39
    Short dump has not been completely stored (too big)
    Short text
         Field symbol is not assigned.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLSTXC" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Error analysis
         A field symbol that was not assigned was accessed
         (data segment no. 32769).
        The field symbol is no longer assigned because there was an attempt
        makde previously in a Unicode program to set the field symbol using
        ASSIGN with offset and/or length specification. Here, the memory
        addressed by the offset/length specification was not within the
        allowed area.
    How to correct the error
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "GETWA_NOT_ASSIGNED_RANGE" " "
        "SAPLSTXC" or "LSTXCFFT"
        "FT_COMPOSE"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
       2. Corresponding system log
          Display the system log by calling transaction SM21.
          Restrict the time interval to 10 minutes before and five minutes
       after the short dump. Then choose "System->List->Save->Local File
       (Unconverted)".
       3. If the problem occurs in a problem of your own or a modified SAP
       program: The source code of the program
          In the editor, choose "Utilities->More
       Utilities->Upload/Download->Download".
       4. Details about the conditions under which the error occurred or which
       actions and input led to the error.
    I am getting this dump only for few POs.. Rest of the POs are able to print. I am not able to find notes for this issue. Is there any SAP notes available for that  or Is there any configuration issue related to this?
    Please provide solution for thsi as soon as possible.
    Thanks and Regards 
    Subbu

    A field symbol is not assigned, but thats what the dump is telling you. Mostly this happens, when fields or function modules are stored by name, like the fieldnames in the fieldcatalog in an ALV report. It a field referenced in such a way does not exist you will get this error. Always store fieldnames and function names in capital letters and check mistyping of 1L 8B and so on.

  • Regarding Smart Form Printing, Print Preview issues

    Hi,
    I have couple of issues regarding Smart Form Printing, Print Preview.
    In my program i am passing below parameters to smart form function module:
    t_control-device = c_printer.
    t_control-no_dialog = space.
    t_control-preview = space.
    t_control-no_dialog = c_x.
    t_output-tddest = g_spld.
    t_output-tdimmed = c_x. " Print Immediately
    t_output-tddelete = space. " Don't Release spool after output
    g_user_settings = c_x.
    Issue#1: Though i have set preview paramter to space, after executing program it is prompting for Preview Screen, There again i have to give printer name though i am passing printer name as above and i need to hit on print preview button to set Layout output.
    Here how can i go directly to layout output without preview screen.
    Issue#2: In some cases we need to Print the layout set output after executing program immediately without prompting for preview screen and then Layout set output should also be shown after printing the output.
    How can i solve these issues!
    Thanks in advance.
    Thanks,
    Deep.

    Hi,
    In the SAP menu screen goto <b>System->User Profile->Own data</b>
    There in the defaults tab, for the output device give the value you had maintained for <b>g_spld.</b> This will not prompt you a dialog screen, and if you want to print immediately select the checkbox as well. Then try to execute the smartform. Hope this solves ur issue.
    Tushar

  • Regarding PO Print Preview

    Can anybody tell me how to disable the print preview option in transaction me22n.
    regards'
    Amit Singla

    find out any  user exits or BADIs are available for the same.
    Regards
    prabhu

  • Regarding Print preview

    Hi to all,
      I have created one ALV report.Am getting correct output data.But when we click the PRINT PREVIEW its going to dump.And saying
    " only character-type data objects are supported at the argument 
    position "obj".                                                  
    But when i comment the below coding  i am getting print preview perfectly.
    Edu.Cess
      G_FIELD      = 'ECESS'.
      G_TABLE_NAME = 'WITH_ITEM'.
      G_DDICTXT  = 'L'.
      FIELDCAT_LN-SELTEXT_L  = 'Edu Cess(2 %)'(014).
    To set the properties of the field catalog
      PERFORM FIELDCAT_FILL USING G_FIELD G_TABLE_NAME G_DDICTXT.
    H.Edu Cess
      G_FIELD      = 'HCESS'.
      G_TABLE_NAME = 'WITH_ITEM'.
      G_DDICTXT  = 'L'.
      FIELDCAT_LN-SELTEXT_L  = 'H .Edu Cess(1%)'(015).
    To set the properties of the field catalog
      PERFORM FIELDCAT_FILL USING G_FIELD G_TABLE_NAME G_DDICTXT.
    Please give me the reply.
    regards

    Hi,
    I also come across the same problem it will display perfactly but if u click on print privew button it will give dump.
    the solution is check with your internal table 'WITH_ITEM' if there is any field other then character then just make it character or string type it will work.
    Hope this helps
    Bikas

  • In print preview of PO shows Different VAT percentage

    Dear Experts
    In PO print preview VAT amount one time shows 14%, other time it shows 19%, some other time it shows 28%.  But actual percentage is 14%. How it shows different time different values.
    Please reply
    Regards
    Karan

    Hi,
    Might be you have selected Plant/Vendor/Material combination in key combination of FV11.If this is the case then you get the percentage which you maintained for that combination in FV11.check it out for all your combination is FV12.
    Thanks

  • Purchase order - print preview problem

    Hi friends,
    i have created  a Purchase Order, when im trying to view the print preview, im getting the message ' <b>Specify address number or Address handle'</b> .
    Please specify where i have to give these details in PO.
    Regards
    kumar.

    Depends on what address information you are displaying on the Smartform if you are displaying the Plant address then you have to go to T001W and pick up the ADRNR from the Same table and display it in the Smartform Address Window same thing for the Vendor address you have to pick up the ADRNR in the LFA1 for that particular Vendor.. Remember to check if the ADRNR is not initial before you display a address window..
    Hope That Helps
    Anirban M.

  • Goods issue print preview issue

    Hi
    I have created stock transport order,goods issue in mb11 tcode 351 movement type,in mb90 tcode print preview shown only transferred from site details only,transferred to details of plant not shown,plz help
    Regards
    sam

    Hi,
    Contact ur abaper to change smart form.
    Arun

  • Cannot display Print Preview

    Hi, I am working on 3.1 version. I created plants, PO and did assignments. Uploaded master data. Everything is okay, but when I want display or print Preview PO through Transaction ME90 (ME9F in 4.7) it simply does nothing. It is not showing anything. Do I forget to do any configuration like assigning PO layouts to Company code.
    Please help me. Thanks in advance

    hi swetha,
    Please check if you have set up the following ;
    1) Define the PO Output Type (NEU, for instance) in spro .
    2) Assign your PO Form and PO Print-out Program in spro.
    3) Define Message Schema for Purchase Order. This step consists of two sub-steps -
    3a) Maintain Message Determination Schema: Purchase Order. In this case use the Procedure RMBEF1.
    3b) Assign Message Schema to your PO.
    4) Maintain the Condition Record for your PO Message Type via Transaction MN04.
    regards
    Bijoy

  • Condition type freight is not getting displayed in print preview

    Hi,
    I created PO, and while seeing its print preview:
    Condition type freight is not getting displayed.
    Where i missed?
    Uts

    hi,
    Inddition to M/08...(As given above)...
    Also do check the smart form or SAP script...used for the output...check it with the ABAPer...whether the field is liable for o/p or not??
    Smart form is attached at message type of message determination..
    Regards
    Priyanka.P

  • Text in PO(text tab in header & item) is not shown in the Print Preview

    Hi Guys,
                I face a problem in ME23N.Text maintained in Purchase Orders (text tab in header & item)  is not shown in the Print Preview.
                Can you guys help.Do I need to write a subroutine pool for this.
                <<text removed by moderator>>
    Regards,
    Rajiv
    Edited by: Matt on Nov 12, 2008 1:20 PM

    Hi ,
    Use bapi bapi_po_getdetail .
    CALL FUNCTION 'BAPI_PO_GETDETAIL'
        EXPORTING
          purchaseorder   = is_ekko-ebeln
          item_texts      = c_x
          header_texts    = c_x
        TABLES
          po_header_texts = it_header_text
          po_item_texts   = it_item_text.
    Regards
    Neetesh

  • I am trying to delete pages I have crated in numbers, but can only see them in print preview. Without print preview I do not see them. How can I delete these pages, but keep others before and after?

    I am trying to delete pages I have crated in numbers, but can only see them in print preview. Without print preview I do not see them. How can I delete these pages, but keep others before and after?

    Hi Crushed,
    Numbers doesn't have pages. It has a canvas that holds objects such as tables and charts.
    Drag the objects from the bottom of the canvas onto the white space above. That will reduce the number of "pages" (sheets of paper) that will print.
    Regards,
    Ian.

  • Crystal Report print layout error during print preview

    Hi Everyone,
    When I try print preview a marketing document, it will work the first time, and then when I try to print preview again it brings up a window asking me to login into the database with the sa username and password.
    When putting in the correct password, the login fails.
    When I click cancel, SAP hangs up and requires a restart.
    All print layouts were done in Crystal Reports, and imported via the report layout manager.
    This occurs on all marketing documents where there is a crystal print layout.
    Anyone will be able to help me with this?
    Thanks
    Best Regards
    Dario Moutinho
    Edited by: Dario Lopes Moutinho on Jul 7, 2011 3:19 PM
    Edited by: Dario Lopes Moutinho on Jul 7, 2011 3:19 PM

    Hi Rahul,
    Your solution worked. Thank you very much.
    I also did not include a stored procedure into the connection that was needed in the layout.
    This could have also added to the problem (for future reference).
    Best Regards
    Dario

  • Financial Reporting 11.1.1.3 Client print preview crashes

    Hi,
    I've installed a Financial Reporting 11.1.1.3 Client on a Windows XP SP2 client. When i try to launch print preview of a report from the studio, it crashes, and return to the report without printing. Any idea?
    Thanks.
    Regards.

    Dear John,
    How to install latest Version of Hyperion HFM
    1) I had downloaded Hyperion Enterprise Performance Management System Foundation Services, Product specific Essabase and Financial Management , and unzip into common folder . but stll iam not able to see Installtool.cmd
    which part i have still dowloaded.
    Regards
    Amit

Maybe you are looking for

  • Error while writing the data into the file . can u please help in this.

    The following error i am getting while writing the data into the file. <bindingFault xmlns="http://schemas.oracle.com/bpel/extension"> <part name="code"> <code>null</code> </part> <part name="summary"> <summary>file:/C:/oracle/OraBPELPM_1/integration

  • How to tell if Yosemite is clean install or upgrade from previous version

    My brand new MacBook Pro arrived last week, with Yosemite already installed on it. Having issues with WiFi (after coming out of sleep mode, mbp keeps its self-assigned address rather than getting an address though DHCP or using its old address), I wa

  • Download link for a file

    Hi, I have created a list within SP2010, this list has few details required as part of the form, but wish to make a template excel sheet available for them to download and upload in their list item. I cannot find a way to do this, other than uploadin

  • Tuning in ST02

    Hi guyz, In ST02, i just want to know, when to fine tune the Roll, Extended and Paging areas. I want to know the threshold levels of all these memory areas so that when the threshold is reached, i know that i have to fine tune. Also what is the limit

  • Casting & Dates How to \ Can you....

    Hey Guys, I have a view: CREATE OR REPLACE VIEW MYVIEW AS SELECT to_char(logtime, 'DD-MM-YYYY') AS Logtime, count(things) FROM mytable GROUP BY to_char(logtime, 'DD-MM-YYYY') So all is good so far, well until i try to order my results on the logtime,