Want to activate QM module functionality

Dear all,
We are using ECC5.0 with SD,MM,PP & FICO modules. We are looking to use the QM module as well. However not sure if we need to pay separate licence fee to SAP for using QM module. The system allows us to configure QM module to meet our needs but not sure if we are allowed to use it without permission from SAP/ or partner.
Anyone with similar experience please share.
thanks,
Ram

Ram,
It just struck me. Is your user base going to increase significantly with the addition of the QM users? Please note that SAP pricing matrix for annual support also factors the total number of unique users/user IDs in the instance. This is the only thing that can possibly have a slight price impact if the total users increases from one tier to the next tier.
Thanks,
Anil

Similar Messages

  • Wants to find out customise function module in SAP

    Hi all There,
    I want to find out Customize Function Module in SAP,
    I am not able to find out though SE03.
    Pl provide the detail solution
    Regards
    Sagar

    hi,
    Custom function module start with Z or Y.So go to table TFDIR and enter z* and y* on input screen field function module name and then check number on entries by pressing tab number of entries on application toolbar.
    So number of custom function module =  z(number of entries) + y(Number of entries) .
    Thanks
    Mohit

  • I want bapi process for bap_goodsmvt_create  function module

    hai this is siva
    i want bapi process for bap_goodsmvt_create  function module,

    Hi ALL,
    I am new to ABAP.
    I have created function module ZMM5 , no syntax error is there.
    but while activating i am getting error,
    PROGRAM SAPLZSKG REPORT / PROGRAM STATEMENT MISSING, OR PROGRAM TYPE IS I ( INCLUDE).
    I WANT TO CHECK THE SYNTAX FOR UNICODE.
    i am not able to check the syntax as i tried by giving FM name, FG name and include name.
    can you please help me.
    Thanks in advance.
    best regards,
    zubera

  • Wants to activate batch management for a material which already had a Stock

    hi,
    i want to activate batch management for a material which already has a stock and open Purchasing documents.
    is there any way by which we can do it without removing the same.
    please help.

    program name is RVBCONVMAT2BM
    but i am doubtfull it will be delivered with standard SAP, you need to request you from SAP as they charge for this.
    this program convert the material to batch and all relevant dependant documents will be updated with batch no.
    Regards,
    Pravin Mukkawar
    pasting  some description of the program
    REPORT rvbconvmat2bm.
    Report illustrates the call of function module VBZ0401_CONVERT_OBJECTS
    which sets the batch management flag for one material including
    depending objects. Function module VBZ0401_FILL_BUFFERS helps
    improving the performance.
    then logic......

  • Table internal in a module function

    Hi abappers,
    I want use the values of my table internal in my function module; then in my module funtion add the table internal in the tab TABLE
    Then call to my function module:
    num = 3.
          CALL FUNCTION 'ZMF1'
                  EXPORTING
                    NOM_TABLA    = 'YXS2'
                    NUM = num
                 TABLES
                    I_TABLA      = I_YXS2.
    but when I want obtain in my function module the values of the table internal, it is emplty.
    Can you help me, please?
    Cordial greetings.

    Hi Adytya,
    yes I want take values from program and then later use it in my function module.
    In the program the values of the table internal are correct, but when I want use it in my function module, the table internal is empty and I need modify the value of the table
    CODE OF MY PROGRAM:
    DATA: BEGIN OF I_YXS2 OCCURS 0.
            INCLUDE STRUCTURE YXS2.
    DATA: END OF I_YXS2.
    CALL FUNCTION 'ZMF1'
                  EXPORTING
                    NOM_TABLA    = 'YXS2'
                  TABLES
                    I_TABLA      = I_YXS2
    CODE OF MY FUNCTION MODULE:
    TABLES: YXS2.
    LOOP AT I_YXS2.
        MOVE-CORRESPONDING I_YXS2 TO YXS2.
        MODIFY YXS2.
    *  commit work and wait.
    ENDLOOP.
    Thank you for your attention.
    Cordial greetings.

  • Problem to print Purchase Order created in RFC module function

    Hi
    I created a specific RFC function module for using in a BSP application. In this specific function module, I have created a Purchase Order (PO) thanks to the standard module "BAPI_PO_CREATE". The PO is well created but I don't manage to print immediately this PO but the spool is queued. Whereas using SE37, the PO is well created and printed.
    But the customer wants to find the PO immediately in the printer
    Do you know a simply way to solve my problem? I have the feeling that something is lost using RFC module function and the standard module function.
    Thank a lot of for your reply
    Regards
    Francois

    The issue may be because, its used in BSP application.
    may be you need to implement whats explained in this weblog.
    /people/thomas.jung3/blog/2005/08/23/bsp-server-side-printing-for-tableviews
    Regards
    Raja

  • Using modulation function in GarageBand '08

    I am creating a software instrument track using the Caribbean Steel Drum from one of the Apple Jam Packs. I am not using an external keyboard, I'm just doing it within GarageBand.
    When playing steel drums, you either hit the note singly with one stick, or you hold it by "rolling" the note like a drum roll. I have been frustrated for months because sometimes when I enter a note to be held (say, a 1/2 or whole note), it will roll when entered- but when I play it back, it won't. I have finally discovered in some documentation that the way to roll a note is by using the modulation function. However, nowhere do I see instructions on how to use it. What I want to do is go back and use that function to make the appropriate notes roll (usually not very many).
    Can I do this? If so, how EXACTLY? Is there a better way? Does '09 do it any better?

    Solved, despite Apple not being able to help me. To use modulation on the score, shift to advanced mode, select modulation and... wait for it... hold down the command key and click in the field at the beginning of the note- which you won't see in the field, but in the "piano roll" at the top of the window. Command-click again at the end. Drag the first dot to 100%, drag the 2nd one to 0%. Command-click on the lines that form to shape the modulation any way you want.

  • Want to overwrite the standard functionality.

    Hi All,
    I have table name on selection screen field, then if I execute I want the selection screen like se 16 as it
    shows differnt fields filter criteria and further if I say execute, it should not show standard functionality,
    like se 16, but it should show , what ever I have to show in the output. means I have to overwrite the std functionality currently happening in se 16..
    if I enter VBAK and got the selection screen fields and I do execute(like se 16), but if I want to supress the further execuation as happening currently (as per the standard code), and I want to write my own functionality when I execute the seclection screen of different fields of VBAK..
    can anybody help me ?
    the thing is my selection screen (both selection screen coming in se16- like first is only "table name" and another is "table fields") is same as like se 16 but further functionality is different..
    Regards,
    Mrunal

    Hi Asha,
    Thanks for the input. My exact requirement is, I don't want to supress any field, the current functionality of SE 16 is showing some selection screen fields when we enter the table name and after that, It show
    the data base entries, In my case, I need the exact same selection screen with table name and further selection screen fields under that table but I don't want the further entries as per the existing code of se16, I want to use theses slection screen only and want to write my own functioality.
         As I want same selection screen as per se 16,so I used call transaction for se 16 or different
    function modules, so by using theses , I got the selection screen but by default when u execute, It will show the entries like se 16, but I don't want that..
    Regards,
    Mrunal

  • I cannot activate the radio function, no connection is possible, any tipps?

    Hey you, can somebody help me to activate the radio function ?
    i bought a nano but there is no connection possible between nano and headphones
    / radio. after claiming that I got a new one but there is still the same problem.
    what is wrong ? Any idea ?

    The first thing you'll want to do is double check to make sure the headset is plugged all the way in. The white part of the headset should be flush with the body of the Nano.
    Next, reset the iPod by pressing and holding both the Sleep/Wake and Volume Down buttons together long enough for the Apple logo to appear.
    B-rock

  • Disabled property: enable two Application Module functions

    I am using jdeveloper 11.1.1.5 and problem I am facing is:
    I want to call two different Application Module functions on one button click. Button is existing on .jspx. For that purpose I have to use Disabled property of button to enable the Application Module functions. Please tell me how to enable both of the functions by using the Disabled property of button.
    Thanks,
    Regards
    Muddasar Amin

    Hi Ashwin,
    Is this the problem only with Application module methods? Can you try with managed bean methods?
    Also, do you have this commandButton enclosed within <af:form>/<af:subform> ?
    Regards,
    Ansh

  • BAPI or Module Function to retrieve PO attachment

    Hi,
    i want to retrieve and display the PO attachment list and PO attachment . I can retrieve all PO Informations(PO Header, , Item ,...), via table EKKO and EKPO but i couldn't retrieve and display PO attachment.
    The attachment is created via the ME22.
    Thanx

    duplicate of
    BAPI or Module Function to retrieve PO attachment

  • ABAP Unit for Function Module(Function Group)

    Hi, Gurus:
    Can we use ABAP Unit to test Function Module(Function Group).
    If can, give me a simple example. how to create methods. Thanks.
    Regards,

    I'm a little unclear about your question, Yunfa.
    Do you want to single-test a SE37 function-module? This can be easily done, just hit the F8 button, and it takes you to a single-test environment.
    Do you want to test an FM using an ABAP-program? This too is easy to do. To code the FM-call, there's a button called Pattern, in the standard SE38 screen, where you can put in your FM name, and it inserts the relevant code in your program.
    Note that if you're testing BAPIs using the single-test environment, the actual document posting will not happen, because that requires a BAPI_COMMIT_WORK call. So, the way to test BAPIs which post documents would be to write an SE38 program, which also calls the commit-bapi.
    Hope this answers your question!

  • Where do you activate the LED function

    where do I activate the LED function---I want my phone to flash instead of ring.  I have already set the accesibility to LED flash on

    Then put your phone on silent using the side control.

  • Calling fortran module functions from c++

    I am compiling a Fortran module with the Sun Studio Fortran compiler. The functions from this module shall be called from a C++ program. I have a name mangling problem when trying to compile or link. Actually it seems that Fortran provides names like 'module.function_' as can be seen when using nm. Putting this definition into the extern "C" statement makes the C compiler stop. After some excessive googling I found the possible bind(C) function, but this is actually not a valid option since I have not written the Fortran module myself and the solution should be somewhat compatible to other x86 compilers (here: Intel, which works fine for the name mangling)
    What is now the best option to use the Fortran module in the C++ program using Sun Studio?
    Cheers,
    Sebastian
    Sun Fire E6900
    Sun Studio 12.1

    Sebastianm
    You do not have to change the calls; you only have to change the declarations of the function in the module to add bind(c,name="whatever). In addition, you will need to recompile the rest of the Fortran code that uses the module so that
    the new bind(C) names are used in calls.
    Adding a call to the module function for the above example:
    subroutine use_example
    use example
    call print_hello()
    end subroutine use_example
    % f90 -fast -c use_example.f
    % nm -og use_example.o
    use_example.o:
    [Index] Value Size Type Bind Other Shndx Name
    [24] |000000000000|000000000000|FUNC |GLOB |0 |UNDEF |Example_print_hello
    [23] |000000000000|000000000013|FUNC |GLOB |0 |2 |use_example_
    As you can see, the compiler generates a call to Example_print_hello for the call to the module function print_hello,
    as this is the name specified in the bind(c) for example.print_hello, i.e., bind(C, "Example_print_hello").
    If you do not want to change the module at all, you might have some luck with *elfedit* to change the external
    names after the .o is produced. I suspect that doing this is as much work as adding BIND(C) to the declarations.
    Good luck and please let me know if this works for you.
    Diane

  • I want to do "Invite Friends" functionality in my application.

    Hi,
    I want to do "Invite Friends" functionality in my application.
    My requirement is like for the particular user([email protected]), i neet get a contacts list associated in gmail account.
    So i need to connect to gmail internally and i need to display the contact list of the user([email protected]) in my appllication.
    I need to do it for Yahoo mail also.
    Any API?.
    I got "jgmail" and "g4j" API but there is no documentation or examples to do.
    Please help me out.
    Thanks in advance,
    Prasad.

    I got a solution.
    We found one service provider(*Plaxo*) giving user contact infirmation.
    Plaxo providing a free service.
    U can reach the Plaxo with the follwing Url:
    http://www.plaxo.com/api/widget
    With this my work is done so easily.
    Any querries. I will help U.

Maybe you are looking for