Function module for Mass uploadnotifications in Quality Management

Hi  Experts,
I need function module for quality management which MASS UPLOAD THE QM NOTIFICATIONS.
Thanks

Hi,
For updation use BAPI_QUALNOT_ADD_DATA.
Hope it helps.
Regards
Hiren K.Chitalia

Similar Messages

  • BAPI/Function Module for tx PR05(Travel Expense Manager)

    Hi All,
    I am searching for BAPI/Function Module for tx PR05(Travel Expense Manager).
    Thanks.

    Hi All
    Thanks for your input.
    I choose BDC option for PR05 maintain. As the BAPIs are calling PR01.
    -RP

  • Function module for mass changes in Scheduling agreements in 4.7

    Dear All,
    Can any one tell me the function module for mass changes in Scheduling agreements in 4.7
    Regards
    MSR

    closing question

  • Function module for to Create fund/Grant management Derivation rules

    Hi All,
    Is there any function module for to create a derivation rules for fund/Grant management.
    Thanks in Advance.
    Nara.

    Hi,
    Please try with FM KED0_CREATE_DERIVATION_TABLE
    Please let me know if you have some issues,
    Regards,
    Lijo Joseph
    *Assign Points ifuseful.

  • Function Modules for Cycle Counting in Warehouse Management.

    Hi All,
    Can anyone provide me with a list of function modules related to Cycle Counting in Warehouse Management? Also, what is the procedure to find these in SE37?
    Many thanks in advance.
    avi

    Hello Avi,
    What is the purpose of this functional module / BAPI? for Inv document creation or change or display or inventory count update or clear difference?
    Complete BAPI list is available in the first thread of this forum.
    Your answer will help us to provide accurate ansdre.
    To to SE37 -> Press F4 -> SAP Applications --> LE --> LE-WM here you will find all LE related FM or BAPI.
    Hope this helps.
    Regards
    Arif Mansuri

  • BAPI or Function module for Mass article master maintenance (for retail)

    Hi Gurus,
    I know the BAPI to change Article Master is BAPI_MATERIAL_MAINTAINDATA_RT.  Can you please let me know if there is any BAPI which i can use for MASS update of articles instead of calling the above BAPI in a Loop. My purpose is to mass udpate reorder point for many articles.
    Your help would be highly appreciated.
    -David.

    Hello David,
    You can do mass update thru FM  MATERIAL_UPDATE_LOGISTIC_DATA.
    Thanks,
    Chenna.

  • BAPI/Function Module for transaction PR05

    Hi All,
    I am searching for BAPI/Function Module for tx PR05(Travel Expense Manager).
    Thanks.

    Check thread Transferring data into travel manager  for Carlos David Moreno Lozano answer in message Re: Transferring data into travel manager
    Regards,
    Raymond

  • Functional module for automatic creation of pur requisition & pur order

    hello,
    what is the functional module for automatic creation of puchase requisition and automatic creation of purchase order which we will assign in action box in service order processing management.
    please let me know as early as possible
    regards,
    rajesh kumar raju

    Hi,
             Please check with following.
    IDOC_INPUT_ACC_PURCHASE_REQUI
    IDOC_INPUT_ACC_PURCHASE_ORDER
    /ISDFPS/OR_PURCHASE_ORDER_CR
    BS01_PURCHASE_DOCUMENT_CREATE
    CO_MP_CREATE_PURCHASE_ORDER
    Thanks & Regards
    Sadhu Kishore

  • Function module for assigning BP Number to the Postion ID in org model

    Hi Experts,
    Is there any function module for assigning BP Number to the Postion ID in organizational model.
    The requirement is:
    1)There are some employees which are reporting to a Manager who has a position ID.
    2) Each of these employees should be assigned to the given position ID.
    This can be done by First Locate the BP Record in SAP via the Vantive Person ID  and retrieve the SAP BP Number.
    <b>Then assign the SAP BP Number found to the Position ID.</b>
    My question is <b>Is there any function module for assigning BP Number to the Postion ID .</b>
    Looking forward for reply.
    Thanks & Regards,
    Renju.

    Hi,
       Org. management uses API classe objects with static methods as APIs. You may be able to achieve this using
    CL_CRM_ORGMAN_SERVICES->MAPPING_ORGUNIT_TO_BP
    Reward if helpful!
    Regards,
    Sudipta.

  • Function Module for creating ASSET MASTER

    Hi,
    Is there any function module for asset master creation.
    transaction AS01.
    Regards,
    Neslin.

    hi. this is the wrong forum for your question. try to identify the correct forum for your questions please. It'll help you to get good quality answers.
    Anyway, what about ASSET_MASTERRECORD_MAINTENANCE and CREATE_ASSET of function group AIST or some custom function module based upon these?
    anton

  • Function module for assigning a HU to delivery

    Function module for assigning a HU in HU managed location to a delivery ??

    Hello,
    In FuGrp HU_BASIC_BAPIS               Basic BAPIs for Hus
    with F’tn BAPI_HU_CREATE  Create handling unit with items
    this creates HU's NOT yet assigned.
    After F'tn BAPI_TRANSACTION_COMMIT
    You can assign the HU via
    F'tn BAPI_HU_CHANGE_HEADER
    using the BAPIHUHEADER fields: PACK_MAT_OBJECT & PACK_MAT_OBJ_KEY.
    Dirk

  • Inbound function module for IDoc type INFRECMASS01

    Hello everybody,
    What is the inbound function module for IDoc type INFRECMASS01?
    I tried IDOC_INPUT_INFREC (as for IDoc INFREC01), but I got the following message (B1 044): Incorrect function module IDOC_INPUT_INFREC called up
    Thanks in advance
    Roland

    The only difference between INFRECMASS01 and INFREC01 is that repitition of the same segments. However, the standard function module is hardcoded with IDOC type INFREC01, so if you want to use the MASS IDOC copy the standard one and put in the logic to loop around and process the info records one by one.
    There is no standard funtion that can process mass idoc of the info record.
    Regards,
    Ravi
    Note:  Please mark the helpful answers

  • Want to find function module for MB31.

    HY,
    <b>I WANT TO KNOW THE FUNCTION MODULE FOR THE MB31</b>,
    AND WHEN WE ENTER THE PRODUCTION ORDER NO IN THE 1ST SCREEN OF MB31,
    IT GOES TO THE 2ND SCREEN
    HERE WE HAVE TO PUT THE QUALITY,
    <b> WAT I WANT IS THAT:-</b>
    WHEN WE ENTER THE ORDER NO IN CO11 i.e. CREATE PRODUCTION ORDER CONFIRMATION,
    IT ASK FOR THE QUALITIES TO CONFIRM.
    AFTER THIS WHEN WE GO TO MB31 AND PUT IN THE ORDER NO
    ON THE 2ND SCREEN IT ASKS FOR THE QUALITY,
    NOW, I WANT THAT WHEN WE ENTER THE NO OF QUALITIES IN MB31 MORE THAN WE HAVE ENTERED IN CO11, IT SHOULD GIVE AN ERROR MESSAGE.
    <b>POINTS CONFIRMED.</b>
    THANKS IN ADVANCE,
    KARTIKEY.

    Hi,
    Please look at the following thread:
    Re: user exit and customer exit
    If you scroll down, there is a post by Aashish Anchlia which has a useful utility to find a user exit for an SAP transaction. That should help.
    Sudha

  • Call Function not Generating Function Module for Smartform

    Hi Gurus,
    We have a work copy print program use to print deliveries (smartforms). This program works fine in Production but right now we are doing some testing and I found out that when we run this program in QUALITY environtment, it shortdumps with error saying "Function Module Not Found"
    Basically when it gets to the Function Module "SSF_FUNCTION_MODULE_NAME", it could not generate any function module for the form it Sy-Subrc = 2 Exception meaning NO_FUNCTION_MODULE.
    The problem is this only happens in our QUALITY environment.I compare the function module in the 2 systems, there was not diff as this is a Standard SAP module. I passed diff smartforms we have in QUALITY through the FM and it will not generating any FM for any of them. So this is not an error from the smartforms, bcos all the same smartforms generates FM in Prod.
    So what I did next is to Debug the FM "SSF_FUNCTION_MODULE_NAME" in the 2 systems to see where the diff is coming from. I noticed 2 views that the FM is using, they are STXFADM and D010SINF . So on the Production system, STXFADM-LASTDATE and D010SINF-UDAT fields are the same value, so it generates the FM. On the QUALITY systems, the values are different hence it skips the code to generate the FM.
    Thanks Guys.
    Points will greatly be awarded for this.

    Please guys, help me look into this, I really need a solution fast.
    Thanks

  • BAPI function module for FUNDS Update

    Hi All,
    Anybody can help us on BAPI function module for FUNDS Update in FI funds management module please.
    Thanks & Regards
    Srini

    Hi,
    We are writing a program to change / update the existing funds in table FMFINCODE funds master. Here we are using a function module called FM_FUND_CHANGE but we are not able to capture the return messages. So please suggest me any BAPI function module availble for the same. Tcode : FM5U
    Regards
    Srini

Maybe you are looking for

  • PP Process Order Status Get

    Hi all, I want to have the Correct Process Order Status in PP Module. i got one function : CBIF_GLM1_PROCESS_ORDER_READ :but it shows all Status, i just want Active Status. The Status who are checked, i want only them. thanks, Usman Malik

  • Trying to update iphone to Ios 5

    I first updated my itunes as requested, then restarted computer, and then set to download the new update. It has downloaded fine but when I am getting ready to update it starts the back up for my phone and stops not even 25% in and states an error ha

  • Mac color separations dialog problem

    When I have more than 8 colors to separate in the print/output dialog on the mac I cannot easily apply the frequency and screen angles for those I have to scroll to access, the color dialog just jumps around.  I have to fight to get to the parameters

  • "java" uses a lot of data

    I have a process called "java" that sends a large amount of packages constantly. It maxes the bandwith out, constantly. I have tried uninstalling javaApplet, and disabling java in both Chrome and Safari. What can this be? I´m on Mavericks.

  • Safari Crashing.  I am starting to lose my mind.

    I like to check the weather online. I am an earth science buff. Every time I log onto Weather.com and go to the hourly stats, when I try to scroll down the page, Safari crashes on me. It has been happening more frequently and I am starting to go insa