SRM PO Print

Hi,
I have a query regarding the SRM PO Form. When a user takes a printout of the form, he always gets the heading on the form as "Change To Purchase Order" even if the PO is a new one.
When i checked the history of the PO, i find that the PO has the standard changed statuses for the following:
1. PO creation and follow on object item in backend.
2. Approval workflow related changes.
This is what we require:
1. When the PO is created afresh, the PO print should be "New Purchase order"
2. When the PO is changed, the PO print should be "Change to Purchase order"

Hi
Read the exact / current status of the Shopping cart by using the following FM.
Using the GUID (SC Header Guid),
<b>BBP_PD_SC_GETDETAIL function module in the smartform to fetch the current status and all the other required details.</b>
<u>
Using the GUID (PO Header Guid),
Incase, you want to know the Purchase Order status, use the Function module to
<b>BBP_PD_PO_GETDETAIL</b> function module in the smartform to fetch the current status and all the other required details.</u>
Hope this will help.
Please reward suitable points.
Regards
- Atul

Similar Messages

  • PO Smartform in SRM is Printing Twice

    Hi Friends,
    PO SMartform in SRM is Printing Twice.
    SAP Note 1042372 & 1099046 is already implemented
    Any body can suggest what to do..
    Regards,

    Closed

  • SRM Blue print

    Dear Friends,
      we are implementing SAP SRM 7.0 in our company, can anyone send me the how the blue print of a company look like. As i am a new to SAP SRM i am not having any clue about the SRM blue print. Can any one please send me the SRM blue print to my personal id [email protected]
    I will make sure that it is confidential.
    Thanks & Regards
    ELHAM

    Hi,
    I suggest you go to the following path to check all the guides for SRM system:
    https://websmp207.sap-ag.de/support
    Installation & Upgrade Guides
    SAP Business Suite Applications
    SAP SRM
    You may choose any version of SRM server to get all the configuration and other kinds of guides.
    Hope this helps.
    Regards,
    Ivy

  • SRM Webdynpro Printing Do not Print Directly

    Hi,
    We have a problem in printing area.
    Printer have been set and printing from ABAP System is OK. Request will be printed directly.
    This was set in user default parameter, tick the "Output Immediately" checkbox.
    But, the problem is printing from Webdynpro. Printing SRM documents such as Auction, RFx, you name it. Is only sent to spool queue without being processed directly.
    Here is an example:
         62989      04.04.2011 15:38 Compl.    2  COMP ZFT SAPMSSY1
         62988      04.04.2011 15:38    -      1  SCRIPT ZFT SAPMSSY1
         62987      04.04.2011 15:38    -      1  SCRIPT ZFT SAPMSSY1
    Spool number 62989 above have status "Completed" but without any print execution.
    Spool number 62989 is having 2 children spool, 62988 and 62987. Clicking on the parent (62989) will show the children.
    Of course re-execution of the Spool will execute the printing, but the user will always want the print to be executed immediately.
    Please help.
    Thank you very much.

    hi Hari,
    do like this in SAPScript:
    &FIELD(I)&
    (I) will suppress initial values
    hope this helps
    ec

  • How to differentiate between printed form and form sent by Mail

    Hello All,
    We have a requirement where we need to print a different text in the smartform based on whether the PO is being printed or being sent by mail. There is a radio button in PO Output screen which lets you select whether to print the PO or send it by mail. Would anyone know which table holds this data?
    Thanks for your time.
    Regards,
    Johnson

    Hi
    Which SRM version are you using ?
    <u>You can change smartform in transaction SMARTFORMS. Choose From BBP_PO and click on edit button. Go to Global Settings\Global definitions and go to Initialization tab.</u>
    <u><b>You will find the relevant field in SF_PO structure</b>
    Based on the PO GUID, read the PO relevant data using the function module BBP_PD_PO_GETDETAIL. Hope here you can identify the table / field names as well.
    </u>
    <u>Also, you can add
    IF... ENDIF statements and add a flag variable
    based on the current status of document. And use this flag to differntiate between the two statuses.</u>
    <i><u>Related link -></u></i>
    Re: SRM PO Print
    <u>SRM PO Print</u>
    Re: How to change default smartform triggered while printing for shopping cart
    PO output (classic scenario)
    Revised PO
    Re: SRM PO SMARTFORM
    delete printed PO
    <u>Trigerring Smartform</u>
    Trigering Smartform
    Re: SRM PO Form
    Do let me know.
    Regards
    - Atul

  • AUTO PO print out creates spool with RFC user.

    We have classic scenario where AUTO SRM PO print out spool is create with RFC user. While PO data is passing to R/3 is correct with correct user (created_by). Out put is created on the name with RFC user not with user who create SRM SC& PO. BADI BBP_CREATE_PO_BACK will help?

    Hi Vishal,
    Welcome to SDN.
    Do they use custom PO SAPScript/Smartform?
    If they do, you may want to check the print program (custom one) and the custom PO form. Perhaps there is some logic to set/display with the european decimal notation.
    If they don't, you can also check the print program setting and do debugging (if necessary) to find out the logic to assign european decimal notation. 
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward point if helpful.

  • Spooling SRM ouputs

    Hi,
    Currently, our SRM system prints PO outputs straight to a printer (if to be hand-posted to the vendor). There is now a requirement to find out whether the following is feasible:
    a) Can we have a Multi Function Device set up as a SAP Printer?
    b) Can we control when PO Outputs are sent to the MFD? i.e.
        1. Can the POu2019s be held in a queue and then sent to the printer at a certain time, or
        2. Can the POu2019s be held in a queue which then requires a user to send the outputs to the printer as and when required, or
        3. If the above options are not available is it possible to ensure that a security code is required to be entered before the PO are printed.
    Thanks in advance,
    John

    Hi,
      In config SRM SERVER. Cross application basic settings>Set Output Actions and Output Format>Define Actions for Document Output
    For BBP_PD_PO
    You could use Issue Purchase order. Stop the default output .

  • Extended classic scenario and printout in ERP

    Hi,
    we want to use extended classic scenario but the printout of the PO should happen in the backend system. PO is already created in the ERP system but I can't change it (as designed). How is it possible to create the printout from the backend?
    Thanks
    Hubert

    Hi Hubert
    This consulting note is for triggering Output of PO from ECC instead of SRM. Printing can happen from ECC if you can switch off PO Output form SRM and start triggering the same from ECC as per consulting note.
    Try working with this FM In SRM BBP_OUTPUT_PO_PRINT_REMOTE for printing the PO, if PO Output is still required to be triggered from SRM.
    Regards
    Virender Singh

  • How to use Vendor Material Number in Purchase Order Creation - ECS Scenario

    Hi SRM Gurus,
    We are in Extended Classic Scenrio - SRM 5.0.
    We want Vendor Material Number to be printed in the Purchase Order Layout. I remember in R/3 we have inforecord, wherein we have vendor Material number. Where do we maintain vendor material number in SRM. Suggest a suitable solution.
    Thanks & Regards,
    Ramkumar

    Hi
    Please refer to BBP_PD transaction to get the SRM Shopping cart (use Object type - BUS2121) / Local PO details (Use Object Type - BUS2201).
    <u>Please use the following useful links to refer in this case.</u>
    <b>Re: PO Display
    Vendor material no is not replicated in R/3
    Re: PO Display
    Re: SRM PO SMARTFORM
    Re: SRM PO Print
    Re: SRM PO SMARTFORMS
    You need to copy the standard SAP smartform BBP_PO to a custom smartform say - ZBBP_PO.
    SRM SPRO Configuartion Settings ->
    In SPRO -> SRM-SRM server-Cross Application basic Settings ->Set output Actions and output format->Define Action for output document.
    Select Action profile as BBP_PD_PO, click on processing type, choose smart form print or fax or e-mail as per your requirement and
    change PO name as ZBBP_PO, in this case.
    Incase you need any assitance, let me know.
    Hope this will help.
    Regards
    - Atul

  • Problems in print of PO from SRM

    Hi experts,
    I have a problem in assigning the right printer for output of PO in SRM.
    Example:
    The Print settings are:
    User A is printing on printer X.
    User B is printing on printer Y.
    User A create a shopping cart, by using the functionality 'shop on behalf'. User A create a shopping cart on behalf of user B.
    How can I get the the SRM-PO, which is automatic generated from the shopping cart, to be printet on printer X?
    Thanks Kim

    Hi
    Which SRM version are you using ? Are you using any custom report in this case ?
    Take help of ABAP person here... You need to try Coding logic in this case...
    Function module GET_PRINT_PARAMETERS (Retrives User Current Printer settings)
    Function module SET_PRINT_PARAMETERS (Sets User Current Printer settings as per your new options)
    Also look for BADIs using SE18 transaction ->
    BBP_OUTPUT_CHANGE
    BBP_OUTPUT_CHANGE_SF
    Hope this will help. Do let me know.
    Regards
    - Atul

  • No PO Print Preview in SRM 7.01

    Hi,
    We are using extended classic scenario, when trying to ope Print Preview (PDF form)option in SRM, nothing is displayed.
    We are trying to open standared PO output, but nothing is coming, there is no issue with SC output.
    The below is the message when we try to ope PO in SRM:
    "Adobe Reader could not open. "Purchase Order.pdf" because it is either not a supported file type or because the file has been damaged(for exmaple, it was sent as an email attachement and wasn't correctly decoded"
    Thanks
    raja

    Hello Raja,
    Is the smartform is a Custom or standard one?(CHECK  badi BBP_OUTPUT_CHANGE_SF )
    If it is custom Smartform there might be error in format .
    Please check.
    Regards,
    Neelima

  • SRM front end user cannot see buyer information in PO Print Preview

    Hello,
    In our SRM system, our purchasing users are not able to see the 'BUYER' information in the Print Preview screen within a PO.
    Previously, users with a requistioner role were running into the same issue, but this was resolved by added the following authorizations:
    S_USER_GRP ACTVT = 03 CLASS = *
    The purchasing users currently have access to the authorizations above, but are still not able to see the BUYER information in Print Preview.
    Any information is greatly appreciated.
    Thank you,
    CJB

    As the preview is showing info then print should be coming in same way. Try check in print properties or with other printer. In the same time try on a trace (ST01) while user is printing the PO. See if any relevant missing authorization is there or not.
    Regards,
    Arpan Paik

  • Sending Smart form to Printer  in SRM

    Hi All,
    I am trying to send a smartform to Printer in SRM ITS. I gave output options and control parameters . When i see the Print dialog box i dont see the Front end printers in that. Normally when we pass  LOCL we should see default printer in Print dialog.
    When i do print, spool is creating but its not printing at local printer .
    I am doing this in SRM ITS ... could you kindly any one tell me what steps need to take to print a smart form at local printer when we call form ?
    Thanks

    Hi
    Please elaborat, when you need this SMARTFORM to get triggered.
    By the way, Have you tried implementaing the following BADIs ?
    BBP_CHANGE_SF_BID                                             Smartform for E-Mails to Bidder           
    BBP_CHANGE_SF_CTR                                             Change Smart Form for Contract Output     
    BBP_CHANGE_SF_ERS                                             Change Smart Form                         
    BBP_CHANGE_SF_SC                                              Smart Form Shopping Cart Print            
    BBP_CHANGE_SF_VERS                                            Change Smart Form for Version Comparison  
    BBP_PROCESS_AUC                                               Process Smart Form with Changed Interface 
    BBP_PROCESS_BID                                               Process Smart Form with Changed Interface 
    BBP_PROCESS_CTR                                               Process Smart Form with Changed Interface 
    BBP_PROCESS_PO                                                Process Smart Form with Changed Interface 
    BBP_PROCESS_QUOT                                              Process Smart Form with Changed Interface
    Hope this will help.
    Please rewards suitable points.
    Regards
    - Atul

  • SRM: Sendo PO via mail or print it to PDF

    Hello,
    I'm working on SRM 7.0 and I'm really new on it and in SAP.
    My first task is to configure the POs to be sent to suppliers' email or, in case there is no email available, print the PO in PDF.
    Can you please tell me what should I take into account and how can I achieve this requirement? Hou and where configue via SPRO?
    Please help.
    Best Regards,
    Tabrez

    Hi,
         Define communication method in the vendor settings, in your case mail.
         To configure PDF, please refer to SMARTFORM.
         Define both parameters and then test it. For instance user your email and see what you are receiving.
    Thanks and Regards,
    Abraham

  • Printing tax amount in SRM ECS PO

    Hi Guru's
    Can you please let me know what needs to be done to print tax related information like "item is taxable/non taxable", "tax amount" or "tax code" in SRM ECS PO Printout
    regards
    deepu

    You should be able to edit the PO smartform (into your own Z form) to include the information you want and implement BADI BBP_OUTPUT_CHANGE_SF to use your custom smartform.

Maybe you are looking for

  • How do I download an OS (Lion) for a used-IMac that's had a complete memory wipe?

    I just recently bought a used-Imac (only 5 months old) from a friend of mine which he did a complete memory wipe on the computer. Operating System and all. He had Mountain Lion which is the operating system the computer is asking me to reinstall but

  • Printing issue with HP LaserJet 4300 and iMac 10.9

    Hi, I am trying to set up a HP LaserJet 4300 printer with my iMac 10.9. Printer installs fine, at least all appears to be fine but when trying to print a page, couple of pages comes out all with strange characters across the whole page. Tried uninsta

  • Multiple ResourceBundle definitions with the same name

    I created a new web application project with JSF support using Netbeans 5.5Beta. The new project has a simple welcomeJSF page that I did not modify. The only modifications I did is adding a CustomMessages.properties file under com.mywebsite.resourcs

  • IPhone 5 Wifi issues persist after 6.0.1

    I have been having these issues. I am finding certain apps are always slow downloading whereas others download quickly all the time. It is most notable with podcasts where some podcasts take forever to download (always the same ones) whereas others a

  • Need Plant Code for Tax GL MIRO and VF01 in SAP

    Dear Expert, Our system, for a0 (i.e,s 0% tax) whenever this tax code on po, once  doing miro user adding manually some gl and doing postig For this gl plant picking all tax gl, but apart from a0, example 1a, 5b, 10c i.e., 1%, 5%, 10% for this ftxp,