API  for updating contract Relationships for Contract Repository

Hi all,
what is the API used to update th Contract relationship details in oracle contracts?
Please help.

Hello,
LSMW (Recording/IBIP--Change mode Is Not available in STD SAP ) Will not help you In this case.So Please go for BDC Programme.write BDC logic in such way that it will always fetch Those operation In Task List Which need to be Upadted with  Contract Numbers  by applying condtion check for those operation in task List.
Reagrds,
Rakesh

Similar Messages

  • FM for Updating Installation date in Contracts + sales orders Item level

    Hi
    Plesae give any FM for Updating Installation date in Contracts + sales orders Item level for contracts tab.
    Thanks and Regards,
    Vishnuvardhan....

    Have used the billing transaction to set a Default Billing date at time of blling.

  • BAPI for Updating the partners in Contract Documents

    Hi All,
    I am Using a BAPI  BAPI_CONTRACT_CREATEFROMDATA for Updating the Partners in the Contract documents by passing 'U' in the field Update_flag of the structure BAPISDHD1X.
    I am facing an issue as in the BAPI Return table : S document saved successfully
                                                                                  S No data was changed.
    Please help or give me a solution to update only partners in the Contract documents(VA42).
    Also please let me know any other BAPIs that can be used to do so.
    Thanks & Regards,
    Bhargav.

    HI,
    I am passing the right data. there is no problem with the data. My question is how do we update partners in the Contract documents. If possible can you explain with example.
    Regards,
    Bhargav.

  • Issue with update_task API for updating Scheduled Dates for Task..

    Hi All,
    We have a requirement to update the project and task dates to a specified period from the current dates. I dont want to update all the tasks, and hence using the update_task API. The scheduled_finish_Date is the column from "pa_proj_elem_ver_schedule" which we want to update. As, this is the date which is shown on the Workplan tab for the tasks for (Scheduled Start and Scheduled Finish Date). I want to extend this scheduled_finish_Date to some days , say for eg. 60 days.
    To achieve, that update_task api is being used and the parameter for the scheduled_date is : p_scheduled_finish_date, this is passed as call to pa_project_pub.update_task API.
    We are also updating the completion data, which is happening fine and is updating the pa_tasks : completion_date column.
    Problem is with scheduled date, Please let me know how to go about this issue.
    Here is the sample code for calling the API :
    pa_project_pub.update_task
    (p_api_version_number => l_api_version_number_i,
    p_commit => l_commit,
    p_init_msg_list => l_init_msg_list,
    p_msg_count => l_msg_count,
    p_msg_data => l_msg_data,
    p_return_status => lt_return_status,
    p_pm_product_code => l_pm_product_code,
    --p_structure_updates_flag      => g_no,
    p_pm_project_reference => l_proj_reference,
    p_pa_project_id => p_project_id_i,
    p_pm_task_reference => p_pm_task_reference_i,
    p_pa_task_id => p_task_id_i,
    p_task_name => p_task_name_i,
    p_task_number => p_task_number_i,
    p_pa_parent_task_id => p_parent_task_id_i,
    p_task_completion_date => p_tsk_actual_finish_date_i,
    --Transaction Date (shown on the screen)
    p_scheduled_finish_date => p_tsk_sched_end_date_i,
    -- Scheduled Date (shown on the screen)
    p_out_pa_task_id => l_pt_task_id,
    p_out_pm_task_reference => l_pt_task_ref
    I am really not sure if I am missing anything here, please suggest as to how to update the Schedule Start and Finish Dates using the API.
    Waiting in anticipation!
    Thank you
    Anand.

    Hello,
    Make sure the wf is active in QA (re-activate if possible), check the transport for errors, check authorizations for WF-BATCH perhaps delete and recreate via SWU3?), refresh the buffers (SWU_OBUF).
    Please let me know if any of this helps.
    regards
    Rick Bakker
    Hanabi Technology

  • Help needed in PL/SQL for updating the column for multiple records

    Hi,
    I am new to PL/SQL and need some help. What is the most effiecient way to update some field in a table as I may need to update thousands of records. I have a coulmn groupid can have multiple records tied to it. All the records attached to some groupid have a priority field also.
    How can I update the prorityfield value for all the groupids in a profiecient way. Here is a sample data
    GroupId     Priority
    1            1
    1            2
    1            3
    1            4
    1            5
    2            1
    2            2
    2            3
    3            1Here I have three groups 1, 2, 3. Now if any group contains only one record the priority remains same e.g. groupid=3 on top. If any group contains more than one record e.g. groupid=1 & 2 I want to re-arrange the priority fields e.g. If I want to update groupid=1 now if I change the priority of 2 to 5 (make it the last) I want to rearrange the remaing records priority i.e. if 2 becomes 5 as I have 5 rows for groupid=1 then 5 becomes 4, 4 becomes 3, 3 becomes 2 and 1 remains the same.
    Same wya if I want to make the priority 1 to 3 for groupid=2 then need 2 to become 1 and 3 to become 2 etc....
    Any help is appreciated.
    Thanks

    Hi,
    You don't need PL/SQL to do this (though you can put the following in PL/SQL if you want to):
    UPDATE     table_x
    SET     priority = CASE
                   WHEN  groupid     = 1
                   AND   priority = 2
                        THEN  5
                   WHEN  groupod     = 1
                   AND   priority     BETWEEN 3 AND 5
                        THEN  priority - 1
                   WHEN  groupid = 2
                   THEN
                        CASE
                             WHEN  prioity = 1
                             THEN  3
                             ELSE  priority - 1
                        END
                 END
    WHERE     groupId          IN (1, 2)
    AND     (     priority     BETWEEN 2 AND 5
         OR     groupid          = 2
         );There are lots of different techniques that can reduce your coidng: for example, the nested CASE statement used for groupid=2 above.
    You could do several smaller UPDATEs (for example, one just for groupid=1). Execution will be slower, but coding and testing will be faster.
    You could make the "magic numbers" 2 (for groupid=1) and 1 (for groupid=2) variables, even outside of PL/SQL.
    If you need more help, post the information that Satyaki requested.

  • Can't figure out how to check for updates in Firefox for Ubuntu

    I'm running "Firefox 3.6.13 Mozilla Firefox for Ubunto canonical - 1.0". How do I check for updates? The how-to here in the help site says to look for the updates item in the Help menu but there isn't any such. I can't find it in the Tools menu, or in Edit>Preferences. Where is it hiding?

    Only the official builds from Mozilla can get updates patches as one cannot expect Mozilla to provide update patches to builds that Mozila did not well build.
    The reason the Help->Check for updates was missing was because Ubuntu removed it.

  • Check for update not working for Patch 2???

    I am running 1.0.0.14.67. When I run the Check For Update command it says there are no updates available even though Patch 2 is now on the OTN site. Is there anything I can try other than downloading the whole new zip and migrating my install?
    Previously I have successfully used the update centre to install new patches for the various extensions, so I don't think it's a problem with my firewall settings.
    Cheers, APC

    Ok - one other thing. If you run check for updates, then the front "Help > About " will not change. So this will still show 1.0.0.14.67, but the Extensions tab will change. Can you just confirm that? Check out the screen shot in this FAQ. So the various extensions will show the 15.57 updates if patch 2 is already installed.
    As far as I'm aware we do not have the patch set available as a separate bundle. I'll have to wake to for Kris to get in (west coast) before we can check that.
    Sue

  • Why does my password for the app store work for updates but not for new purchases

    Very frustrated. I've been trying to download Evernote for days now and it keeps telling me my password is incorrect. I use the same password to update apps on my phone and it works fine.
    Using the 4S
    Any ideas why?
    Thanks
    Michael

    Solved. Talked to support and went into settings/store and signed out. Powered down and restarted and logged back in through settings/store and the app store then recognized my password.

  • Regarding BP tcode and MK03 for updating payment terms for different vendor

    My requirement was to update the payment terms in to MK03.
    Our business useseres will give the payment terms for FI Vendores in BP tcode and save payment terms for FI Vendores in BP TCODE and this payment terms shoule updated ditrectly in to MK03 for every FI Vendor .
    How we will update the payment frome BP to MK03 directly. In BP the technical name for payment terms was LFB1-ZTERM and in MK03 the technical name was LFM1-ZTERM .
    I want to update payment for single company code only. In mk01, we creating vendors for purchase org level how we will update payment to mk01 from BP TCODE pls give how i have to update this payment terms from BP to MK01.

    My requirement  was to update the payment terms in to MK03.
    Our business useseres will give the payment terms for FI Vendores in BP tcode and save payment terms for FI Vendores in BP TCODE  and this payment terms shoule updated ditrectly in to MK03 for every FI Vendor .
    How we will update the payment frome BP to MK03 directly. In BP  the technical name for payment terms was LFB1-ZTERM and in MK03 the technical name was LFM1-ZTERM .
    I want to update payment for single company code only.  In mk01, we  creating vendors for purchase org level how we will update payment to mk01 from BP TCODE pls give how i have to update this payment terms from BP to MK01.

  • Function modules for updating,modifying etc for  OM infotypes (1000,1001)

    Hi experts,
                     can anybody help me by giving some FM s which will be used to Insert,Update etc for OM infotypes. i need to update HRP1000,HRP1001 AND HRT1222 tables. i tried with 'HR_INFOTYPE_OPERATION' & 'HR_MAINTAIN_MASTERDATA'. but these two FMs require PERNR as parameter. but i do not have here.
    regards,
    Murthy

    Hi Murthy,
    Here's a sample code to update IT1000. 
    DATA wa_1000 TYPE p1000.
    populate wa_1000 with updated data.
              CALL FUNCTION 'RH_PNNNN_MAINTAIN'
                EXPORTING
                  act_fcode           = 'AEND'  " AEND to modify, INSE to insert
                  act_otype           = wa_1000-otype
                  act_objid           = wa_1000-objid
                  act_infty           = '1000'
                  act_pnnnn           = wa_1000
                  suppress_dialog     = '2' " you can use 0 if you want Dialog mode
                EXCEPTIONS
                  infty_not_valid     = 1
                  no_plvar            = 2
                  object_not_defined  = 3
                  otype_not_valid     = 4
                  no_authority        = 5
                  action_rejected     = 6
                  no_gdate            = 7
                  fcode_not_supported = 8
                  OTHERS              = 9.
              IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
              ENDIF.
    Hope that helps,
    Hanna

  • Different apple id shows for updates on mac for iPhoto and iMovie

    Hi, on my Mac there are two updates available for iPhoto and iMovie however the update requires me to use my old apple ID which I no longer use. I have checked iTunes, iCloud and the App store and my current apple ID is used for all of them. I don't understand why my old apple ID keeps showing up, I can't sign out of it because it doesn't give me that option.
    I'm really confused, please help me out!!!

    Those applications have the old Apple ID stored inside them. It can't be changed without deleting them and then redownloading them from the desired Apple ID; in the case of preloaded applications, you may also need to contact Apple. This can be done by going to the Mac App Store main page and clicking on Support under Quick Links.
    (92143)

  • Check for updates error occured for 10.1.3.2 Jdev

    Hi:
    I try to install clear case extension for JDEV 10.3.1.2 and I am getting "Connect Timeout: Connect." error message below. I check my JDEV-->Preference ---> Proxy setup and it looks okay. Where should I check for the connection issue?
    Thanks,

    You can get the file from here:
    http://www.oracle.com/technology/products/jdev/101/update/center.xml

  • App store won't accept password for updates but will for purchases...

    Password is 100% correct etc... The app store on my iphone 4s (latest OS as of today) will accept my apple id password for any purchase, but not for any update.
    What's going on!?!?!
    100% repeatable ... 100% infuriating

    I contacted the store.  Somehow in the process of adding multiple icloud accounts to my family I somehow purchased apps under one account that had the same email but different user name.  I edited both account's passwords, made them similar so that if my ipad or iphone tells me I entered the wrong password I just enter the other passwords for the other account.
    I wish Apple would have a better, cleaner way to manage accounts.  I didn't know this second account even existed.

  • A list of files changed for Update Rollup 4 for Exchange Server 2010 Service Pack 3

    Hi.
    Is there a list of files changed for Rollup 4?
    After our RollUp installation, some files in the BIN directory still has the date of 2/5/2013 (SP3, no RollUp4), some has the date of 6/13/2013 (RollUp4)
    Despite RollUp4 looks like to have been installed, Exchange Server still reports it's running "Version 14.3 (Build 123.4)"
    Thanks...

    Hi,
    After you install an update rollup for Exchange 2010, the version of Exchange Server isn't updated to show that the update rollup is installed. This issue occurs because the version number that is displayed by the Exchange Management Console or by other
    administrative mechanisms is obtained from the Exchange Server Object in Active Directory.
    If you want to get the latest version of Exchange server, the article Andy provided is a good way.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • App store will not accept password for updates but will for purchases.

    Please advise.

    Thanks... I did try that.  To add to the mess, I just saw some update on my Macbook Air App Store and it did the same as on my iphone.  I would not accept my new password. 
    I then saw that my iphone had some updates.  I requested to update all.  It asked for my password and I entered it.  It downloaded some of the update but not others and also gave me the message that I put in the wrong password.
    Still confused.  Thanks for your help.

Maybe you are looking for

  • Mac keeps freezing up

    My Mac just started freezing up.  I,m using Snow Leapord and I have to insert cd to start it up but it repeatedly keeps freezing.

  • "Rejected Password"

    Connected to internet. MAIL launches and window opens. Click on GET MAIL and a dialog box appears reading, "Enter Password for account(email address) The POP server "mail.accessbee.com" rejected the password for user (me) Please re-enter your passwor

  • HT201441 I bought a used iPhone from a shop that is my fault if locked

    I bought the iPhone 5 user lock of a shop on the device when it suddenly developed a personal email and told me that he does not need to be put first personal email to the owner of the device and what I know of what is working in this problem

  • Pop up message regarding encoding in internet explorer

    Hi, please help me.  I have a gateway (monitor screen) and my hard drive is a Compaq Presario CQ5700Y PC (Windows 7) I tried to copy a book from my kindle fire HD into Internet explorer file to open and read.   During the process it prompt me that I

  • Login error with report viewer when opening Crystal report with subreport

    Hi I have a problem with a login error (database vendor code 18456) when I try to open a crystal report to view it. The report uses data from an external payroll database but I'm running it via our Accounts system (it's a convenient front end for use