Development of Print Format for Quotation Comparison Statement

Hi,
Can any tell me about what are the transtcion and configuration involeved in developement of
Print format for Quotaiton Comparision.
Regards
Anil

Not sure what you mean by printing quotation comparison, however the following will enable you to configure output for RFQ and rejection letters:
IMG > Purchasing > Messages > Output Control > Message Types > Define Message Types for Request For Quotation
First maintain message types for RFQ, there should be 3 already in the standard system, ABSA (Quotation Rejection) MAHN (Reminder) NEU (Inquiry). When you create the RFQ initially, NEU will be determined to output the details of the qutation required. To customise the form:
  - select line for NEU
  - Double click on processing Routines - This will give you a list of the possible output mediums (print, fax etc...), the print programs and print forms available.
  - If you want to customise the form, copy existing (MEDRUCK) to a Z object (ZMEDRUCK) in SE71
  - make any required changes to ZMEDRUCK using transaction SE71. If you are simply changing layout then changing the form will be enough, if you require additional data on the form, additional programming will be required in the print program  (copy SAPFM06P to ZAPFM06P to make changes with SE80). ABAP programming knowledge very useful here or pass to programmer.
  - Update customising previously mentioned to use new form/program
  - Maintain Condition records in transaction MN01 if you require the output to arrive on the RFQ automatically
The same process can be used for ABSA and MAHN if required. ABSA will only be triggered from Quotation comparison/maintenance if the rejection indicator is checked.

Similar Messages

  • Changing print format for the Shop papers -External service operations

    Hi Friends ,
    We want print outs for the external service operations in our PM orders .
    The standard format available with shop papers is displayed with some extra info .
    We want to remove those info and add some extra info .
    Can we change the printing format for these and how much effort it rquires .
    Regards
    AM

    Hi,
    In OIDF, define the Shop Paper specially designed for External Service Operations.
    In Order, in Print option, go to Operation Selection, select the required operation & select the print layout which is designed for External Service, so that, you can get the print out according to additional fields requirements.
    regards,
    Maheswaran.

  • BAI format for Electronic Bank Statement for USA

    Hi Gurus,
    Could someone please share me the BAI format for Electronic Bank Statement (USA).
    Thanks & Regards
    Balaji

    Hi
    Actually there were two formats BAI & BAI2, BAI2 format is latest one.
    Please ask for the latest file from bank and try to process.
    Thanks
    Kalyan

  • RG1 printing format for A4 size paper with all records

    RG1 register print not showing all details (Qty.) through J2i6 and no proper printing format for A4 size.
    Is there any std. printing format for RG1 ?
    Please give the std. ready format for RG1....
    THANKS.

    Your subject title mentions A4 sized paper, the body mentions US Letter size.
    Assuming you want one half of a letter-size for each page, create the page size as portrait, 5.5" wide, 8.5" tall.
    Thread in logical order, page 1 through...how many ever pages. You should have a page count evenly divisible by 4.
    Export to PDF as normal...single pages.
    Open the PDF in Acrobat or Reader, print the booklet from it.
    Mike

  • How to create print format for report

    Hi Experts,
    Can we create print format for report program. I need x_90_150 format,
    means 90 rows and 150 column. If possible then give me solution.
    Thanks,
    Ashish.

    Get with your Basis folks to set up a 90x150 printer option.
    Then you set something like this.
    REPORT zlmr_lead_account_list LINE-SIZE 150 LINE-COUNT 90.

  • How to set the default print format for the report

    Hi,
    In ALV report , i want to defalut specific print format and printer for background processing .
    Any clues!!!!!!!!!
    Regards
    Swatantra

    Hi
    Please check below code:
    DATA: PRIPAR TYPE PRI_PARAMS,
          ARCPAR TYPE ARC_PARAMS,
          LAY    TYPE PRI_PARAMS-PAART,
          LINES  TYPE PRI_PARAMS-LINCT,
          ROWS   TYPE PRI_PARAMS-LINSZ.
    DATA: val(1).
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING
        destination            = 'LOCL'   " <--- Printer Name
        no_dialog              = 'X'
        immediately            = ' '
      IMPORTING
        out_archive_parameters = arcpar
        out_parameters         = pripar
        valid                  = val
      EXCEPTIONS
        archive_info_not_found = 1
        invalid_print_params   = 2
        invalid_archive_params = 3
        OTHERS                 = 4.
    IF sy-subrc <> 0.
    *     MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    *** Specifying the page formats
        pripar-linct = 65.
        pripar-linsz = 190.
        pripar-paart = 'X_65_132'.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING
        in_archive_parameters  = arcpar
        in_parameters          = pripar
        no_dialog              = 'X'
    *      list_name              = 'Testing Purpose Only' "l_list
      IMPORTING
        out_archive_parameters = arcpar
        out_parameters         = pripar
        valid                  = val
      EXCEPTIONS
        archive_info_not_found = 1
        invalid_print_params   = 2
        invalid_archive_params = 3
        OTHERS                 = 4.
    IF sy-subrc EQ 0.
      NEW-PAGE PRINT ON
      NEW-SECTION
      PARAMETERS pripar
      ARCHIVE PARAMETERS arcpar
      NO DIALOG.
    ELSE.
      write:/ 'Unable to create spool'.
    ENDIF.
    So now a spool is created with the required print parameters...
    The list that is created from here will be in the spool.
    Once the list is completed, close it with NEW-PAGE PRINT OFF.
    Hope this helps.
    Regards
    Eswar

  • Print preview for quotation

    Hello friends,
    I have maintained the VV11 record but still i am not able to see the print preview of the quotation?
    I am not sure about the steps for output?
    Will you please tell me the steps for the output control for quotation?
    as well as once it is set will it reflect in SO as well as in the billing docs or it needs different settings?
    Thank you.
    Sadanand.

    Dear Sadanand,
    >First you check the out put determination settings through IMG path SPRO>Sales and Distribution >Basic functions>Output control>Output determination>Output Determination Using Condition Technique-->Maintain Outptut determination for sales documents.
    If you want output for billing and deliveries you need to do the outptut determination for the deliveries as well as for billing seperately.
    I hope it will help you,
    Regards,
    Murali.

  • How can I publish to A4 print format for handouts etc.

    It would appear that the publish to print option for handouts etc in Adobe Captivate 7 thinks that everyone uses letter size paper. Some of us live in the UK where we always use A4 size. I have tried changing the template in the gallery to A4 format but this makes no difference to the pagination. Does anyone know how to fix this?  I have the 'English' version of the product!

    Hi,
    Try saving your settings as a Preset by clicking the Preset drop down and then select Save Current Settings as a Preset.
    Next try changing the settings by selecting the saved preset.
    That allow saving the settings for a specific printer, I assume it may also allow selecting these settings for another printer.

  • As is study,business blue print - Format for recording MM activity

    hi,
    I need the standard format for recording the AS IS STUDY,Business blue print  relevant to MM.any one can help me..Pl.send to [email protected]
    sri

    Dear Sujan,
    check the below link for GO live strategy.
    http://www.saptechies.com/sap-pdf-books-download/SAP_Go_live_strategy11248141773.pdf
    Search the Google for BBP Document quastions.
    Regards,
    Kishore K
    Edited by: kishore babu on Dec 22, 2009 8:21 AM

  • Using Bank Statement in Excel format for Electronic Bank Statement

    Hello Gurus,
    I have asked my bank for bank statement in the following formats MT940, SWIFT MT942, Multicash, BAI and BAI2 but they seem not to understand me and have not been able to provide that. I have been able to get the bank statement in Excel format and I will like to know how to develop the two TXT files that are required for bank statement upload. Does anybody have a suggestion of how to do the conversion?
    Thanks

    Hi
    There are various std SAP programs for file conversion. Goto SE38 -> and do an F4 with program name RFEB* or RFE*.
    You should get the list of programs related to EBS.
    Also just check whts the file format required for tcode FF67.
    One more thing will asking the bank for a specific fiel format, you just giv a reference of the file format which can be downloaded from internet.
    Hope this helps you.
    Regards
    Nikhil

  • Additional info for Quotation Comparison ...

    Hi Guru's Again ...:)
    I will be comparing quotation using ME49
    This transaction will give me comparison with
           discounts ,  delivery price , effective price.
      I want to have a Material wise z report for my Client in which Which should include all the additional charges like , Excise , CESS , VAT /CST , FREIGHT ,transport etc. ie. Final cost...with all the segregation
    How am i going to do it...? please suggest some ways
    Which all function module Can i use ..?
    Thanks in advance...to all
    ABAPer

    Hi Anup,
    You can pick up all the quotation documents from EKKO , EKPO table. While picking consider the document type and category in EKKO as (RFQ).
    In the documet item level, you can find out the tax code (MWSKZ) in EKPO table.
    so for each material, you have a tax code at document item level and net price also available in EKPO table.
    Pass this tax code and net price to Calculate_tax_from_Net_amount FM to get all the excise duites and VAT.
    Process these internal tables. you will get the final output.
    Note: This is a ERP Sales forum and the query is related to MM. Please post the query in concerned forums from next time onwards.
    Regards,
    Sai Srinivas D

  • How do I revise print format for a group

    I'm trying to print a club roster and I can find no way to revise the layout that keeps the phone numbers from being split onto two lines.  I find it irritating that I have to go to iCloud to even get it in a an alpha sort, then lack of formating becomes a bigger issue.  I can't even find a way to export the whole file to a program that will allow me to maximize the data on the page.
    Hopefully I'm just missing the necessarey info and there is a way to do this.  I've used Address Book for many years and don't recall having an issue like this.  Did the switch to Contacts create the problem?  I hope it's just me.

    Ms. Linda, it is not just you. I can print my groups in Pocket Address Book and get an alphabetical listing, but the format is bad and cannot be adjusted. Like you I hope Apple fixes this soon. Larry

  • Correct format for a prepared statement.

    Statement myStmt = myCon.createStatement();
    String sqlQuery = "SELECT * FROM customer WHERE custName='" + name + "'";
    ResultSet mRs = myStmt.executeQuery(sqlQuery);
    String sqlQuery = "SELECT * FROM customer WHERE custName= ? ";
    PreparedStatement myStmt = myCon.prepareStatement(sqlQuery);
    myStmt.setString(1, name);
    ResultSet mRs = myStmt.executeQuery(sqlQuery);Is this correct to change the statement into a prepared statement? Because it doen't work, been looking at the prepared statement API and managed to convert my update statement.

    >
    String sqlQuery = "SELECT * FROM customer WHERE
    custName= ? ";
    PreparedStatement myStmt =
    myCon.prepareStatement(sqlQuery);
    myStmt.setString(1, name);
    ResultSet mRs = myStmt.executeQuery(sqlQuery);Is this correct to change the statement into a
    prepared statement? Because it doen't work, been
    looking at the prepared statement API and managed to
    convert my update statement.Try running the java.sql.PreparedStatement.executeQuery() method that doesn't take any arguments:
    ResultSet mRs = myStmt.executeQuery();MOD
    ResultSet mRs = myStmt.executeQuery(sqlQuery);

  • For Electronic Bank Statement:BAI Format

    Hi,
    Where can I get BAI Format( For electronic Bank Statement maping text file into BAI Format)
    Regards
    Venki

    You can download it via the following link:
    http://web.archive.org/web/20060825050734/www.bai.org/operations/PDF/Cash_Management_2005.pdf
    Regards,
    Shannon

  • Vendor quotation comparison

    hi i need code for a report to dislay vendor quotation comparison statement based on purchase org,material number,submit information.

    Use some function modules starts with the
    WB_SPLIT_* or go through the include and u have some function module in it
    LS_WB_SPLIT_EDITOR_INITIALUXX its same like
    SE39

Maybe you are looking for

  • Macbook air camera light flashing on resume?

    Hi guys, my Macbook air (11 inch, mid 2011) has recently had its facetime camera light flashing on resume when I open the macbook lid. The time period when it flashed varies, but I am worried about security, and if someone has access to the camera.

  • Read file, search file for duplicate addresses

    Hi - i have no teacher to ask, nor do i know any java programmers to ask this question, so your guidance would be appreciated. I have created an "Insurance Project " for myself� but I do not know how to proceed,I have a file that contains 30,000 reco

  • What 802.11N or Pre-N network cards are you successfully using with AEN?

    In particular, I'm using a Belkin Pre-N router & PCcard with a Windows XP notebook. Have any of you tried that card with the AE(N)? Have you been successful with any other mfr's PCcard with the AE(N)? Thanks.

  • Building dynamic columns in BO Report (BO 4.0)

    Hi All To start with I am new to BO and using reporting tool I have a requirement to create a WEBI report which contain a table with a feature to hide / remove columns based on input selection. ( dynamic columns) I tried to do this by following conce

  • Can i retrieve photos deleted by ios 7.1.2

    This morning i downloaded IOS 7.1.2 onto my Iphone 5C.  I assumed all my photos were in ICloud.  After the download was completed all my photos have been removed.  Can I retrieve them somehow?