Update Contract conditions in Real State

Hi,
I am working with real state moduel, while creating the contract offer user when selecting the conditions wants to select one condition on the basis of which i through some abap code should populate all the conditions.
The thing is can anyone tell me if there is a BADI or enhancement for this where i can put my code.
Thanks

Hi
I was able to solve the problem by using BADI_RECD_CONDITION,
I implemented the funtion named as  CHECK_ALL.
In this function used the following code
io_object - > method import parameter
*To get Contract details
  CALL FUNCTION 'API_RE_OF_GET_DETAIL'
    EXPORTING
      io_object    = io_object "Object containing the  
                               "reference for cont. offer
    IMPORTING
      et_condition = lt_condition
    EXCEPTIONS
      error        = 1
      OTHERS       = 2.
*Manipulated the conditions and then updated them using
*   update contracts
    CALL FUNCTION 'API_RE_OF_CHANGE'
      EXPORTING
        io_object    = io_object
        it_condition = lt_condition_change
      EXCEPTIONS
        error        = 1
        OTHERS       = 2.
These functions provide us with the updated data which the user has entered and not saved, that is the runtime data.
Regards,
Khusro Habib

Similar Messages

  • Need BAPI/FM to update Contract conditions using FNVM

    Hi,
         I need to insert/update contract conditions in tcode FNVM.Kindly suggest me a BAPI/FM to achieve this functionality as
    BDC for insetion/updation of contract conditions in FNVM is not possible since i am not able to capture the recording for
    contract selection dialog box.Thanks in advance .
    Thanks&Regards,
    S.Sivakumar

    Hi,
    look for a methotd in object type BUS2049 (SWO1).
    There is Loan.ContractCreate (BAPI_LOAN_CONTRACT_CREATE).
    Also check corresponding package FVVD_BAPI.
    Regards
    Michael

  • Workflow for Contract in Real State Flexible

    Iu2019m working with Real State Flexible, specifically with the Real State Contract TCode RE80 or RECN.
    My issue here is that I need to trigger a workflow event when any Notice is created in the "Term" subscreen over the Contract.
    The BOR for the Contract is BUS1505
    Thanks for any help

    Please check with Workflow Template
    WS17900006
    WS 17900005
    I also found you have standard event that gets triggered for your requirement. Please check in SWEL Tcode for event trigger.
    Thanks
    Arghadip

  • Idoc Blaord for service contracts - update contracts

    Hi
    I am working with a 3rd party contract management system.  I am now interfacing with this package to work with Service Contracts.  When I try and process the BLAORD idoc, it comes back with an error saying that the package number already exists.
    Im my opinion it is trying to create a new line item and therefore it is not happy to use the package number for the service line item that already is there.  I need it to modify this entry and update the condition records.
    Please help
    Thanks

    Hi,
    Related to the error 00344, I did not find much information. I only found the following:
    notice that the IDOC must contain two E1EDC20 segments to
    transfer one service line. The first segment just contains header
    information and maybe some unimportant default values, but not the
    service data. The package number of this header line links the services
    to the item. The subpackno of this service line must be the package
    number of the 'real' service lines. I have copied an example from one of
    our internal systems below.
    In addition you may have a look at note 420334. It has nothing to do
    with ALE or contracts, but the concept of creating a service line is
    the same.
    Example:
    E1EDC20 001:
    SGTYP      001
    PACKNO     0100009042
    INTROW     0000000001
    EXTROW     0000000000
    RANG       0
    SUBPACKNO  0100009043
    MENGE      0.000
    PEINH      1
    PREIS      0
    BRTWR      0
    NETWR      0
    CURCY      EUR
    UEBTO      0.0
    AUSGB      0000
    FRPOS      1
    PERNR      00000000
    KNT_MENGE  0.000
    KNT_WERT   0
    UNG_WERT   0
    UNG_MENGE  0.000
    ALTROW     0000000000
    MSGFN      005
    E1EDC20 002:
    SGTYP      002
    PACKNO     0100009043
    INTROW     0000000002
    EXTROW     0000000010
    RANG       0
    SUBPACKNO  0000000000
    MATKL      01
    MENGE      120.000
    MENEE      HUR
    PEINH      1
    PREIS      1
    BRTWR      120
    NETWR      120
    CURCY      EUR
    UEBTO      0.0
    AUSGB      0000
    KTEXT1     xxx
    PERNR      00000000
    KNT_MENGE  0.000
    KNT_WERT   0
    UNG_WERT   0
    UNG_MENGE  0.000
    ALTROW     0000000000
    MSGFN      005
    But I do not know if this is your case, if not, I would recommend to open a ticket at SAP.
    Best Regards,
    Arminda Jack

  • Contract Condition Cash Flow

    Dear All,
    Please If anyone can help me in this issue I am trying to create a contract condition for 7 years from 2014 to 2020 and the contract is for 10 years, And when I simulate the cash flow I only get 2 years 2014 & 2015 and it should be 7 years from 2014 to 2020.
    And I made the changes in the Terms to be yearly
    And when I simulate the cash flow I only get 2 years 2014 & 2015 and it should be 7 years from 2014 to 2020.
    Best Regards,
    Khairy Soliman

    Dear khairy soliman
    When you activate a real estate contract, the cash flow is updated only for the period of time defined in Real Estate Customizing (Default : 2 years).
    and you can check this update period for the cash flow in Customizing as below ;
    Go to T-code : RECACUST >> Contract > Contract Type > Define Contract Types
    (CF Period : Cash flow Period --> You can define the generated period of cash flow)
    Regards,
    Jeong,Yeong-Chul.

  • How to read updated data from a real-time generated file?

    I have a question:
    I want to read the 10 mostly updated data from a real time generated data file. The data in this file is accumulated. how can i read mostly recently data to an applet? and further to using this data to draw a real-time graph? pls help
    kelvin t.l. tse

    Hi,
    I think there is no "typical" way. You will have to define a convention on how the new data are stored into the file, so as to know how to accessthem. If new data are simply put at theend of your file, you may use a RandomAccessFile to read only those lines that interest you (the 1 final lines).Otherwise, you should at least know how the data file is written.
    You can know if thedata file has been modified with the File.lastModified() method. This retrurns a long value corresponding to the date and hour the file was last modified. Store that value ito you appl. and perdiodically (use a Thread), compare that value with the value returned by lastModief(). If both value are NOt equal, then the file has been updated
    it's all a question of knowing how the data are stored into the datafie generated.
    Be also aware that you will probably have problem when your java appl. tries to read the file at the same time it is updated by the other application. I guess when theother application writes data into the file, you will not be able to read it. So, use try{} catch statements and first check to see if you can read the file with File. canRead(). If not, simply delay the reading process by asking a Thread.yield() or Thread.delay (1000)...
    vincent

  • How to update the condition price in the sales order for all the items

    Hi,
    How to update the condition price for all the itmes in the sales order to carry out the new price automatically through a stand alone program, for all the orders in the billing due list table?
    Thanks,
    Balaram

    Hi,
    There is a change in the requirement.
    Scenario:
    I have created a sales order with some 4 condition types, in that 2 condition types are of class A & B and the other two is of class C. Here I need to update the condition price of class A & B only and the remaining condition types should not get update even though there is an updated price is available.
    For the above scenario, I need to write a standalone program. Do we have any function modules to update the price of the single condition in the sales order? Please tell me how we can update the sales order at item condition level.
    Thanks.
    Balaram

  • How to update the condition price in sales order while creating the invoice

    Hi,
    How to update the condition price in the sales order to carry out the new price while creating the invoice?
    While creating the invoice it should update the condition price in sales order.
    Thanks,
    Balaram

    No, pricing is not there in delivery.
    I found an exit for VF01transaction where we can update the price in order.
    Can you please tell me how to update the price if I have the order, material numbers and conditions number?
    Thanks,
    Balaram

  • How to update all condition records at a time with some percentage or some

    Dear Sir,
    In PRD system we have more than 600 condtion records.
    Noe desiel hikes happend, due to that client want to update all condition records(600) at a time with required percentage or required value.
    How to update all records at a time
    With regards
    Lakshmikanth

    Hi,
    Through BDC or LSMW first you have to do the recording for particular transaction code and then base on that u have to prepare the flat file to upload the file for the same.
    For BDC programing you have to take the help of ABAP progmer but LSMW you can also do.
    For more information about LSMW plz go to following link :
    [LSMW |http://www.slideshare.net/arun_bala1/sap-sd-lsmw-legacy-system-migration-workbench/]
    [Step-by-Step Guide for using LSMW|www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc ]
    BDC
    [BDC Call Transaction|http://www.sapdevelopment.co.uk/bdc/bdc_ctcode.htm]
    [BDC Recording|http://www.sapdevelopment.co.uk/bdc/bdc_recording.htm]
    But it would be better for you to please contact to your ABAPer for BDC programming.
    Cheers...

  • Update price condition in scheduling agreement (ME32L)

    Hi,
    I have to update scheduling agrrement (ME32L).
    The input data that i would like to update are price amount, validity start date and valdity end date.
    Is there any function or bapi which can be used to update.
    Any help in this would be highly appreciated.
    Thanks,
    Mandeep

    hi
    did you update the conditions and validity period of scheduling agreement?  If yes then plz send me the details of parameters
      ITEM_COND_VALIDITY           =
      ITEM_COND_VALIDITYX         =
      ITEM_CONDITION                  =
      ITEM_CONDITIONX                =
    I am also facing the same issue.
    waiting for your reply.

  • How to restrict update to a document in state release to the contribution g

    How to restrict update to a document in state release to the contribution group.
    Hi I’m working with UCM 10g and I want to know if it is possible to restrict the update over a document that is on state release for the group of users that made the check in of the document ?
    thanks

    Yes, it is, but IMHO in a rather complicated way:
    - you could change the security settings (security group, or more likely, accounts) during the life cycle, or
    - you could implement collaboration management, and change security settings via ACLs
    Alternatively, depending on what you mean by "updating" documents you could also:
    - check-out the document by a system account (if you want to prevent your users to check-in a new version)
    - modify the GUI so that Update (metadata) action is not available to users (in theory, they could still access it via a direct service call) by a custom component
    - introduce a Java event filter (enhancing the UPDATE service) where you will implement whatever logic you want
    I would probably opt for the last options as it seems to me to be the cleanest solution (but yes, it requires some coding).

  • How to update cost condition VPRS and Updation from VPRS to new cond ZVPR

    Hi All,
    How to do and is there any way to update the VPRS cost condition whenever vendor sends confirmation of material and cost after purchase order.
    After receiving the confirmation form the vendor,the VPRS cost condition should get updated in the system automatically.
    We have one cost condition type ZVPR which is same and consists of same properties of VPRS. How to update this ZVPR condition from VPRS Condition.
    Thanks in advance....
    Regards....Venkat
    Edited by: venkat t on Feb 16, 2009 11:57 AM

    Hi venkat
    Check the link
    [How to update cost condition VPRS and Updating from VPRS to new cond ZVPR;
    NOTE : Dont post in many forums
    Regards
    Srinath

  • Updation of condition type in conditions tab while creation of sales order

    Hi folks
    I have added one field called  price key in Sales B screen of VA01 in item level.
    When user will input price key here and then put enter. Then the Price should be updated in Conditions tab i.e the condition type will be updated in conditions tab.
    I need to maintain this price key in VK11. So As per the Price key i need to update condition types in conditions tab.
      here i am using a user exit  SAPMV45A. i can get condition type for the specified price key from A905 table.Then how to update this condition type in conditions tab through user exit.
    Plz suggest.
    Thanks
    pmr

    Dear friend,
        if the sales order is saved and you want to change the pricing click on update which will be on the lower level of your condition tab in va02.
    and if you are trying to create a new sales order  and if the value is greyed our - check whether in pricing procedure - control data - you would have maintained statistics against that condtion tab.
    check this out and get back
    regard,
    Sudhir

  • HT201210 I backed up old phone to PC then did a sync to new 4S but when trying to update apps on phone it states - account not valid in Argentine store, must switch to U.S. store. I am in US and when I view account on PC it correctly shows me in US. Now w

    I backed up old phone to PC then did a sync to new 4S but when trying to update apps on phone it states - account not valid in Argentine store, must switch to U.S. store. I am in US and when I view account on PC it correctly shows me in US. Now what?

    log out and log back in again to store
    and if required
    http://support.apple.com/kb/HT1311

  • HT4623 My computer is not taking the new update from itunes. It states that i do not have the requirements to finish the Install and that it was Installed incorrectly. I have never had any issue with any previous update regarding iTunes. What is the issue

    My computer is not taking the new update from itunes. It states that i do not have the requirements to finish the Install and that it was Installed incorrectly. I have never had any issue with any previous update regarding iTunes. What is the issue?

    Hi there Double2D,
    You may find the troubleshooting steps in the article below helpful.
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    -Griff W. 

Maybe you are looking for

  • Firefox often crashes when closing tabs

    I've noticed that, when I have multiple tabs open in the same window, FireFox has a tendency to crash when I close one of the tabs. This seems to be more likely when the next tab is still loading. This doesn't seem to happen with closing separate FF

  • JNDI Lookup in Standard MBean

    Hi, Can I do the following in my MBean code         try {             // Create a JNDI Context             jndiContext = new InitialContext();             // get the Topic and Topic Connection Factory             Destination destination =            

  • Job Chain Restart Behaviour

    If a Job Chain with 3 steps fails in the second step - we would like the restart to resume execution with the second step, bypassing execution of the first step.   What are the correct settings to enable restarting the chain with the failed step? Tha

  • How to generate the APDU packege in JCOP3.1 Shell (Eclipse 3.1).

    I can run the counter applete sample in JCOP3.1simulator (Eclpse 3.1) , After I selected my applet . I want to send a APDU to applet for test by JCOP Shell. But JCOP Shell always prompt the error message. for example : I want to get the counter value

  • Opening a worksheet

    when opening a worksheet, it always opens on the first row. Even if in the last time used I was for example working on row 145. Is it possible to arrange numbers that way that when changing sheets it opens on the row used last time and not always on