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

Similar Messages

  • 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.

  • Reading Additional info for Material Document (Movement Types 313, 201)

    Hi SAP Gurus,
    I am currently working on a requirement for Material Document Interface.
    <u><b>The Requirement is as below:</b></u>
    (1) The user creates/modifies a material document using MB01/MB03/MIGO for movement types 313 and 201 separately.
    (2) The user maintains additional information by creating a NOTE using the option
    SERVICES FOR OBJECT --> CREATE NOTE. 
    (3) To Print the materail document information.
    <u><b>The Approach is followed is:</b></u>
    1) I have to retrieve the Address for From and To Locations respectively along with  document data and display it as Simple List output.
    Approach:
    I retrieved the data from MKPF and MSEG tables respectively.
    Also retrieved the data for FROM and TO locations using table TWLAD and function module ADDR_GET.
    (2) I also need to retreive additional information created by the user using the option SERVICES FOR OBJECT --> CREATE NOTE. 
    <b>Approach:
    Request your guidance and inputs to solve the point (2) mentioned above.</b>
    I have debugged the SAP Standard tcode MB01, MB03 ,MIGO which have the option SERVICES FOR OBJECT --> CREATE NOTE.
    I have also used ST05 to trace the transaction to get a proper solution.
    But, i was able to observe that only a table SOOD provides the initial required info only which points to a office document type.
    Looking forward to your valuable inputs, so that i can retrieve the data entered using the option SERVICES FOR OBJECT --> CREATE NOTE.
    Thanks in advance for spending time and
    guiding me to deliver the development on time.
    With best regards,
    Sudhakar

    Hi,
      Try this..
      TABLES: MSEG.
      PARAMETERS: P_DATE      LIKE MKPF-BUDAT.
      SELECT-OPTIONS SO_BWART FOR MSEG-BWART.
      SELECT-OPTIONS SO_MATNR FOR MSEG-MATNR.
      DATA: BEGIN OF ITAB OCCURS 0,
             MBLNR   LIKE MKPF-MBLNR,
             GJAHR   LIKE MKPF-MJAHR,
             MATNR   LIKE MSEG-MATNR,
             MENGE   LIKE MSEG-MENGE,
             MEINS   LIKE MSEG-MEINS,
            END OF ITAB.
      SELECT AMBLNR AMJAHR BMATNR BMENGE B~MEINS
             INTO TABLE ITAB
             FROM MKPF AS A INNER JOIN MSEG AS B
             ON AMBLNR = BMBLNR AND
                AMJAHR = BMJAHR
             WHERE A~BUDAT = P_DATE
             AND   B~BWART IN SO_BWART
             AND   B~MATNR IN SO_MATNR
    <b>         AND   B~MENGU = 'X'.</b>
    The field MENGU might be used to check if the
    material movement has affected the stock..
    Also I have used posting date = given date in P_DATE..
      LOOP AT ITAB.
        WRITE: / ITAB-MBLNR,
                 ITAB-GJAHR,
                 ITAB-MATNR,
                 ITAB-MENGE,
                 ITAB-MEINS.
      ENDLOOP.
    Thanks,
    Naren

  • HT1725 When I type in my apple ID to download a song it says it needs additional info for security, and then it asks me two questions that I don't know the answers to. What do I do?

    When I type in my apple ID password to download a song it says it needs additional information so I clicked ok. And then it asked me two security questions that I don't remember the answers to. What do I do? I'm so frustrated

    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

  • BFD no group info for section

    Hi,
    I am using Solaris 8 with CC version :
    CC: Sun C++ 5.8 2005/10/13
    When I am trying to build a library I get following messages. The library gets build fine, but I see lots of these messages, can you please help me find the reason for this and fix it.
    /usr/opt/studio/SUNWspro/bin/CC -xar -o libmylib.a myfile1.o myfile2.o myfile3.o ; ranlib libmylib.a
    BFD: libmylib.a(myfile1.o): no group info for section __1cHCStringDstr6kM_pc_
    BFD: libmylib.a(myfile1.o): no group info for section __1cHCStringEHash6kMi_I_
    BFD: libmylib.a(myfile1.o): no group info for section __1cECObjDIsA6kMpknLCRtimeClass__i_
    BFD: libmylib.a(myfile1.o): no group info for section __1cKCPortFlags2T5B6M_v_
    BFD: libmylib.a(myfile1.o): no group info for section __1cKCPortFlags2T6M_v_
    BFD: libmylib.a(myfile1.o): no group info for section __1cECObj2T5B6M_v_
    BFD: libmylib.a(myfile1.o): no group info for section __1cECObj2T6M_v_
    BFD: libmylib.a(myfile1.o): no group info for section __1cECObjEHash6kMi_I_
    I see this for all the object files. Please let me know you need more info regarding this.
    Thanks,
    Kapil

    Are you running C++ 5.3 and C++ 5.8 in the same directory, or on the same object files?
    C++ 5.3 uses a template cache by default, but C++ 5.5 and later do not use the cache unless you specify -instances=extern explicitly. In addition, there are differences in the way the two compilers generate template instances.
    We say that generally you can use binaries created by on older compiler when linking a program with a newer compiler, but there are some limitations when using very old compilers like C++ 5.3.
    If you switch between C++ 5.3 and 5.8, it is risky to share C++ .a or .o files, and risky to run both compilers in the same directory without cleaning out all binaries (and removing the template cache) in between runs.
    If you have been mixing compilers and C++ .o/.a files this way, try cleaning out everything and rebuilding from the beginning using one compiler. Let me know if this was the problem.

  • This additional info printing on the preprinted stationary on One printer &

    Hi,
    I am using smartform to print info on the preprinted stationary.
    The info to be printed is coming fine, But it is printing additional info like Job Name and User name (Login name) on the top left hand side of the pre-printed stationary when we use "HP Jetdirect print server".
    The same does not happen when i choose Epson printer as the Front end printer.
    To check if this has got some thing to do with the printer settings, When i print a Word Document to the same printer "HP Jetdirect print server". It does not print the additional info ( job name , user name ).
    So please let me know what could be the reason for this additional info printing on the preprinted stationary on One printer & Not on other printer.
    Regards,
    Siva

    Have your Basis look into the Printer initialization code in the transaction SPAD. This code is linked to the output device and paper format type, so it is possible that the same printer works differently with different paper media.
    Also have them check if there is a cover page. Although it would print as a separate page, I believe...
    If you don't want to wait for Basis guys, see here how to get to the printer initialization code (you'll need access to SPAD though):
    http://friendlyabaper.blogspot.com/2007/01/there-is-something-about-printer.html

  • Additional info printing on the preprinted stationary on One printer & Not

    Hi,
    I am using smartform to print info on the preprinted stationary.
    The info to be printed is coming fine, But it is printing additional info like Job Name and User name (Login name) on the top left hand side of the pre-printed stationary when we use "HP Jetdirect print server".
    The same does not happen when i choose Epson printer as the Front end printer.
    To check if this has got some thing to do with the printer settings, When i print a Word Document to the same printer "HP Jetdirect print server". It does not print the additional info ( job name , user name ).
    So please let me know what could be the reason for this additional info printing on the preprinted stationary on One printer & Not on other printer.
    Regards,
    Siva

    Hi Siva,
        Check if there is any sap note regarding this issue in service.sap.com
    Regards,
    Ravi

  • ESS portal: Hide additional info field in release working time screen

    Hi,
    I need to know how can i hide 'additional info' field in the release working time screen?
    I know i would use personalization but don't know the way to do that.

    it will be shown in header only in release application, let me explain
    In the time recording application, when you enter a record and click
    on review, the additional info columns shows the text. This works
    because the data is entered by the user and the entered record is
    mapped to additional info column.
    In time release application, all the records from database are retrieved
    and displayed. The user does not enter any data. Hence in this case it
    is not possible to map the records to text in the additional info
    column. The Error/Warning messages are displayed in the top of the list
    with detailed information. We feel the information displayed is
    sufficient for the user to take necessary action. Usually in the release
    application, there would be lots of records. Displaying text in both
    additional info column and also at the top of the list is not a feasible
    solution.
    Technically it would be difficult for us to change this behavior in the
    standard application.
    we have new application in EHP5.
    Edited by: Siddharth Rajora on Mar 9, 2012 7:10 PM

  • Quotation comparison in vendor order currency.

    Hi MM gurus,
    I have created quotations (ME47) for local vendors in LKR currency. But my company currency is USD. In quotations, quotation price shows in LKR. But when i execute the price comparison (ME49) it shows in USD.
    My client needs it in LKR. Is there any place where i can maintain a setting to get the comparison in vendor order currency
    (LKR)?????
    Please reply me ASAP....
    thanks
    Sandun

    Standard SAP gives only in Local currency..
    and it is not advisable also..
    what happens if all the Vendorsin the Quotation have different currency..
    which Vendor Currency system has to consider for price comparison?
    that's why system compares with the company code currency..

  • Get Info for alias does not show "Original" location

    When I Get Info for an alias, no "Original" location shows. What must I do to see the original file location?

    In addition to finding the location listed under the "General" pane of the info window (you might have to click the disclosure arrow), you can also go right to the original—meaning show it in its Finder window at the original location—by right clicking the alias and selecting "Show Original."

  • 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

  • Request for Quotation 8.81PL6 not sending emails

    Hi experts,
    After following the techical documentation, I've managed to set up the new Request for Quotation functionality in SBO 8.81 PL06.
    But, even if I receive the event in B1if no email gets sent to the provider... nor any internal message communicating the error to the SAP user (in the documentation it is stated that the SAP user will receive an internal message communicating the error).
    May I be missing some configuration? While monitoring the biz-flow, I've noticed some "Connection Refused" errors when sending the email.. thus, making me think the process stops after not being able to send the email with the request for quotation.
    I've checked the mail configuration, and everything seems to be ok: It has no required SSL encryption and works over plain old port 25 with a single user and password. It works from other apps too, of course.
    Is there any additional configuration I should make? Am I missing something?
    Thank you in advance for your help
    Edited by: Jon Arranz on Sep 23, 2011 6:18 AM

    Hi,
    "Connection Refused" error is probably linked to email server you are trying to send. Check why the server refuse the connection through error log.
    Thanks,
    Gordon

  • Request for Quotation online

    Hi
    After following the techical documentation, I've managed to set up the new Request for Quotation functionality in SBO 8.81 PL06.
    But, even if I receive the event in B1if no email gets sent to the provider... nor any internal message communicating the error to the SAP user (in the documentation it is stated that the SAP user will receive an internal message communicating the error).
    May I be missing some configuration? While monitoring the biz-flow, I've noticed some "Connection Refused" errors when sending the email.. thus, making me think the process stops after not being able to send the email with the request for quotation.
    I've checked the mail configuration, and everything seems to be ok: It has no required SSL encryption and works over plain old port 25 with a single user and password. It works from other apps too, of course.
    Is there any additional configuration I should make? Am I missing something?
    Thank you in advance for your help

    Hi,
    If you get Connection Refused error, you need to check email server side. Check out why did the server refuse them.
    Thanks,
    Gordon

  • 'Additional Info' pages in a form?

    Hi,
    I am new to PDF forms and I am trying to make a field engineer report. I want the guys to edit the form like normal, but would love to add the ability to print additional info sheets for the customer. For example, if I am out repairing a computer that was full of dust and had overheated, I would check the 'PC Hygiene' checkbox. When I save or print the pdf it would print a page called PC Hygiene at the sametime. Same for viruses, internet browsing or anything else. I am happy for it to be included in the pdf or as seperate files.
    Is this possible? If so, any pointers?
    Thanks,
    Paul.

    Unless anyone has any other way, you can use the setFocus method to a field on the page you want to move.
         xfa.host.setFocus
    If you want to move to Last page, use xfa.host.setFocus("LastPage.TextField1");
    If you want to move to First page, use xfa.host.setFocus("FirstPage.TextField1");
    You already have the pageDown and pageUp methods to move between next and previous pages.
    xfa.host.pageDown
    xfa.host.pageUp
    Thanks
    Srini

  • Additional language for lifecycle manager XI 3.1 SP3

    Hello, Experts.
    I have lifecycle manager XI 3.1.  I would like to transfer reports, connections and etc. from dev to test and prod in landscape, but my reports have Russian language. In Promotion Jobs i see "????????????????" instead of Russian names.
    How can i installed additional language for LCM XI 3.1?
    I have installed SP3, but it didn't help me, In folders of SP3 and SP4 i see, that folders with name RU, DE and etc. is empty. Language pack is present only in EN folder.
    Please, help me.
    Regards,
    Denis

    JC:
    It would be good to know information on distributed deployments;
    such as how to handle upgrades on machines that are distributed/firewalled off..and HA machines..etc..
    More information needed on Unix deployment, I always find the guides are weak when it comes to unix information.
    Also:  There needs to a way to communicate clearly; the upgrade scenarios.
    The table of that information was good in the past.
    Example:  IF you are on SP1...then do this
    if you are on SP2 then do this
    if you are on SP1 with any FP do this..etc...
    As many installation scenario that can be covered in a TABLE should be presented...that way you get customer types.
    ALSO;  Information about deployments with SAP customers (BW or ECC)..duh..that is obvious, the SP3 materials should have tons on that, but it's lacking.
    Personally I think there should be a separate SAP IK SP3 upgrade GUIDE!!! why not.....BOBJ and SAP are one right...why not provide MORE info for your customers that are hybrid (SAP + BOBJ)...
    Thanks,
    Dwayne Thomas

Maybe you are looking for

  • Adobe AIR 3.7 - iOS run error

    Hi, I have set up a simple project to test the latest release of Adobe Air 3.7 which allow loading external swf with bytecode inside. The project use the krpano_as3_interface, load the main krpano.swf, and after a simple xml file. Building and runnin

  • Windows Update Fails After fresh install

    All, Complete new installation of Windows 7 Pro on a X200 Tablet version.  All ok, able to run all MS updates without any problems.  After installing Lenovo System update and running the actual updates, I suddenly can't run Microsoft Update any longe

  • Jerky text animations

    Whenever I do a text animation (motion tween, usually moving or scaling text from 80% to 100%, for example) the motion is very jerky, not smooth like I often see. I use Flash 8, 20 fps, and the problem is the same on all fonts I've tried. Is there so

  • Unable to download toolkit

    I am unable to download XMP toolkit from http://partners.adobe.com/asn/developer/xmp/licenseeng.html page. Accepting license agreement takes me right back to the same page. Is there an alternative way to download XMP toolkit? Thanks Paul

  • TS4147 How do I save my iphone contacts in my yahoo account?

    How do I transfer my iPhone contacts to my SONY Vaio laptop Yahoo account?